summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod21
1 files changed, 21 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..5b9d441
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,21 @@
+module git.devcara.com/142bot-web
+
+go 1.20
+
+require (
+ github.com/gleich/logoru v0.0.0-20230101033757-d86cd895c7a1
+ github.com/joho/godotenv v1.5.1
+ golang.org/x/oauth2 v0.7.0
+)
+
+require (
+ github.com/fatih/color v1.10.0 // indirect
+ github.com/golang/protobuf v1.5.2 // indirect
+ github.com/lib/pq v1.10.7 // indirect
+ github.com/mattn/go-colorable v0.1.8 // indirect
+ github.com/mattn/go-isatty v0.0.12 // indirect
+ golang.org/x/net v0.9.0 // indirect
+ golang.org/x/sys v0.7.0 // indirect
+ google.golang.org/appengine v1.6.7 // indirect
+ google.golang.org/protobuf v1.28.0 // indirect
+)