diff options
| author | demo <demo@antix1> | 2026-05-30 22:23:52 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-30 22:23:52 -0400 |
| commit | edfd7022bc801c2eaa1a71a4c639f843c82dd44b (patch) | |
| tree | febdb6b2be7d73989186fc8b7c89be334fcb081c /go.mod | |
| parent | 73f0ff9f11ff5f75a92adc5cd59f87b6fb019150 (diff) | |
chore: install hamlet
This is a package I wrote to help me painlessly manage my command-line
flags.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ module git.brandonirizarry.xyz/urls go 1.26.2 require golang.org/x/net v0.54.0 + +require git.brandonirizarry.xyz/hamlet v0.1.1 // indirect |
