forked from samaritan-proxy/samaritan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 776 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/samaritan-proxy/samaritan
go 1.13
require (
github.com/coreos/go-semver v0.3.0
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.0
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/mux v1.7.3
github.com/kavu/go_reuseport v1.4.0
github.com/kirk91/stats v0.0.5-0.20191121064423-8a4d70fadb55
github.com/stretchr/testify v1.4.0
github.com/tevino/log v0.0.0-20191011110715-a95875091fd9
github.com/tevino/tcp-shaker v0.0.0-20190306083616-9f5b7a96d888
go.uber.org/atomic v1.4.0
golang.org/x/sys v0.0.0-20190907184412-d223b2b6db03
google.golang.org/grpc v1.23.1
)