chore: use attest v0.1.7 tag
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,7 +3,7 @@ module github.com/docker/attest-provider
|
||||
go 1.22.1
|
||||
|
||||
require (
|
||||
github.com/docker/attest v0.1.7-0.20240710223035-0330ea475509
|
||||
github.com/docker/attest v0.1.7
|
||||
github.com/google/go-containerregistry v0.19.2
|
||||
github.com/in-toto/in-toto-golang v0.9.0
|
||||
github.com/open-policy-agent/frameworks/constraint v0.0.0-20221214024800-b745745c4118
|
||||
|
||||
4
go.sum
4
go.sum
@@ -210,8 +210,8 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
|
||||
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
|
||||
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
|
||||
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
|
||||
github.com/docker/attest v0.1.7-0.20240710223035-0330ea475509 h1:sS6PlEz3XciiOwkB9tmLI/UUAD0X3+8Pn4w6TDUFCPk=
|
||||
github.com/docker/attest v0.1.7-0.20240710223035-0330ea475509/go.mod h1:b4exozpPdCiNMC7eauVu5J8OhcO9QSOqWK1hRmhUTuk=
|
||||
github.com/docker/attest v0.1.7 h1:M/v2i2MaKJ0gJsoCU8LImSG55uPKs+bOdMCiGWkCWX8=
|
||||
github.com/docker/attest v0.1.7/go.mod h1:b4exozpPdCiNMC7eauVu5J8OhcO9QSOqWK1hRmhUTuk=
|
||||
github.com/docker/cli v26.1.3+incompatible h1:bUpXT/N0kDE3VUHI2r5VMsYQgi38kYuoC0oL9yt3lqc=
|
||||
github.com/docker/cli v26.1.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
|
||||
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
|
||||
|
||||
Reference in New Issue
Block a user