diff --git a/go.mod b/go.mod index ada590c1..6670ac88 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.13 // replace github.com/apigee/apigee-remote-service-golib => ../apigee-remote-service-golib require ( - github.com/apigee/apigee-remote-service-golib v1.0.0-pre.2 + github.com/apigee/apigee-remote-service-golib v1.0.0 github.com/envoyproxy/go-control-plane v0.9.6 github.com/gogo/googleapis v1.4.0 github.com/golang/protobuf v1.4.2 diff --git a/go.sum b/go.sum index ab721a3c..e18be2ae 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ 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 h1:Hs82Z41s6SdL1CELW+XaDYmOH4hkBN4/N9og/AsOv7E= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/apigee/apigee-remote-service-golib v1.0.0-pre.2 h1:QakN7LrVyOw8+euZD1arHKnDdxQW64f9/Ct31ZkFps0= -github.com/apigee/apigee-remote-service-golib v1.0.0-pre.2/go.mod h1:C8zgor6NPXg1e8pVdOxAM3N3w4QmxLcY9lnLJl/VOd8= +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/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 h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0=