initial commit with basic http server

This commit is contained in:
2026-03-30 17:38:09 +01:00
commit 153dc64f60
4 changed files with 83 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module gogs.home.aneur.in/go/ultrashorty
go 1.25.6
require (
github.com/alecthomas/kong v1.14.0
github.com/rs/zerolog v1.35.0
)
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.29.0 // indirect
)