summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 2f2dd17cc661c8a735ece62689be576d9e996811 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module git.samanthony.xyz/buth

go 1.25.5

require (
	github.com/Harvey-OS/ninep v0.0.0-20200724082702-d30a6d4f9789 // indirect
	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
)