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 773b07c commit a10cc03Copy full SHA for a10cc03
go.mod
@@ -2,7 +2,7 @@ module github.com/gabriel-vasile/mimetype
2
3
go 1.20
4
5
-require golang.org/x/net v0.33.0
+require golang.org/x/net v0.39.0
6
7
// v1.4.4 had a test file detected as malicious by antivirus software. #575
8
retract v1.4.4
go.sum
@@ -1,2 +1,2 @@
1
-golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
-golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
+golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
+golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
0 commit comments