We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae833b6 commit 04dfc93Copy full SHA for 04dfc93
go.mod
@@ -24,7 +24,6 @@ require (
24
github.com/xeipuuv/gojsonschema v1.2.0
25
github.com/zclconf/go-cty v1.17.0
26
golang.org/x/crypto v0.44.0
27
- golang.org/x/net v0.46.0
28
gopkg.in/yaml.v3 v3.0.1
29
gorm.io/driver/mysql v1.6.0
30
gorm.io/driver/sqlite v1.6.0
@@ -125,6 +124,7 @@ require (
125
124
go.yaml.in/yaml/v3 v3.0.4 // indirect
126
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
127
golang.org/x/mod v0.29.0 // indirect
+ golang.org/x/net v0.46.0 // indirect
128
golang.org/x/oauth2 v0.29.0 // indirect
129
golang.org/x/sync v0.18.0 // indirect
130
golang.org/x/sys v0.38.0 // indirect
0 commit comments