summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 164adffc83bc8760ad00dac04192316a59c5c582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/secure-systems-lab/go-securesystemslib

go 1.20

require (
	github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
	github.com/stretchr/testify v1.8.4
	golang.org/x/crypto v0.17.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/sys v0.15.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)