From e03d17ffbebebba0c5f0468addf8349c2336c437 Mon Sep 17 00:00:00 2001 From: AKP Date: Fri, 1 Apr 2022 19:49:58 +0100 Subject: First endpoint Signed-off-by: AKP --- go.mod | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3-70-g09d2