promgate/go.mod
2020-06-04 11:58:44 +02:00

8 lines
127 B
Modula-2

module github.com/foosinn/promgate
go 1.12
require (
github.com/kelseyhightower/envconfig v1.4.0
gopkg.in/yaml.v2 v2.3.0
)