diff --git a/go.mod b/go.mod index a88ce0d..b259822 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,13 @@ module nomore403 -go 1.23.1 +go 1.19 require ( github.com/fatih/color v1.13.0 github.com/spf13/cobra v1.5.0 github.com/spf13/viper v1.13.0 github.com/zenthangplus/goccm v1.1.2 + github.com/slicingmelon/go-rawurlparser v0.2.8 ) require ( @@ -19,7 +20,6 @@ require ( github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.5 // indirect - github.com/slicingmelon/go-rawurlparser v0.0.0-20241101212355-a74dbff109f7 // indirect github.com/spf13/afero v1.8.2 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect