aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: a7e8a5d705ec7a19ba344abc03dcffe21a1d8da5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module git.samanthony.xyz/jttp

go 1.25.9

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.11.1 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)