wip modernize code base
This commit is contained in:
parent
c562a21e8c
commit
2579999de0
37 changed files with 11104 additions and 190 deletions
5
go.mod
5
go.mod
|
@ -1,3 +1,8 @@
|
|||
module github.com/foosinn/promgate
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/kelseyhightower/envconfig v1.4.0
|
||||
gopkg.in/yaml.v2 v2.3.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue