Skip to content

Commit

Permalink
Merge pull request #63 from digitalocean/dependabot/docker/golang-1.2…
Browse files Browse the repository at this point in the history
…0.4-alpine

Bump golang from 1.20.2-alpine to 1.20.4-alpine
  • Loading branch information
gregmankes authored May 11, 2023
2 parents 4535fa3 + 364af15 commit efc4f79
Show file tree
Hide file tree
Showing 76 changed files with 3,057 additions and 2,755 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start from the latest golang base image
FROM golang:1.20.2-alpine
FROM golang:1.20.4-alpine
# Set the Current Working Directory inside the container
WORKDIR /app
# Copy go mod and sum files
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/digitalocean/app_action

go 1.18
go 1.20

require (
github.com/digitalocean/godo v1.99.0
Expand All @@ -11,11 +11,11 @@ require (
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
367 changes: 12 additions & 355 deletions go.sum

Large diffs are not rendered by default.

71 changes: 0 additions & 71 deletions vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/oauth2/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/oauth2/CONTRIBUTORS

This file was deleted.

12 changes: 8 additions & 4 deletions vendor/golang.org/x/oauth2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/oauth2/internal/oauth2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 51 additions & 13 deletions vendor/golang.org/x/oauth2/internal/token.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 32 additions & 1 deletion vendor/golang.org/x/oauth2/oauth2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efc4f79

Please sign in to comment.