~bigbes/sr-ht-ecore

ref: cb7f3bb02407e6da196c57928d28e4ae3298a9b3 sr-ht-ecore/go.mod -rw-r--r-- 897 bytes
cb7f3bb0 — Eugene Blikh chimw: the chi-shaped helpers of the custom services 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module sourcecraft.dev/bigbes/sr-ht-ecore

go 1.24

require (
	github.com/go-chi/chi/v5 v5.3.1
	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 (
	git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9 // indirect
	github.com/99designs/gqlgen v0.17.36 // indirect
	github.com/Masterminds/squirrel v1.5.4 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee // indirect
	github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
	github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
	github.com/lib/pq v1.10.9 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/vektah/gqlparser/v2 v2.5.8 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)