blob: c28a363d42a87e9e871c008f7fa79ce318dcfa10 [file] [log] [blame]
module github.com/theupdateframework/go-tuf
go 1.16
require (
github.com/dustin/go-humanize v1.0.0
github.com/flynn/go-docopt v0.0.0-20140912013429-f6dd2ebbb31e
github.com/secure-systems-lab/go-securesystemslib v0.3.0
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
)