Skip to content

Commit 3150dbd

Browse files
chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.1 to 1.6.3. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 907ef3e commit 3150dbd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require (
2525
github.com/spf13/pflag v1.0.6
2626
github.com/spf13/viper v1.20.1
2727
github.com/stretchr/testify v1.10.0
28+
golang.org/x/sys v0.32.0
2829
gopkg.in/yaml.v3 v3.0.1
2930
k8s.io/api v0.33.0
3031
k8s.io/apimachinery v0.33.0
@@ -50,7 +51,7 @@ require (
5051
github.com/blang/semver/v4 v4.0.0 // indirect
5152
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5253
github.com/cespare/xxhash/v2 v2.3.0 // indirect
53-
github.com/cloudflare/circl v1.6.1 // indirect
54+
github.com/cloudflare/circl v1.6.3 // indirect
5455
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
5556
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5657
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
@@ -138,7 +139,6 @@ require (
138139
golang.org/x/net v0.39.0 // indirect
139140
golang.org/x/oauth2 v0.27.0 // indirect
140141
golang.org/x/sync v0.13.0 // indirect
141-
golang.org/x/sys v0.32.0 // indirect
142142
golang.org/x/term v0.31.0 // indirect
143143
golang.org/x/text v0.24.0 // indirect
144144
golang.org/x/time v0.9.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
3838
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
3939
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
4040
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
41-
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
42-
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
41+
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
42+
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
4343
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
4444
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
4545
github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=

0 commit comments

Comments
 (0)