8 lines
127 B
Modula-2
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
|
|
)
|