diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-01-21 21:27:15 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-01-21 21:27:15 -0800 |
| commit | 8772226e2e7a2b7d6fcd862ec5e14b4efb77ab39 (patch) | |
| tree | af464f3b5c477e2ee1800b1ab48cdb38bd0ead6e /go.mod | |
Initial Commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/CartConnoisseur/status + +go 1.23.4 + +require golang.org/x/crypto v0.32.0 |