Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Feb 28, 2024
1 parent add6d85 commit e8a91c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ run = ["gotestsum", "golangci-lint run --allow-parallel-runners --fast"]
[tasks.fmt]
alias = "format"
description = "Format code"
run = ["goimports -w ."]
run = ["goimports -w .", "go mod tidy"]

[tasks.build]
description = "Build the project"
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ module github.com/jaredallard/binhost

go 1.22

require (
github.com/davecgh/go-spew v1.1.1
gotest.tools/v3 v3.5.1
)
require gotest.tools/v3 v3.5.1

require github.com/google/go-cmp v0.5.9 // indirect
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
Expand Down

0 comments on commit e8a91c4

Please sign in to comment.