diff --git a/go.mod b/go.mod index 26a9d3c..204d3b6 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,8 @@ go 1.13 // replace github.com/apigee/apigee-remote-service-envoy => ../apigee-remote-service-envoy require ( - github.com/apigee/apigee-remote-service-envoy v1.0.0 - github.com/apigee/apigee-remote-service-golib v1.0.0 + github.com/apigee/apigee-remote-service-envoy v1.0.1-0.20200804175757-cbe957d201e9 + github.com/apigee/apigee-remote-service-golib v1.0.1-0.20200804164710-3c3cefe945df github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d github.com/lestrrat-go/jwx v1.0.3 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 2d54757..4589054 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,12 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 h1:Hs82Z41s6SdL1C github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/apigee/apigee-remote-service-envoy v1.0.0 h1:oQ2p0LNYpFVI5sPmTLqUsuBtmMkzqSEwMaWDgkvQdkg= github.com/apigee/apigee-remote-service-envoy v1.0.0/go.mod h1:XeXbJQg54nakwFcQi+OwC2Vin08xaJtLwCFPioTwieU= +github.com/apigee/apigee-remote-service-envoy v1.0.1-0.20200804175757-cbe957d201e9 h1:Q0N2BULt+MiFS+5HcNHu5g77t9TXR9GO9CeX95kVdFU= +github.com/apigee/apigee-remote-service-envoy v1.0.1-0.20200804175757-cbe957d201e9/go.mod h1:tdiZ7S3Ju+zB1kq2UbDzM4R74im/KgUJrCezC4CnLj0= github.com/apigee/apigee-remote-service-golib v1.0.0 h1:oIYMFFGW0YcMyGrggJ2uuVgUPkjCgQSQjDTb8yxuoao= github.com/apigee/apigee-remote-service-golib v1.0.0/go.mod h1:C8zgor6NPXg1e8pVdOxAM3N3w4QmxLcY9lnLJl/VOd8= +github.com/apigee/apigee-remote-service-golib v1.0.1-0.20200804164710-3c3cefe945df h1:IiAdorcDRQt+MfIKPCX7wjKWiIKoVRg/BZqw5Oxmt44= +github.com/apigee/apigee-remote-service-golib v1.0.1-0.20200804164710-3c3cefe945df/go.mod h1:C8zgor6NPXg1e8pVdOxAM3N3w4QmxLcY9lnLJl/VOd8= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=