diff options
| author | Gab Virebent <gabriel1@virebent.art> | 2026-08-22 20:36:56 +0200 |
|---|---|---|
| committer | Gab Virebent <gabriel1@virebent.art> | 2026-08-22 20:36:56 +0200 |
| commit | f84e22433a9dbee4d34a22a266e028e545bdd8fd (patch) | |
| tree | 936af34d6bb2a0fb32814345418d6d4038dc6f2f /go.mod | |
| download | identicons-web-main.tar.gz identicons-web-main.tar.xz identicons-web-main.zip | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module identicons-cli + +go 1.21 + +// No external dependencies - uses only Go standard library |
