Skip to content

Commit 3fb0f1f

Browse files
chore(deps): Bump golang.org/x/oauth2 in /go
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20220411215720-9780585627b5 to 0.27.0. - [Commits](https://github.com/golang/oauth2/commits/v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77f59ce commit 3fb0f1f

File tree

2 files changed

+25
-361
lines changed

2 files changed

+25
-361
lines changed

go/go.mod

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
module github.com/looker-open-source/sdk-codegen/go
22

3-
go 1.14
3+
go 1.23.0
44

55
require (
66
github.com/json-iterator/go v1.1.12
7-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
7+
golang.org/x/oauth2 v0.27.0
88
gopkg.in/ini.v1 v1.61.0
99
)
10+
11+
require (
12+
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
13+
github.com/modern-go/reflect2 v1.0.2 // indirect
14+
github.com/smartystreets/goconvey v1.8.1 // indirect
15+
github.com/stretchr/testify v1.4.0 // indirect
16+
)

0 commit comments

Comments
 (0)