Skip to content

Commit

Permalink
Merge pull request #1280 from vmware-samples/dependabot/go_modules/ex…
Browse files Browse the repository at this point in the history
…amples/knative/go/kn-go-harbor-webhook/github.com/beego/beego/v2-2.3.4

build(deps): Bump github.com/beego/beego/v2 from 2.2.1 to 2.3.4 in /examples/knative/go/kn-go-harbor-webhook
  • Loading branch information
lamw authored Dec 21, 2024
2 parents e8ab213 + 8a23f0c commit 65a76cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/knative/go/kn-go-harbor-webhook/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
)

require (
github.com/beego/beego/v2 v2.2.1 // indirect
github.com/beego/beego/v2 v2.3.4 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/knative/go/kn-go-harbor-webhook/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
github.com/beego/beego/v2 v2.2.1 h1:5RatpEOKnw6sm76hj6lQvEFi4Tco+E21VQomnVB7NsA=
github.com/beego/beego/v2 v2.2.1/go.mod h1:X4hHhM2AXn0hN2tbyz5X/PD7v5JUdE4IihZApiljpNA=
github.com/beego/beego/v2 v2.3.4 h1:HurQEOGIEhLlPFCTR6ZDuQkybrUl2Ag2i6CdVD2rGiI=
github.com/beego/beego/v2 v2.3.4/go.mod h1:5cqHsOHJIxkq44tBpRvtDe59GuVRVv/9/tyVDxd5ce4=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/cloudevents/sdk-go/v2 v2.15.2 h1:54+I5xQEnI73RBhWHxbI1XJcqOFOVJN85vb41+8mHUc=
Expand Down

0 comments on commit 65a76cf

Please sign in to comment.