File: go.mod

package info (click to toggle)
golang-github-secure-systems-lab-go-securesystemslib 0.4.0-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 128 kB
  • sloc: makefile: 5
file content (16 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
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.17

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

require (
	github.com/davecgh/go-spew v1.1.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)