-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
29 lines (27 loc) · 1 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
module github.com/Juniper/contrail
go 1.13
require (
github.com/Juniper/asf v0.0.0-20200424093617-24f6b1b9296e
github.com/apparentlymart/go-cidr v1.0.1
github.com/coreos/etcd v3.3.13+incompatible
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
github.com/gocql/gocql v0.0.0-20200410100145-b454769479c6
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.4.3
github.com/labstack/echo v3.3.10+incompatible
github.com/mattn/goveralls v0.0.5
github.com/mitchellh/gox v1.0.1
github.com/pkg/errors v0.9.1
github.com/pseudomuto/protoc-gen-doc v1.3.1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.5.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/tools v0.0.0-20200421185700-66008de356c7
google.golang.org/grpc v1.29.0
gopkg.in/yaml.v2 v2.2.8
)