We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fa912 commit 701c6b6Copy full SHA for 701c6b6
1 file changed
go.mod
@@ -1,12 +1,13 @@
1
module nomore403
2
3
-go 1.23.1
+go 1.19
4
5
require (
6
github.com/fatih/color v1.13.0
7
github.com/spf13/cobra v1.5.0
8
github.com/spf13/viper v1.13.0
9
github.com/zenthangplus/goccm v1.1.2
10
+ github.com/slicingmelon/go-rawurlparser v0.2.8
11
)
12
13
@@ -19,7 +20,6 @@ require (
19
20
github.com/mitchellh/mapstructure v1.5.0 // indirect
21
github.com/pelletier/go-toml v1.9.5 // indirect
22
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
- github.com/slicingmelon/go-rawurlparser v0.0.0-20241101212355-a74dbff109f7 // indirect
23
github.com/spf13/afero v1.8.2 // indirect
24
github.com/spf13/cast v1.5.0 // indirect
25
github.com/spf13/jwalterweatherman v1.1.0 // indirect
0 commit comments