Files
varsig/go.mod
Michael Muré 8f6da19802 ci: define govulncheck version in pre-commit, avoid polluting go.mod
Other pre-commit dependencies' version are defined there already.
2025-07-10 14:07:14 +02:00

12 lines
239 B
Modula-2

module github.com/ucan-wg/go-varsig
go 1.24.4
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)