Skip to content

Commit 2917505

Browse files
fix(deps): update module github.com/burntsushi/toml to v1.5.0
1 parent 7045d7b commit 2917505

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/redhat-cop/vault-config-operator
33
go 1.22.0
44

55
require (
6-
github.com/BurntSushi/toml v1.4.0
6+
github.com/BurntSushi/toml v1.5.0
77
github.com/Masterminds/sprig/v3 v3.2.3
88
github.com/go-logr/logr v1.4.2
99
github.com/hashicorp/go-multierror v1.1.1
@@ -13,6 +13,7 @@ require (
1313
github.com/onsi/gomega v1.33.1
1414
github.com/pkg/errors v0.9.1
1515
github.com/scylladb/go-set v1.0.2
16+
github.com/stretchr/testify v1.11.1
1617
k8s.io/api v0.29.2
1718
k8s.io/apiextensions-apiserver v0.29.2
1819
k8s.io/apimachinery v0.29.2
@@ -81,7 +82,6 @@ require (
8182
github.com/spf13/cast v1.3.1 // indirect
8283
github.com/spf13/pflag v1.0.5 // indirect
8384
github.com/stretchr/objx v0.5.2 // indirect
84-
github.com/stretchr/testify v1.11.1 // indirect
8585
github.com/zclconf/go-cty v1.13.0 // indirect
8686
go.uber.org/multierr v1.11.0 // indirect
8787
go.uber.org/zap v1.26.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
22
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
3+
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
4+
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
35
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
46
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
57
github.com/Masterminds/semver/v3 v3.2.0 h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=

0 commit comments

Comments
 (0)