summaryrefslogtreecommitdiff
path: root/go.mod
blob: 675647150be271d3d876c290539a92fa49c000b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/discordnova/nova

go 1.16

require (
	github.com/Jeffail/gabs v1.4.0
	github.com/Microsoft/go-winio v0.5.1 // indirect
	github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
	github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
	github.com/alicebob/miniredis v2.5.0+incompatible
	github.com/alicebob/miniredis/v2 v2.23.1
	github.com/cespare/xxhash/v2 v2.1.2 // indirect
	github.com/go-git/go-git/v5 v5.4.2
	github.com/gomodule/redigo v1.8.9 // indirect
	github.com/kevinburke/ssh_config v1.1.0 // indirect
	github.com/mattn/go-runewidth v0.0.13 // indirect
	github.com/nats-io/gnatsd v1.4.1 // indirect
	github.com/nats-io/nats-server v1.4.1
	github.com/nats-io/nats-server/v2 v2.9.10
	github.com/nats-io/nats-streaming-server v0.25.2
	github.com/nats-io/nuid v1.0.1 // indirect
	github.com/olekukonko/tablewriter v0.0.5
	github.com/prometheus/client_golang v1.11.0
	github.com/prometheus/common v0.31.1 // indirect
	github.com/rs/zerolog v1.25.0
	github.com/sergi/go-diff v1.2.0 // indirect
	github.com/spf13/cobra v1.2.1
	github.com/xanzy/ssh-agent v0.3.1 // indirect
	github.com/yuin/gopher-lua v1.0.0 // indirect
	golang.org/x/text v0.3.7 // indirect
	google.golang.org/genproto v0.0.0-20211016002631-37fc39342514 // indirect
	google.golang.org/grpc v1.41.0
)