The module was code.aneur.in/cloud/ultrashorty but go.mod (and main.go's internal import) still said gogs.home.aneur.in/go/ultrashorty, a host that no longer exists. Self-consistent so it built, but wrong for anyone fetching it and confusing to read. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
15 lines
280 B
AMPL
15 lines
280 B
AMPL
module code.aneur.in/cloud/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
|
|
)
|