diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-30 16:03:45 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-30 16:03:45 -0230 |
| commit | 7d0f3d56121feccfe84600a39c362ba8bfcaa042 (patch) | |
| tree | 0e412db49a133af1020ae13d6a0f3930fa04ee06 /go.mod | |
| download | xmrpayclnt-7d0f3d56121feccfe84600a39c362ba8bfcaa042.zip | |
init
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 +) |