forked from xinjiayu/ms-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (20 loc) · 896 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
module ms-weather
go 1.14
require (
github.com/gogf/gf v1.13.0
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/micro/go-micro/v2 v2.9.1
github.com/micro/go-plugins/registry/consul/v2 v2.9.1
github.com/micro/go-plugins/registry/eureka/v2 v2.9.1
github.com/micro/micro/v2 v2.9.3
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/prometheus/client_golang v1.2.1 // indirect
)
replace github.com/lucas-clemente/quic-go => github.com/lucas-clemente/quic-go v0.18.0