-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
23 lines (21 loc) · 964 Bytes
/
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
module github.com/oxyno-zeta/prometheus-cachethq
go 1.13
require (
github.com/andygrunwald/cachet v0.0.0-20180404195246-2a1ca51087fd
github.com/danielkov/gin-helmet v0.0.0-20171108135313-1387e224435e
github.com/dimiro1/health v0.0.0-20191019130555-c5cbb4d46ffc
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/validator/v10 v10.0.0
github.com/google/go-querystring v1.0.0 // indirect
github.com/knadh/koanf v0.5.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/sirupsen/logrus v1.4.2
github.com/thoas/go-funk v0.4.0
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)