initial commit with basic http server
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user