Skip to content

Commit

Permalink
chore: Upgrade STUNner to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Oct 31, 2024
1 parent d0d8a22 commit 1b8904b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/go-logr/logr v1.4.2
github.com/go-logr/zapr v1.3.0
github.com/l7mp/stunner v0.21.0
github.com/l7mp/stunner v1.0.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.30.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/l7mp/stunner v0.21.0 h1:N72TsfwI3mKG3DGuMxAwSt/9ors0OINXdoXtNqEv8IU=
github.com/l7mp/stunner v0.21.0/go.mod h1:WHEv3UlwiZKb45PLPv39VuUGzTXBT5BzzN3V8wG4Slc=
github.com/l7mp/stunner v1.0.0 h1:EWSOGcfewFTv1t/B4i2irEzlt1b7XvtwJSASvI91ibg=
github.com/l7mp/stunner v1.0.0/go.mod h1:WHEv3UlwiZKb45PLPv39VuUGzTXBT5BzzN3V8wG4Slc=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down

0 comments on commit 1b8904b

Please sign in to comment.