diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 14:56:19 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 20:19:45 +0200 |
commit | d218bee6b8ab4fd10bec88269270a2412bdbbb46 (patch) | |
tree | b3c9bd74135f8531bbb6be2d53b1eb9acb1386b0 /go.mod | |
parent | 056e15fb6ac33b749b78f83e410e57a9d64aedea (diff) |
refactor: make domain configurable
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ module push-f.com/lex-surf go 1.23.5 + +// test dependencies +require github.com/peter-evans/patience v0.3.0 |