Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Jun 7, 2023
1 parent dfffe84 commit 367fc3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ go 1.16
// replace github.com/apigee/apigee-remote-service-envoy/v2 => ../apigee-remote-service-envoy

require (
github.com/apigee/apigee-remote-service-envoy/v2 v2.1.0
github.com/apigee/apigee-remote-service-golib/v2 v2.1.0
github.com/apigee/apigee-remote-service-envoy/v2 v2.1.1
github.com/apigee/apigee-remote-service-golib/v2 v2.1.1
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/lestrrat-go/jwx v1.1.6
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/apigee/apigee-remote-service-envoy/v2 v2.1.0 h1:VKO1lDqfhStDfcLbXVj8QCJyGwahfX0udigLpmtBaig=
github.com/apigee/apigee-remote-service-envoy/v2 v2.1.0/go.mod h1:xu09/DkUO/4QomtV2wDssG1J9kQ+E2zGmTFETKsBhhc=
github.com/apigee/apigee-remote-service-golib/v2 v2.1.0 h1:joAYun0ejXQ3OnUz0mU0zgK8i1zR2eBCD8CQolc7uPM=
github.com/apigee/apigee-remote-service-golib/v2 v2.1.0/go.mod h1:km/iROUzLa13srZgVP0R31sAcsdgYnCJlvZdCW7ud98=
github.com/apigee/apigee-remote-service-envoy/v2 v2.1.1 h1:JGhKOMXJ/M2WX3lErRWiFwhhYv6xisAEA9VHvvpcqu0=
github.com/apigee/apigee-remote-service-envoy/v2 v2.1.1/go.mod h1:7ddLjBjrEw5k5wRq9tvCbje2h8GpVMqTZpLQLvKr7X4=
github.com/apigee/apigee-remote-service-golib/v2 v2.1.1 h1:e7MfSIDrsItZIYacvoaNUhNpwlMDYySn97/P13UTfpc=
github.com/apigee/apigee-remote-service-golib/v2 v2.1.1/go.mod h1:km/iROUzLa13srZgVP0R31sAcsdgYnCJlvZdCW7ud98=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
Expand Down

0 comments on commit 367fc3e

Please sign in to comment.