We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99a842d + b1155dd commit c3346d0Copy full SHA for c3346d0
go.mod
@@ -5,6 +5,15 @@ go 1.20
5
require (
6
github.com/Piszmog/cfservices v1.5.0
7
github.com/stretchr/testify v1.8.4
8
- golang.org/x/oauth2 v0.16.0
+ golang.org/x/oauth2 v0.17.0
9
gopkg.in/yaml.v3 v3.0.1
10
)
11
+
12
+require (
13
+ github.com/davecgh/go-spew v1.1.1 // indirect
14
+ github.com/golang/protobuf v1.5.3 // indirect
15
+ github.com/pmezard/go-difflib v1.0.0 // indirect
16
+ golang.org/x/net v0.21.0 // indirect
17
+ google.golang.org/appengine v1.6.7 // indirect
18
+ google.golang.org/protobuf v1.31.0 // indirect
19
+)
0 commit comments