Skip to content

Commit

Permalink
Merge pull request #214 from planetscale/dependabot/go_modules/golang…
Browse files Browse the repository at this point in the history
….org/x/oauth2-0.23.0

Bump golang.org/x/oauth2 from 0.21.0 to 0.23.0
  • Loading branch information
dbussink authored Oct 9, 2024
2 parents c00c99e + fc4e1e4 commit 264d853
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.licensed
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-bullseye
FROM golang:1.23

RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ruby-dev rubygems ruby cmake pkg-config git-core libgit2-dev
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/planetscale/planetscale-go

go 1.23
go 1.23.2

require (
github.com/frankban/quicktest v1.14.6
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/pkg/errors v0.9.1
golang.org/x/oauth2 v0.21.0
golang.org/x/oauth2 v0.23.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=

0 comments on commit 264d853

Please sign in to comment.