Skip to content

Commit

Permalink
chore: bump verifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Mar 1, 2025
1 parent 137e208 commit c5ccb4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/prometheus/client_golang v1.15.1
github.com/sirupsen/logrus v1.9.1
github.com/stretchr/testify v1.9.0
github.com/tinfoilsh/verifier v0.0.9
github.com/tinfoilsh/verifier v0.0.16
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/theupdateframework/go-tuf/v2 v2.0.2 h1:PyNnjV9BJNzN1ZE6BcWK+5JbF+if370jjzO84SS+Ebo=
github.com/theupdateframework/go-tuf/v2 v2.0.2/go.mod h1:baB22nBHeHBCeuGZcIlctNq4P61PcOdyARlplg5xmLA=
github.com/tinfoilsh/verifier v0.0.9 h1:KylMMdc36yAnJZ07tUwMnSLATbiD1tLWkAnkGpkXofk=
github.com/tinfoilsh/verifier v0.0.9/go.mod h1:5uFC4CYbQvfwGY8rcXO1gEnj1PujzOq3C+6mqKcIoNk=
github.com/tinfoilsh/verifier v0.0.16 h1:A8JLoassRzM+38NX8prvdB90TXyuSPdUetTQ7HCTMkA=
github.com/tinfoilsh/verifier v0.0.16/go.mod h1:XwrDauxKtt+VW82kGN0Pa7sdYOkdhquZ5zs5Hj6ml8U=
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 h1:e/5i7d4oYZ+C1wj2THlRK+oAhjeS/TRQwMfkIuet3w0=
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399/go.mod h1:LdwHTNJT99C5fTAzDz0ud328OgXz+gierycbcIx2fRs=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
log "github.com/sirupsen/logrus"
"github.com/tinfoilsh/verifier/pkg/attestation"
"github.com/tinfoilsh/verifier/attestation"
"golang.org/x/time/rate"
"gopkg.in/yaml.v3"

Expand Down

0 comments on commit c5ccb4e

Please sign in to comment.