File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44
55replace (
66 cloud.google.com/go => cloud.google.com/go v0.106.0
7- github.com/AthenZ/athenz-authorizer/v5 => github.com/AthenZ/athenz-authorizer/v5 v5.5.1
87 github.com/golang/mock => github.com/golang/mock v1.6.0
98 github.com/golang/protobuf => github.com/golang/protobuf v1.5.2
109 github.com/google/go-cmp => github.com/google/go-cmp v0.5.9
@@ -33,9 +32,9 @@ replace (
3332)
3433
3534require (
36- github.com/AthenZ/athenz-authorizer/v5 v5.0.0-00010101000000-000000000000
35+ github.com/AthenZ/athenz-authorizer/v5 v5.5.1
3736 github.com/kpango/glg v1.6.13
38- github.com/mwitkow/grpc-proxy v0.0.0-00010101000000-000000000000
37+ github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
3938 github.com/pkg/errors v0.9.1
4039 golang.org/x/sync v0.1.0
4140 google.golang.org/grpc v1.50.1
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ replace (
99 github.com/google/go-cmp => github.com/google/go-cmp latest
1010 github.com/google/pprof => github.com/google/pprof latest
1111 github.com/mwitkow/grpc-proxy => github.com/mwitkow/grpc-proxy 0f1106ef9c766333b9acb4b81e705da4bade7215
12- github.com/AthenZ/athenz-authorizer/v5 => github.com/AthenZ/athenz-authorizer/v5 latest
1312 golang.org/x/crypto => golang.org/x/crypto latest
1413 golang.org/x/exp => golang.org/x/exp latest
1514 golang.org/x/image => golang.org/x/image latest
@@ -31,3 +30,8 @@ replace (
3130 google.golang.org/grpc => google.golang.org/grpc latest
3231 google.golang.org/protobuf => google.golang.org/protobuf latest
3332)
33+
34+ require (
35+ github.com/AthenZ/athenz-authorizer/v5 latest
36+ github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
37+ )
You can’t perform that action at this time.
0 commit comments