~bigbes/sr-ht-ecore

ref: 5ba967ed2e6de75de1e1ee980a9f1fb855e13914 sr-ht-ecore/go.mod -rw-r--r-- 381 bytes
5ba967ed — Eugene Blikh grants: the shared grant vocabulary of tokens.sr.ht 10 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module sourcecraft.dev/bigbes/sr-ht-ecore

go 1.24

require (
	github.com/stretchr/testify v1.10.0
	github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
	sourcecraft.dev/bigbes/sr-ht-core v0.0.0-20260718185800-dd418a200152
)

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
)