Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
github.com/google/go-cmp v0.5.8
github.com/google/rpmpack v0.0.0-20210518075352-dc539ef4f2ea
github.com/google/trillian v1.4.0
github.com/google/trillian v1.4.1
github.com/in-toto/in-toto-golang v0.3.4-0.20211211042327-af1f9fb822bf
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
github.com/mediocregopher/radix/v4 v4.1.0
Expand All @@ -43,19 +43,18 @@ require (
github.com/theupdateframework/go-tuf v0.0.0-20211203210025-7ded50136bf9
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tilinna/clock v1.1.0 // indirect
github.com/transparency-dev/merkle v0.0.0-20220427153749-09877c5f5967
github.com/transparency-dev/merkle v0.0.1
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/urfave/negroni v1.0.0
github.com/zalando/go-keyring v0.1.1 // indirect
go.uber.org/goleak v1.1.12
go.uber.org/zap v1.21.0
gocloud.dev v0.24.1-0.20211119014450-028788aaaa4c
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.7 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/ini.v1 v1.66.4
Expand Down
Loading