Skip to content

Commit 26e7a40

Browse files
committed
update envoy dep
1 parent 13b7829 commit 26e7a40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.16
77
// replace github.com/apigee/apigee-remote-service-envoy/v2 => ../apigee-remote-service-envoy
88

99
require (
10-
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.6
10+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.6-0.20221018213743-ecbe12aaafd4
1111
github.com/apigee/apigee-remote-service-golib/v2 v2.0.6
1212
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
1313
github.com/lestrrat-go/jwx v1.1.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
4141
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
4242
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
4343
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
44-
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.6 h1:kU8I5gjwR0iMEBtOedZXQYa2pmqArNigzmPdFRGXVdk=
45-
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.6/go.mod h1:Ey9UREn+MdpaVoRJRPj56A7h+TjmldZDVjd7n/baIRo=
44+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.6-0.20221018213743-ecbe12aaafd4 h1:rd4v7knmJqCT4OdfCJLBbpPLtuP/8A9nVc9M5QMK6k4=
45+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.6-0.20221018213743-ecbe12aaafd4/go.mod h1:Ey9UREn+MdpaVoRJRPj56A7h+TjmldZDVjd7n/baIRo=
4646
github.com/apigee/apigee-remote-service-golib/v2 v2.0.6 h1:Mo4JyO6YUmDynrZlDklX1sHEdKqvL+DxNPF4s/dULdg=
4747
github.com/apigee/apigee-remote-service-golib/v2 v2.0.6/go.mod h1:km/iROUzLa13srZgVP0R31sAcsdgYnCJlvZdCW7ud98=
4848
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

0 commit comments

Comments
 (0)