forked from go-chassis/go-chassis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.01 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
module github.com/go-chassis/go-chassis/v2
require (
github.com/cenkalti/backoff v2.0.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/emicklei/go-restful v2.12.0+incompatible
github.com/go-chassis/cari v0.5.0
github.com/go-chassis/foundation v0.3.0
github.com/go-chassis/go-archaius v1.5.1
github.com/go-chassis/go-restful-swagger20 v1.0.3
github.com/go-chassis/openlog v1.1.2
github.com/go-chassis/sc-client v0.6.1-0.20210615014358-a45e9090c751
github.com/go-chassis/seclog v1.3.0
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
github.com/hashicorp/go-version v1.0.0
github.com/opentracing/opentracing-go v1.1.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v0.9.1
github.com/prometheus/common v0.2.0
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v2 v2.3.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
)
go 1.16