aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: a8f0364546deb70fe55b9bf59923517e28f1a96e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module git.samanthony.xyz/xmrpayclnt

go 1.25.9

require (
	git.samanthony.xyz/jttp v0.0.0-20260613153820-21958dacc6b3 // 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
	gitlab.com/moneropay/go-monero v1.1.2 // indirect
	gitlab.com/moneropay/moneropay/v2 v2.8.1 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)