Skip to content

Commit 415ca3e

Browse files
authored
update deps for v2.0.5 (#243)
1 parent 2706222 commit 415ca3e

File tree

3 files changed

+38
-163
lines changed

3 files changed

+38
-163
lines changed

Dockerfile_releaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM goboring/golang:1.16.1b7
2222

2323
ARG GITHUB_TOKEN
2424

25-
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
25+
RUN go install github.com/goreleaser/goreleaser@latest
2626

2727
WORKDIR /app
2828
ADD . .

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.4
11-
github.com/apigee/apigee-remote-service-golib/v2 v2.0.4
10+
github.com/apigee/apigee-remote-service-envoy/v2 v2.0.5
11+
github.com/apigee/apigee-remote-service-golib/v2 v2.0.5
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

0 commit comments

Comments
 (0)