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 cmd: Use a factory to create the caddy root command (#6533) 2024-08-22 03:29:42 +00:00
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 cmd: fix `Commands` function not returning all registered commands (#7059) 2025-06-12 17:17:51 -06:00
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 core: Windows service integration (#4790) 2022-07-29 14:06:54 -06:00
removebinary_windows.go
storagefuncs.go core: Reloading with `SIGUSR1` if config never changed via admin (#7258) 2025-09-26 16:50:15 +00:00
x509rootsfallback.go caddyhttp: Address some Go 1.20 features (#6252) 2024-04-24 00:05:57 +00:00