forked from longjoy/micro-go-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 820 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
module github.com/longjoy/micro-go-course
go 1.14
require (
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-kit/kit v0.10.0
github.com/golang/protobuf v1.4.2
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/mux v1.8.0
github.com/hashicorp/consul/api v1.6.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/openzipkin/zipkin-go v0.2.3
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 // indirect
golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
google.golang.org/grpc v1.30.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)