aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-20 16:03:08 -0800
committerFuwn <[email protected]>2022-01-20 16:03:08 -0800
commit8070becd846a5b59b0ee32015d02eb00a2652f4e (patch)
treee4bb4d40792d75bcb7649ca56b36239753489ad0 /go.mod
downloadbowl-8070becd846a5b59b0ee32015d02eb00a2652f4e.tar.xz
bowl-8070becd846a5b59b0ee32015d02eb00a2652f4e.zip
bowl: :star:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod22
1 files changed, 22 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1fc1a6d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,22 @@
+module github.com/fuwn/bowl
+
+go 1.17
+
+require github.com/gin-gonic/gin v1.7.7
+
+require (
+ github.com/gin-contrib/sse v0.1.0 // indirect
+ github.com/go-playground/locales v0.13.0 // indirect
+ github.com/go-playground/universal-translator v0.17.0 // indirect
+ github.com/go-playground/validator/v10 v10.4.1 // indirect
+ github.com/golang/protobuf v1.3.3 // indirect
+ github.com/json-iterator/go v1.1.9 // indirect
+ github.com/leodido/go-urn v1.2.0 // indirect
+ github.com/mattn/go-isatty v0.0.12 // indirect
+ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
+ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
+ github.com/ugorji/go/codec v1.1.7 // indirect
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
+ golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
+ gopkg.in/yaml.v2 v2.2.8 // indirect
+)