File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.23.0
55toolchain go1.23.4
66
77require (
8+ github.com/Masterminds/sprig/v3 v3.3.0
89 github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
910 github.com/apparentlymart/go-cidr v1.1.0
1011 github.com/blang/semver/v4 v4.0.0
@@ -15,7 +16,7 @@ require (
1516 github.com/fatih/color v1.18.0
1617 github.com/go-logr/logr v1.4.2
1718 github.com/go-redis/redis/v7 v7.4.1
18- github.com/go-sql-driver/mysql v1.8.1
19+ github.com/go-sql-driver/mysql v1.9.0
1920 github.com/gobwas/glob v0.2.3
2021 github.com/godbus/dbus/v5 v5.1.0
2122 github.com/google/gofuzz v1.2.0
@@ -76,7 +77,6 @@ require (
7677 github.com/MakeNowJust/heredoc v1.0.0 // indirect
7778 github.com/Masterminds/goutils v1.1.1 // indirect
7879 github.com/Masterminds/semver/v3 v3.3.0 // indirect
79- github.com/Masterminds/sprig/v3 v3.3.0 // indirect
8080 github.com/Masterminds/squirrel v1.5.4 // indirect
8181 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
8282 github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
Original file line number Diff line number Diff line change @@ -900,8 +900,9 @@ github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7
900900github.com/go-quicktest/qt v1.101.0 /go.mod h1:14Bz/f7NwaXPtdYEgzsx46kqSxVwTbzVZsDC26tQJow =
901901github.com/go-redis/redis/v7 v7.4.1 h1:PASvf36gyUpr2zdOUS/9Zqc80GbM+9BDyiJSJDDOrTI =
902902github.com/go-redis/redis/v7 v7.4.1 /go.mod h1:JDNMw23GTyLNC4GZu9njt15ctBQVn7xjRfnwdHj/Dcg =
903- github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y =
904903github.com/go-sql-driver/mysql v1.8.1 /go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg =
904+ github.com/go-sql-driver/mysql v1.9.0 h1:Y0zIbQXhQKmQgTp44Y1dp3wTXcn804QoTptLZT1vtvo =
905+ github.com/go-sql-driver/mysql v1.9.0 /go.mod h1:pDetrLJeA3oMujJuvXc8RJoasr589B6A9fwzD3QMrqw =
905906github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
906907github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI =
907908github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
You can’t perform that action at this time.
0 commit comments