Skip to content

Commit

Permalink
Bump go-utils to official release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani committed Dec 1, 2023
1 parent 48fae08 commit e3a7b9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog/v0.5.2/bump-k8s-128.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ changelog:
dependencyOwner: helm.sh
dependencyRepo: helm
dependencyTag: v3.13.2
- type: DEPENDENCY_BUMP
dependencyOwner: solo-io
dependencyRepo: go-utils
dependencyTag: v0.24.8

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/onsi/gomega v1.27.10
github.com/pkg/errors v0.9.1
github.com/rotisserie/eris v0.1.1
github.com/solo-io/go-utils v0.24.8-0.20231128194722-8ca1ac5fcb92
github.com/solo-io/go-utils v0.24.8
github.com/spf13/afero v1.6.0
go.uber.org/zap v1.25.0
golang.org/x/sync v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFR
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/solo-io/go-utils v0.24.8-0.20231128194722-8ca1ac5fcb92 h1:jYPhl9JQ31V690FvmKZ0s/z8P+Xa5IovuK6SpTtE88A=
github.com/solo-io/go-utils v0.24.8-0.20231128194722-8ca1ac5fcb92/go.mod h1:RDMe8hfcfv9FLN7KCqW9VhqT5f3vAED3eQKFC5TKQ+U=
github.com/solo-io/go-utils v0.24.8 h1:gukFEvQ0SSRzIwysulI6w0c/dG08TCohO9QxwCqW6Lg=
github.com/solo-io/go-utils v0.24.8/go.mod h1:bFFKO4Ih+sPViwNdVxv3z5dRrzMcJjNMHlx4zA8vxSg=
github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=
github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
Expand Down

0 comments on commit e3a7b9a

Please sign in to comment.