diff options
| author | AKP <tom@tdpain.net> | 2022-04-01 19:49:58 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-01 19:49:58 +0100 |
| commit | e03d17ffbebebba0c5f0468addf8349c2336c437 (patch) | |
| tree | 8d2a0845555f51e60af11a0a12b72b706401d092 /go.mod | |
| parent | 7709fa6d8321caae2bf1c96e88baf85473946e67 (diff) | |
First endpoint
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 +) |
