Skip to content

Commit

Permalink
v1.0.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo authored Jul 31, 2020
1 parent 43033db commit ccec218
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.13
// replace github.com/apigee/apigee-remote-service-envoy => ../apigee-remote-service-envoy

require (
github.com/apigee/apigee-remote-service-envoy v1.0.0-pre.2
github.com/apigee/apigee-remote-service-golib v1.0.0-pre.2
github.com/apigee/apigee-remote-service-envoy v1.0.0
github.com/apigee/apigee-remote-service-golib v1.0.0
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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,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 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-envoy v1.0.0-pre.2 h1:grayCZ4f84Eat1vHEqjcXRMgs/KzYLs1SkC4+L1UTN8=
github.com/apigee/apigee-remote-service-envoy v1.0.0-pre.2/go.mod h1:3+PSEJKTzmu0vfne6VJFuwtYbHdOzN+Za8m714o+HUA=
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-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-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/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Header name="Content-Type">application/json</Header>
</Headers>
<Payload contentType="application/json" variablePrefix="@" variableSuffix="#">{
"version":"1.0.0-pre.2",
"version":"1.0.0",
"platform":"@runtime_version#"
}</Payload>
</Set>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Header name="Cache-Control">public, max-age=604800</Header>
<Header name="Content-Type">application/json</Header>
</Headers>
<Payload contentType="application/json">{"version":"1.0.0-pre.2"}</Payload>
<Payload contentType="application/json">{"version":"1.0.0"}</Payload>
</Set>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<AssignTo createNew="false" transport="http" type="request"/>
Expand Down

0 comments on commit ccec218

Please sign in to comment.