wip modernize code base

This commit is contained in:
Stefan Schwarz 2020-06-04 11:58:44 +02:00
parent c562a21e8c
commit 2579999de0
37 changed files with 11104 additions and 190 deletions

5
go.mod
View file

@ -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
)