diff options
author | yuuko <yuuko@partyvan.io> | 2024-08-27 08:49:50 -0700 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2024-08-27 08:49:50 -0700 |
commit | bcceee8f6c7ca13b496a254742248e348f6c0739 (patch) | |
tree | c144ce42921027c48d9e6f1756201efe3bfd76ab /go.mod |
it works
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module partyvan.io/entq + +go 1.22.5 + +require github.com/ulikunitz/xz v0.5.12 |