File: go.mod

package info (click to toggle)
golang-github-transparency-dev-formats 0.0~git20250403.313b830-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 124; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/transparency-dev/formats

go 1.23.0

toolchain go1.23.7

require (
	github.com/google/go-cmp v0.7.0
	golang.org/x/mod v0.24.0
)