...

Text file src/github.com/secure-systems-lab/go-securesystemslib/go.mod

Documentation: github.com/secure-systems-lab/go-securesystemslib

     1module github.com/secure-systems-lab/go-securesystemslib
     2
     3go 1.20
     4
     5require (
     6	github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
     7	github.com/stretchr/testify v1.8.4
     8	golang.org/x/crypto v0.17.0
     9)
    10
    11require (
    12	github.com/davecgh/go-spew v1.1.1 // indirect
    13	github.com/pmezard/go-difflib v1.0.0 // indirect
    14	golang.org/x/sys v0.15.0 // indirect
    15	gopkg.in/yaml.v3 v3.0.1 // indirect
    16)

View as plain text