2021-08-07 12:28:38 +02:00
|
|
|
module github.com/discordnova/nova
|
2021-08-07 09:47:38 +02:00
|
|
|
|
2021-08-07 12:28:38 +02:00
|
|
|
go 1.16
|
2021-08-07 09:47:38 +02:00
|
|
|
|
|
|
|
require (
|
2023-01-02 21:14:27 +01:00
|
|
|
github.com/Jeffail/gabs v1.4.0
|
2021-10-18 10:29:16 +02:00
|
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
|
2023-01-02 21:14:27 +01:00
|
|
|
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
|
2021-10-18 10:29:16 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-08-07 17:43:34 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2023-01-02 21:14:27 +01:00
|
|
|
github.com/gomodule/redigo v1.8.9 // indirect
|
2021-10-18 10:29:16 +02:00
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2023-01-02 21:14:27 +01:00
|
|
|
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
|
2021-10-18 10:29:16 +02:00
|
|
|
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
|
2023-01-02 21:14:27 +01:00
|
|
|
github.com/yuin/gopher-lua v1.0.0 // indirect
|
2021-10-18 10:29:16 +02:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20211016002631-37fc39342514 // indirect
|
2021-10-01 22:49:57 +02:00
|
|
|
google.golang.org/grpc v1.41.0
|
2021-08-07 09:47:38 +02:00
|
|
|
)
|