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 4
4
5
5
replace (
6
6
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
8
7
github.com/golang/mock => github.com/golang/mock v1.6.0
9
8
github.com/golang/protobuf => github.com/golang/protobuf v1.5.2
10
9
github.com/google/go-cmp => github.com/google/go-cmp v0.5.9
@@ -33,9 +32,9 @@ replace (
33
32
)
34
33
35
34
require (
36
- github.com/AthenZ/athenz-authorizer/v5 v5.0.0-00010101000000-000000000000
35
+ github.com/AthenZ/athenz-authorizer/v5 v5.5.1
37
36
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
39
38
github.com/pkg/errors v0.9.1
40
39
golang.org/x/sync v0.1.0
41
40
google.golang.org/grpc v1.50.1
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ replace (
9
9
github.com/google/go-cmp => github.com/google/go-cmp latest
10
10
github.com/google/pprof => github.com/google/pprof latest
11
11
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
13
12
golang.org/x/crypto => golang.org/x/crypto latest
14
13
golang.org/x/exp => golang.org/x/exp latest
15
14
golang.org/x/image => golang.org/x/image latest
@@ -31,3 +30,8 @@ replace (
31
30
google.golang.org/grpc => google.golang.org/grpc latest
32
31
google.golang.org/protobuf => google.golang.org/protobuf latest
33
32
)
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