diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,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 +) |