fixed sirupsen logrus pkg

switched to go mods

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
Alexander Trost
2020-01-08 23:53:30 +01:00
parent 3f82108f98
commit c186e4b292
8 changed files with 65 additions and 6 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/castawaylabs/cachet-monitor
go 1.13
require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/miekg/dns v1.1.27
github.com/mitchellh/mapstructure v1.1.2
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20200108215511-5d647ca15757 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
gopkg.in/yaml.v2 v2.2.7
)