aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod24
1 files changed, 24 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..b358424
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,24 @@
+module github.com/codemicro/walrss
+
+go 1.18
+
+require (
+ github.com/andybalholm/brotli v1.0.4 // indirect
+ github.com/bwmarrin/go-alone v0.0.0-20190806015146-742bb55d1631 // indirect
+ github.com/gofiber/fiber/v2 v2.31.0 // indirect
+ github.com/google/uuid v1.3.0 // indirect
+ github.com/kkyr/fig v0.3.0 // indirect
+ github.com/klauspost/compress v1.15.0 // indirect
+ github.com/lithammer/shortuuid/v4 v4.0.0 // indirect
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
+ github.com/pelletier/go-toml v1.9.3 // indirect
+ github.com/rs/zerolog v1.26.1 // indirect
+ github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a // indirect
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
+ github.com/valyala/fasthttp v1.34.0 // indirect
+ github.com/valyala/tcplisten v1.0.0 // indirect
+ go.etcd.io/bbolt v1.3.6 // indirect
+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
+ golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+)