Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Sep 23, 2024
1 parent 8bba79b commit c4ebeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/antchfx/htmlquery v1.3.2
github.com/go-faster/errors v0.7.1
github.com/machinebox/graphql v0.2.2
github.com/spf13/cobra v1.8.1
golang.org/x/net v0.28.0
)

Expand All @@ -15,7 +16,6 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/matryer/is v1.4.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/text v0.17.0 // indirect
)

0 comments on commit c4ebeea

Please sign in to comment.