-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 1001 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
24
25
26
module github.com/jgadling/pennant
go 1.13
require (
github.com/Knetic/govaluate v3.0.1-0.20170526162915-ed428fc1d628+incompatible
github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 // indirect
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8
github.com/golang/protobuf v1.3.2
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/serf v0.8.5
github.com/jtolds/gls v4.20.0+incompatible
github.com/onsi/gomega v1.7.1 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/urfave/cli v1.22.1
github.com/zenazn/goji v0.9.1-0.20160823030549-4d7077956293
golang.org/x/net v0.0.0-20191112182307-2180aed22343
golang.org/x/text v0.3.2
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a
google.golang.org/grpc v1.25.1
)