diff options
| author | tsne <tsne.dev@outlook.com> | 2026-07-06 16:52:20 +0200 |
|---|---|---|
| committer | tsne <tsne.dev@outlook.com> | 2026-07-09 10:38:22 +0200 |
| commit | 6d3de3d284e9a18fce0551089449b236642fd5e1 (patch) | |
| tree | 2a77f5bf531157d86a039e351a42527ef7ae7e70 /go.mod | |
| download | hopper-6d3de3d284e9a18fce0551089449b236642fd5e1.tar.gz | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module tsne.dev/hopper + +go 1.24 + +require github.com/spf13/pflag v1.0.10 |