summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..39e3161
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,13 @@
+module github.com/discordnova/nova
+
+go 1.16
+
+require (
+ github.com/boz/go-throttle v0.0.0-20160922054636-fdc4eab740c1
+ github.com/golang/protobuf v1.5.2 // indirect
+ github.com/gorilla/websocket v1.4.2
+ github.com/prometheus/client_golang v1.9.0
+ github.com/rs/zerolog v1.23.0
+ github.com/streadway/amqp v1.0.0
+ golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
+)