Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/golang/mock v1.7.0-rc.1
github.com/golangci/golangci-lint v1.64.8
github.com/google/uuid v1.6.0
github.com/katallaxie/pkg v0.7.3
github.com/katallaxie/pkg v0.7.5
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ github.com/julz/importas v0.2.0 h1:y+MJN/UdL63QbFJHws9BVC5RpA2iq0kpjrFajTGivjQ=
github.com/julz/importas v0.2.0/go.mod h1:pThlt589EnCYtMnmhmRYY/qn9lCf/frPOK+WMx3xiJY=
github.com/karamaru-alpha/copyloopvar v1.2.1 h1:wmZaZYIjnJ0b5UoKDjUHrikcV0zuPyyxI4SVplLd2CI=
github.com/karamaru-alpha/copyloopvar v1.2.1/go.mod h1:nFmMlFNlClC2BPvNaHMdkirmTJxVCY0lhxBtlfOypMM=
github.com/katallaxie/pkg v0.7.3 h1:6JjhG9sCG92JRlsDVaClJTJhY6W47Dk0RQyuR91ZoNo=
github.com/katallaxie/pkg v0.7.3/go.mod h1:wJbYMdjVifWM+rjyX1dmUgWhFm62Qec96OO0nIkMvWs=
github.com/katallaxie/pkg v0.7.5 h1:hangDdxxYzFIGbVnQ/ikSw7+bBxWGS754dPvoGLUJbw=
github.com/katallaxie/pkg v0.7.5/go.mod h1:wJbYMdjVifWM+rjyX1dmUgWhFm62Qec96OO0nIkMvWs=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/kisielk/errcheck v1.9.0 h1:9xt1zI9EBfcYBvdU1nVrzMzzUPUtPKs9bVSIM3TAb3M=
Expand Down
Loading