aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-06-13 11:21:13 -0400
committerSam Anthony <sam@samanthony.xyz>2026-06-13 11:21:13 -0400
commit056cff27d3c003e32e098dc59bb53a8a93efa88a (patch)
treef67c33f7a251a4d06b9646e5d20f62e8408a1569 /go.mod
downloadjttp-056cff27d3c003e32e098dc59bb53a8a93efa88a.zip
Client.Do()
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a7e8a5d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module git.samanthony.xyz/jttp
+
+go 1.25.9
+
+require (
+ 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
+)