diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-13 11:21:13 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-13 11:21:13 -0400 |
| commit | 056cff27d3c003e32e098dc59bb53a8a93efa88a (patch) | |
| tree | f67c33f7a251a4d06b9646e5d20f62e8408a1569 /go.mod | |
| download | jttp-056cff27d3c003e32e098dc59bb53a8a93efa88a.zip | |
Client.Do()
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 +) |