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 86f29e8 commit cc06755Copy full SHA for cc06755
go.mod
@@ -52,9 +52,9 @@ require (
52
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
53
github.com/yuin/gopher-lua v1.1.1 // indirect
54
go.uber.org/atomic v1.11.0 // indirect
55
- golang.org/x/net v0.31.0 // indirect
56
- golang.org/x/sys v0.27.0 // indirect
57
- golang.org/x/text v0.20.0 // indirect
+ golang.org/x/net v0.33.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
+ golang.org/x/text v0.21.0 // indirect
58
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
59
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
60
gopkg.in/yaml.v3 v3.0.1 // indirect
go.sum
0 commit comments