~bigbes/sr-ht-ecore

ref: b739f927762948a7337f77b310312699dbf0f049 sr-ht-ecore/go.mod -rw-r--r-- 381 bytes
b739f927 — Eugene Blikh chrome: shared page chrome for the instance's custom services 11 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
)