Skip to content

Commit 2706222

Browse files
authored
update deps (#237)
1 parent 2e91691 commit 2706222

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ go 1.16
77
// replace github.com/apigee/apigee-remote-service-envoy/v2 => ../apigee-remote-service-envoy
88

99
require (
10-
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.3
11-
github.com/apigee/apigee-remote-service-golib/v2 v2.0.3
10+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.4
11+
github.com/apigee/apigee-remote-service-golib/v2 v2.0.4
1212
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
1313
github.com/lestrrat-go/jwx v1.1.6
1414
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
4848
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
4949
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
5050
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
51-
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.3 h1:BqjBlcbVFKrbd97DIMsNCCF1Rf2L+oQdKOlrEMVqfVU=
52-
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.3/go.mod h1:/xXVDbcoKWmVg5sSzXFR8JiPWtC1RQq2B6WXwf2Q0RY=
53-
github.com/apigee/apigee-remote-service-golib/v2 v2.0.2/go.mod h1:TOOwCfw96PfAVFboAzaoVRmpPXVk4KO8ryRqj2jI47o=
54-
github.com/apigee/apigee-remote-service-golib/v2 v2.0.3 h1:7+teMdF+lfQJR+FMdTwrXRevBl0nIFBMxuDEiX6ytwU=
55-
github.com/apigee/apigee-remote-service-golib/v2 v2.0.3/go.mod h1:TOOwCfw96PfAVFboAzaoVRmpPXVk4KO8ryRqj2jI47o=
51+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.4 h1:GKZG9XrCXioo5iVdlZ99AAVgTtOvQHDUkRj/J8QMPiw=
52+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.4/go.mod h1:5LYmWM91DuKWYiDKKV0czql3w/viiEV2Lcun0dE08yk=
53+
github.com/apigee/apigee-remote-service-golib/v2 v2.0.4 h1:8VG+thKiawjEaVX/FugCRwJJLkxN38VHsnlyp6fyR38=
54+
github.com/apigee/apigee-remote-service-golib/v2 v2.0.4/go.mod h1:TOOwCfw96PfAVFboAzaoVRmpPXVk4KO8ryRqj2jI47o=
5655
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
5756
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
5857
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=

0 commit comments

Comments
 (0)