diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-09 20:32:34 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-14 07:01:33 +0200 |
commit | ba6b72b4c7e257b9514ce21b7fbbc469e4c8a849 (patch) | |
tree | f70afb535e75d3e1c9d100212b64ad171b088b8b /go.mod |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module push-f.com/vdf + +go 1.24.3 + +require github.com/alecthomas/assert/v2 v2.11.0 + +require ( + github.com/alecthomas/repr v0.4.0 // indirect + github.com/hexops/gotextdiff v1.0.3 // indirect +) |