Skip to content

Commit

Permalink
Fixes #30 - Missed tidy
Browse files Browse the repository at this point in the history
`make` invokes `go mod tidy`, when this runs with the current commit the
`go.mod` file is updated. The update causes the repository to report as
"unclean."
  • Loading branch information
rustydb committed Dec 1, 2023
1 parent 6f08fe4 commit abd9b5f
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 @@ -31,6 +31,7 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.17.0
github.com/stmcginnis/gofish v0.14.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -53,5 +54,4 @@ require (
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit abd9b5f

Please sign in to comment.