File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
internal/builders/docker/pkg Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/google/go-cmp v0.5.9
1010 github.com/google/go-github/v53 v53.2.0
1111 github.com/in-toto/in-toto-golang v0.9.0
12- github.com/pelletier/go-toml v1.9.5
12+ github.com/pelletier/go-toml/v2 v2.0.8
1313 github.com/secure-systems-lab/go-securesystemslib v0.7.0
1414 github.com/sigstore/cosign/v2 v2.1.1
1515 github.com/sigstore/rekor v1.2.2-0.20230530122220-67cc9e58bd23
@@ -143,7 +143,6 @@ require (
143143 github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
144144 github.com/opentracing/opentracing-go v1.2.0 // indirect
145145 github.com/pborman/uuid v1.2.1 // indirect
146- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
147146 github.com/pkg/errors v0.9.1 // indirect
148147 github.com/sassoftware/relic v7.2.1+incompatible // indirect
149148 github.com/segmentio/ksuid v1.0.4 // indirect
Original file line number Diff line number Diff line change @@ -675,8 +675,6 @@ github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtP
675675github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
676676github.com/pelletier/go-toml v1.7.0 /go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE =
677677github.com/pelletier/go-toml v1.8.1 /go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc =
678- github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8 =
679- github.com/pelletier/go-toml v1.9.5 /go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c =
680678github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ =
681679github.com/pelletier/go-toml/v2 v2.0.8 /go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4 =
682680github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "net/url"
2323 "strings"
2424
25- toml "github.com/pelletier/go-toml"
25+ toml "github.com/pelletier/go-toml/v2 "
2626 "github.com/slsa-framework/slsa-github-generator/internal/utils"
2727)
2828
You can’t perform that action at this time.
0 commit comments