Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
devploit authored Dec 23, 2024
1 parent 74fa912 commit 701c6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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 (
Expand All @@ -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
Expand Down

0 comments on commit 701c6b6

Please sign in to comment.