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 (
|
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
|
|
|
|
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
|
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
|
|
|
|
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/prometheus/procfs v0.7.3 // 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
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
|
|
|
|
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
|
|
|
)
|