diff --git a/go.mod b/go.mod index 051c44fa9..8f40b14f8 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,10 @@ module github.com/rh-ecosystem-edge/kernel-module-management go 1.23.0 - -toolchain go1.23.4 +toolchain go1.24.0 require ( - github.com/a8m/envsubst v1.4.2 + github.com/a8m/envsubst v1.4.3 github.com/budougumi0617/cmpmock v0.1.1 github.com/containers/image/v5 v5.34.1 github.com/go-logr/logr v1.4.2 diff --git a/go.sum b/go.sum index 9925d8ec3..7a8402d64 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ cel.dev/expr v0.18.0 h1:CJ6drgk+Hf96lkLikr4rFf19WrU0BOWEihyZnI2TAzo= cel.dev/expr v0.18.0/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw= github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= -github.com/a8m/envsubst v1.4.2 h1:4yWIHXOLEJHQEFd4UjrWDrYeYlV7ncFWJOCBRLOZHQg= -github.com/a8m/envsubst v1.4.2/go.mod h1:MVUTQNGQ3tsjOOtKCNd+fl8RzhsXcDvvAEzkhGtlsbY= +github.com/a8m/envsubst v1.4.3 h1:kDF7paGK8QACWYaQo6KtyYBozY2jhQrTuNNuUxQkhJY= +github.com/a8m/envsubst v1.4.3/go.mod h1:4jjHWQlZoaXPoLQUb7H2qT4iLkZDdmEQiOUogdUmqVU= github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI= github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= diff --git a/vendor/github.com/a8m/envsubst/parse/parse.go b/vendor/github.com/a8m/envsubst/parse/parse.go index 8b9b427a5..522f5ad51 100644 --- a/vendor/github.com/a8m/envsubst/parse/parse.go +++ b/vendor/github.com/a8m/envsubst/parse/parse.go @@ -11,11 +11,11 @@ type Mode int // Mode for parser behaviour const ( - Quick Mode = iota // stop parsing after first error encoutered and return + Quick Mode = iota // stop parsing after first error encountered and return AllErrors // report all errors ) -// The restrictions option controls the parsring restriction. +// The restrictions option controls the parsing restriction. type Restrictions struct { NoUnset bool NoEmpty bool diff --git a/vendor/modules.txt b/vendor/modules.txt index 70b393cd8..c092a7419 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -5,8 +5,8 @@ cel.dev/expr ## explicit; go 1.18 github.com/BurntSushi/toml github.com/BurntSushi/toml/internal -# github.com/a8m/envsubst v1.4.2 -## explicit; go 1.17 +# github.com/a8m/envsubst v1.4.3 +## explicit; go 1.24 github.com/a8m/envsubst/parse # github.com/antlr4-go/antlr/v4 v4.13.0 ## explicit; go 1.20