Skip to content

Commit

Permalink
fix: update to go-witness with vault fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailswift committed Feb 8, 2024
1 parent 0e7dda9 commit 0af9128
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module github.com/in-toto/witness

go 1.19
go 1.21

toolchain go1.22.0

require (
github.com/in-toto/go-witness v0.2.3
github.com/in-toto/go-witness v0.2.3-0.20240208170628-27698bd8e556
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ github.com/in-toto/go-witness v0.2.1 h1:eAxMBWUPbz3oPU3lsfEYi/Kdj6weej2umm59bOXP
github.com/in-toto/go-witness v0.2.1/go.mod h1:xURJVj4QRD3xnzOJps7gT0pMCFPpAHcPqDC3EyuLuUE=
github.com/in-toto/go-witness v0.2.2 h1:oyiqyzzKwX8j5zjBVdxoo0LxjMV13ujOF0l/hu5uYp8=
github.com/in-toto/go-witness v0.2.2/go.mod h1:b5ocF+eHUYnQgQncM6nK0g5TIoUzA94gs50fS7g+uNk=
github.com/in-toto/go-witness v0.2.3-0.20240208170628-27698bd8e556 h1:Fo0qmo+TB/fjA5NGCTgArhKPkBaKfITFUbxW51bNy90=
github.com/in-toto/go-witness v0.2.3-0.20240208170628-27698bd8e556/go.mod h1:ckxlBqgQo/L/tk1Vk/24L+Av1VlpD38BoKSZpSKcNLc=
github.com/in-toto/go-witness v0.2.3 h1:KjiaRHxW2VSyouXUW0Zrpc+7LXfFKilB86a1lqNDsAU=
github.com/in-toto/go-witness v0.2.3/go.mod h1:b5ocF+eHUYnQgQncM6nK0g5TIoUzA94gs50fS7g+uNk=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
Expand Down

0 comments on commit 0af9128

Please sign in to comment.