diff options
| author | demo <demo@antix1> | 2026-05-21 18:13:18 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-21 18:13:18 -0400 |
| commit | c43b8afcd63446021334669f5a246cfb0b637fd3 (patch) | |
| tree | 161b10faeaa7675d9fd2f558daaec5a16f3de018 /go.mod | |
| parent | c032bd8d32130a2dbc1a7481dd501f2c182707cc (diff) | |
chore: add existing code to project
I also ran go mod tidy since the new files refer to packages I've
recently installed (locally.)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module git.brandonirizarry.xyz/urls go 1.26.2 + +require golang.org/x/net v0.54.0 |
