Files
ultrashorty/go.mod
T
claudeandClaude Sonnet 5 3eb0023efd
CI / go-tests (pull_request) Successful in 1m49s
Release / build-and-push (push) Skipped
Build / build-and-push (push) Successful in 1m14s
use the real module path
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>
2026-09-07 14:18:05 +01:00

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
)