Skip to content

Commit 4a8aae9

Browse files
committed
point to brach head
Signed-off-by: Brandon Lum <[email protected]>
1 parent 0019f57 commit 4a8aae9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ require (
99
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
1010
)
1111

12-
require (
13-
github.com/sigstore/sigstore v1.2.0 // indirect
14-
github.com/slsa-framework/slsa-github-generator v0.0.0-20220418072137-6847f817dbea
15-
)
12+
require github.com/sigstore/sigstore v1.2.0 // indirect
1613

1714
require (
1815
cloud.google.com/go v0.100.2 // indirect
@@ -212,9 +209,8 @@ require (
212209
github.com/google/go-querystring v1.1.0 // indirect
213210
github.com/secure-systems-lab/go-securesystemslib v0.3.1 // indirect
214211
github.com/shibumi/go-pathspec v1.3.0 // indirect
212+
github.com/slsa-framework/slsa-github-generator v0.0.0-20220502162902-21a1e396c486 // indirect
215213
golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506 // indirect
216214
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
217215
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
218216
)
219-
220-
replace github.com/slsa-framework/slsa-github-generator => ../slsa-github-generator

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,8 +1791,10 @@ github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic
17911791
github.com/sivchari/tenv v1.4.7/go.mod h1:5nF+bITvkebQVanjU6IuMbvIot/7ReNsUV7I5NbprB0=
17921792
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
17931793
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
1794-
github.com/slsa-framework/slsa-github-generator v0.0.0-20220418072137-6847f817dbea h1:1McMWV4azMl+BxeBM9IPJXjUE4R6xgTwvmeoo1Q6u8Q=
1795-
github.com/slsa-framework/slsa-github-generator v0.0.0-20220418072137-6847f817dbea/go.mod h1:sifEoG8/U5UCTGH+9zIOx/g2UZPyGzAkXOT5wIuxGhE=
1794+
github.com/slsa-framework/slsa-github-generator v0.0.0-20220428044112-7ada6224de1c h1:AjtrEkm5E1zUe2v2lKdgJeP3WaI5QM+0DxZhMGBgXc8=
1795+
github.com/slsa-framework/slsa-github-generator v0.0.0-20220428044112-7ada6224de1c/go.mod h1:sifEoG8/U5UCTGH+9zIOx/g2UZPyGzAkXOT5wIuxGhE=
1796+
github.com/slsa-framework/slsa-github-generator v0.0.0-20220502162902-21a1e396c486 h1:jrJCKcY3YMcevCCFFohHGiiSvvDkcWiVQQG0hAEeWMo=
1797+
github.com/slsa-framework/slsa-github-generator v0.0.0-20220502162902-21a1e396c486/go.mod h1:sifEoG8/U5UCTGH+9zIOx/g2UZPyGzAkXOT5wIuxGhE=
17961798
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc=
17971799
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
17981800
github.com/smartystreets/assertions v1.0.0/go.mod h1:kHHU4qYBaI3q23Pp3VPrmWhuIUrLW/7eUrw0BU5VaoM=

0 commit comments

Comments
 (0)