Skip to content

Commit

Permalink
chore: Upgrade STUNner to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Aug 30, 2024
1 parent 735fa16 commit d73c038
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.1
github.com/go-logr/zapr v1.3.0
github.com/l7mp/stunner v0.19.0
github.com/l7mp/stunner v0.20.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 @@ -95,8 +95,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/l7mp/stunner v0.19.0 h1:YOMHe+szuWZF1+BYnRKpekamHH2jzP5lIEBqHpr4TMY=
github.com/l7mp/stunner v0.19.0/go.mod h1:gafM0VKDiTiZmNDuOAIwXKvG9YPwgK3g2CTFY0DKJ6Q=
github.com/l7mp/stunner v0.20.0 h1:nAToawLTTGOMfL7MCA70H/1cRydBaAVJ7Wisc5co5y8=
github.com/l7mp/stunner v0.20.0/go.mod h1:gafM0VKDiTiZmNDuOAIwXKvG9YPwgK3g2CTFY0DKJ6Q=
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 d73c038

Please sign in to comment.