We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f59ce commit 3fb0f1fCopy full SHA for 3fb0f1f
go/go.mod
@@ -1,9 +1,16 @@
1
module github.com/looker-open-source/sdk-codegen/go
2
3
-go 1.14
+go 1.23.0
4
5
require (
6
github.com/json-iterator/go v1.1.12
7
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
+ golang.org/x/oauth2 v0.27.0
8
gopkg.in/ini.v1 v1.61.0
9
)
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