ghostream/go.mod

10 lines
175 B
Modula-2
Raw Normal View History

2020-09-21 15:47:31 +00:00
module gitlab.crans.org/nounous/ghostream
go 1.13
2020-09-21 17:59:41 +00:00
2020-09-21 19:33:32 +00:00
require (
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
2020-09-22 09:42:57 +00:00
honnef.co/go/tools v0.0.1-2019.2.3
2020-09-21 19:33:32 +00:00
)