diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-08-07 14:28:38 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-08-07 14:28:38 +0400 |
| commit | 47d8443d202ab40897c8d08e1658748c581d73e7 (patch) | |
| tree | c1fc9bec21a35eadfd7b658bda9772d7690b43e0 /go.mod | |
| parent | abc3b1ca58d93a448ee07cbab9ab01d88e39e25b (diff) | |
novalet base & golang cleanup
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 +) |
