Skip to content

Commit

Permalink
Merge pull request #645 from twmb/dependabot/go_modules/pkg/kadm/gola…
Browse files Browse the repository at this point in the history
…ng.org/x/crypto-0.17.0

build(deps): bump golang.org/x/crypto from 0.13.0 to 0.17.0 in /pkg/kadm
  • Loading branch information
twmb authored Dec 19, 2023
2 parents df21274 + 22444ea commit 1bfb08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/kadm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/twmb/franz-go v1.15.0
github.com/twmb/franz-go/pkg/kmsg v1.6.1
golang.org/x/crypto v0.13.0
golang.org/x/crypto v0.17.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions pkg/kadm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ github.com/twmb/franz-go v1.15.0 h1:bw5n1COKJzWpkCXG/kMtHrurcS9HSWV6e3If5CUdc+M=
github.com/twmb/franz-go v1.15.0/go.mod h1:nMAvTC2kHtK+ceaSHeHm4dlxC78389M/1DjpOswEgu4=
github.com/twmb/franz-go/pkg/kmsg v1.6.1 h1:tm6hXPv5antMHLasTfKv9R+X03AjHSkSkXhQo2c5ALM=
github.com/twmb/franz-go/pkg/kmsg v1.6.1/go.mod h1:se9Mjdt0Nwzc9lnjJ0HyDtLyBnaBDAd7pCje47OhSyw=
golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck=
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=

0 comments on commit 1bfb08e

Please sign in to comment.