Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
e-sumin committed Dec 4, 2023
1 parent a3d0764 commit ba8ff34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ module github.com/kanisterio/errkit
go 1.21.0

require (
github.com/frankban/quicktest v1.14.6 // indirect
github.com/frankban/quicktest v1.14.6
github.com/luci/go-render v0.0.0-20160219211803-9a04cc21af0f
)

require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/luci/go-render v0.0.0-20160219211803-9a04cc21af0f // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
)

0 comments on commit ba8ff34

Please sign in to comment.