File: go.mod

package info (click to toggle)
golang-github-google-go-tspi 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: sh: 25; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/google/go-tspi

go 1.12

require (
	github.com/google/certificate-transparency-go v1.0.21
	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
)