caddy/cmd
Mohammed Al Sahaf 7cc98d4d3f
cmd: make splitModule strictly conform to Go module spec (#7974)
Per https://go.dev/ref/mod#go-mod-file-ident, '@' is not a valid module
path character. The old implementation used strings.LastIndex to allow
inputs like github.com/@user/module@v1.0.0 to parse, but such inputs
are not valid module paths per the spec. Reject them explicitly.

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
2026-09-03 07:43:34 +10:00
..
caddy core: Embed `time/tzdata` (#7432) 2026-01-13 15:11:35 -07:00
cobra.go cmd: colored error message in WrapCommandFuncForCobra (#7760) (#7768) 2026-06-04 21:41:35 -04:00
commandfactory.go
commandfuncs.go chore: fix sabotage spelling in nolint comments (#7892) 2026-07-18 08:14:38 +00:00
commands.go chore: clean up wording and typo fixes (#7745) 2026-05-20 16:36:30 +10:00
commands_test.go
main.go cmd: upgrade automemlimit to v1.0.0 (#7978) 2026-08-31 19:18:31 +03:00
main_test.go cmd: support caddy start on IPv6-only hosts (#7744) 2026-05-20 10:17:34 -04:00
packagesfuncs.go cmd: make splitModule strictly conform to Go module spec (#7974) 2026-09-03 07:43:34 +10:00
packagesfuncs_split_test.go cmd: make splitModule strictly conform to Go module spec (#7974) 2026-09-03 07:43:34 +10:00
packagesfuncs_test.go fix: close resources on error paths (#7940) 2026-08-16 21:02:39 +10:00
removebinary.go
removebinary_windows.go
storagefuncs.go
x509rootsfallback.go