2025-07-08 08:23:30 -04:00
|
|
|
module github.com/ucan-wg/go-varsig
|
2024-11-30 07:55:59 -05:00
|
|
|
|
2025-07-04 09:40:18 -04:00
|
|
|
go 1.24.4
|
2024-11-30 07:55:59 -05:00
|
|
|
|
2025-07-10 11:24:14 +02:00
|
|
|
require github.com/stretchr/testify v1.10.0
|
2024-11-30 07:55:59 -05:00
|
|
|
|
|
|
|
|
require (
|
2025-07-04 09:40:18 -04:00
|
|
|
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
|
2024-11-30 07:55:59 -05:00
|
|
|
)
|