Skip to content

Commit 701c6b6

Browse files
authored
Update go.mod
1 parent 74fa912 commit 701c6b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
module nomore403
22

3-
go 1.23.1
3+
go 1.19
44

55
require (
66
github.com/fatih/color v1.13.0
77
github.com/spf13/cobra v1.5.0
88
github.com/spf13/viper v1.13.0
99
github.com/zenthangplus/goccm v1.1.2
10+
github.com/slicingmelon/go-rawurlparser v0.2.8
1011
)
1112

1213
require (
@@ -19,7 +20,6 @@ require (
1920
github.com/mitchellh/mapstructure v1.5.0 // indirect
2021
github.com/pelletier/go-toml v1.9.5 // indirect
2122
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
22-
github.com/slicingmelon/go-rawurlparser v0.0.0-20241101212355-a74dbff109f7 // indirect
2323
github.com/spf13/afero v1.8.2 // indirect
2424
github.com/spf13/cast v1.5.0 // indirect
2525
github.com/spf13/jwalterweatherman v1.1.0 // indirect

0 commit comments

Comments
 (0)