diff options
| author | demo <demo@antix1> | 2026-05-10 10:59:27 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-10 10:59:27 -0400 |
| commit | 6957934261ae4abdf4905263b15037ac243f6c7b (patch) | |
| tree | 3d82a3a7cec7583ea291bda20c50a963f21c7d78 /go.mod | |
chore: initialize project
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.brandonirizarry.xyz/sitemap + +go 1.26.2 + +require golang.org/x/net v0.54.0 // indirect |
