chore: use attest v0.1.7 tag

This commit is contained in:
mrjoelkamp
2024-07-11 08:18:41 -05:00
parent 721091be1b
commit 97e078d87b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -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
View File

@@ -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=