File tree Expand file tree Collapse file tree 2 files changed +10
-276
lines changed
test/integration/test_app/sidecar-frontend Expand file tree Collapse file tree 2 files changed +10
-276
lines changed Original file line number Diff line number Diff line change 1
1
module feapp
2
2
3
- go 1.20
3
+ go 1.23.0
4
4
5
5
require (
6
6
k8s.io/apimachinery v0.25.2
@@ -27,12 +27,11 @@ require (
27
27
github.com/modern-go/reflect2 v1.0.2 // indirect
28
28
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
29
29
golang.org/x/net v0.17.0 // indirect
30
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
30
+ golang.org/x/oauth2 v0.27.0 // indirect
31
31
golang.org/x/sys v0.13.0 // indirect
32
32
golang.org/x/term v0.13.0 // indirect
33
33
golang.org/x/text v0.13.0 // indirect
34
34
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
35
- google.golang.org/appengine v1.6.7 // indirect
36
35
google.golang.org/protobuf v1.33.0 // indirect
37
36
gopkg.in/inf.v0 v0.9.1 // indirect
38
37
gopkg.in/yaml.v2 v2.4.0 // indirect
You can’t perform that action at this time.
0 commit comments