Skip to content

Commit

Permalink
golib to v2.0.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Apr 6, 2021
1 parent 38c712b commit e4f236a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
// replace github.com/apigee/apigee-remote-service-golib/v2 => ../apigee-remote-service-golib

require (
github.com/apigee/apigee-remote-service-golib/v2 v2.0.0-rc.2
github.com/apigee/apigee-remote-service-golib/v2 v2.0.0
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad
github.com/gogo/googleapis v1.4.1
github.com/golang/protobuf v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apigee/apigee-remote-service-golib/v2 v2.0.0-rc.2 h1:laZoFg0HVMhNszVrx8EQShvwVJwzXf2f1wr07rCfIdc=
github.com/apigee/apigee-remote-service-golib/v2 v2.0.0-rc.2/go.mod h1:TOOwCfw96PfAVFboAzaoVRmpPXVk4KO8ryRqj2jI47o=
github.com/apigee/apigee-remote-service-golib/v2 v2.0.0 h1:Qa4VEDNYpK2piRF71lTD6AcnvfxvE1b+72MZV5eALww=
github.com/apigee/apigee-remote-service-golib/v2 v2.0.0/go.mod h1:TOOwCfw96PfAVFboAzaoVRmpPXVk4KO8ryRqj2jI47o=
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 e4f236a

Please sign in to comment.