Go mod vendor

This commit is contained in:
TwinProduction
2019-11-16 15:48:09 -05:00
parent b08e563b2a
commit 0bd58f8cd7
2 changed files with 78 additions and 1 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/TwinProduction/gatus
go 1.13
require gopkg.in/yaml.v2 v2.2.2
require (
github.com/prometheus/client_golang v1.2.1
gopkg.in/yaml.v2 v2.2.2
)