From 7d0f3d56121feccfe84600a39c362ba8bfcaa042 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 30 Jun 2026 16:03:45 -0230 Subject: init --- go.mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..a8f0364 --- /dev/null +++ b/go.mod @@ -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 +) -- cgit v1.2.3