Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Feb 3, 2025
1 parent 7d6d3c6 commit 09931df
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 @@ -9,6 +9,7 @@ require (
github.com/golangci/golangci-lint v1.63.4
github.com/matryer/is v1.4.1
golang.org/x/time v0.9.0
mvdan.cc/gofumpt v0.7.0
)

require (
Expand Down Expand Up @@ -230,6 +231,5 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.5.1 // indirect
mvdan.cc/gofumpt v0.7.0 // indirect
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
)

0 comments on commit 09931df

Please sign in to comment.