forked from monitoror/monitoror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (39 loc) · 1.79 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/monitoror/monitoror
go 1.14
require (
github.com/AlekSi/pointer v1.0.0
github.com/GeertJohan/go.rice v1.0.0
github.com/basgys/goxml2json v1.1.0
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/structs v1.1.0
github.com/ghodss/yaml v1.0.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/google/go-github v17.0.0+incompatible
github.com/joho/godotenv v1.3.0
github.com/jsdidierlaurent/azure-devops-go-api/azuredevops v0.0.0-20191016103718-deea5b1446b8
github.com/jsdidierlaurent/echo-middleware v1.0.3
github.com/jsdidierlaurent/go-pingdom v1.0.1-0.20200611160140-94f3cde59009
github.com/jsdidierlaurent/golang-jenkins v0.0.0-20200828155557-e515459e5266
github.com/labstack/echo/v4 v4.1.7
github.com/labstack/gommon v0.2.9
github.com/leodido/go-urn v1.2.0 // indirect
github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
github.com/satori/go.uuid v1.2.0
github.com/shuheiktgw/go-travis v0.2.2
github.com/sourcegraph/httpcache v0.0.0-20160524185540-16db777d8ebe
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/xanzy/go-gitlab v0.31.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v2 v2.2.2
)