Spaces:
Paused
Paused
downgrade net to 0.38
Browse files
go.mod
CHANGED
|
@@ -6,7 +6,7 @@ require (
|
|
| 6 |
github.com/corpix/uarand v0.2.0
|
| 7 |
github.com/google/uuid v1.6.0
|
| 8 |
github.com/joho/godotenv v1.5.1
|
| 9 |
-
golang.org/x/net v0.
|
| 10 |
)
|
| 11 |
|
| 12 |
require github.com/stretchr/testify v1.11.1 // indirect
|
|
|
|
| 6 |
github.com/corpix/uarand v0.2.0
|
| 7 |
github.com/google/uuid v1.6.0
|
| 8 |
github.com/joho/godotenv v1.5.1
|
| 9 |
+
golang.org/x/net v0.38.0
|
| 10 |
)
|
| 11 |
|
| 12 |
require github.com/stretchr/testify v1.11.1 // indirect
|
go.sum
CHANGED
|
@@ -10,7 +10,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
|
|
| 10 |
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
| 11 |
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
| 12 |
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
| 13 |
-
golang.org/x/net v0.
|
| 14 |
-
golang.org/x/net v0.
|
| 15 |
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
| 16 |
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
|
|
| 10 |
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
| 11 |
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
| 12 |
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
| 13 |
+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
|
| 14 |
+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
|
| 15 |
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
| 16 |
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|