Skip to content

Commit 2b1ec2f

Browse files
committed
get latest go-tuf version
Signed-off-by: Meredith Lancaster <malancas@github.com>
1 parent c5a2def commit 2b1ec2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/spf13/cobra v1.9.1
4949
github.com/spf13/pflag v1.0.6
5050
github.com/stretchr/testify v1.10.0
51-
github.com/theupdateframework/go-tuf/v2 v2.0.2
51+
github.com/theupdateframework/go-tuf/v2 v2.1.0
5252
github.com/zalando/go-keyring v0.2.5
5353
golang.org/x/crypto v0.37.0
5454
golang.org/x/sync v0.13.0
@@ -60,8 +60,6 @@ require (
6060
gopkg.in/yaml.v3 v3.0.1
6161
)
6262

63-
replace github.com/theupdateframework/go-tuf/v2 => github.com/theupdateframework/go-tuf/v2 e9e0d485966d571ea6870670d1e42553f1b3b2db
64-
6563
require (
6664
dario.cat/mergo v1.0.1 // indirect
6765
github.com/Masterminds/goutils v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ github.com/theupdateframework/go-tuf v0.7.0 h1:CqbQFrWo1ae3/I0UCblSbczevCCbS31Qv
501501
github.com/theupdateframework/go-tuf v0.7.0/go.mod h1:uEB7WSY+7ZIugK6R1hiBMBjQftaFzn7ZCDJcp1tCUug=
502502
github.com/theupdateframework/go-tuf/v2 v2.0.2 h1:PyNnjV9BJNzN1ZE6BcWK+5JbF+if370jjzO84SS+Ebo=
503503
github.com/theupdateframework/go-tuf/v2 v2.0.2/go.mod h1:baB22nBHeHBCeuGZcIlctNq4P61PcOdyARlplg5xmLA=
504+
github.com/theupdateframework/go-tuf/v2 v2.1.0 h1:NlcIR4rftUDILPMFS3TUPvB7BPw/L8E53fNlSPoT9MY=
505+
github.com/theupdateframework/go-tuf/v2 v2.1.0/go.mod h1:V675cQGhZONR0OGQ8r1feO0uwtsTBYPDWHzAAPn5rjE=
504506
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e h1:BuzhfgfWQbX0dWzYzT1zsORLnHRv3bcRcsaUk0VmXA8=
505507
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e/go.mod h1:/Tnicc6m/lsJE0irFMA0LfIwTBo4QP7A8IfyIv4zZKI=
506508
github.com/tink-crypto/tink-go-awskms/v2 v2.1.0 h1:N9UxlsOzu5mttdjhxkDLbzwtEecuXmlxZVo/ds7JKJI=

0 commit comments

Comments
 (0)