2020-04-02 16:35:27 +02:00
|
|
|
module github.com/caddyserver/xcaddy
|
2020-03-21 21:31:29 +01:00
|
|
|
|
2024-09-03 21:45:23 +02:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.23.0
|
2020-03-21 21:31:29 +01:00
|
|
|
|
2022-06-20 21:20:05 +02:00
|
|
|
require (
|
2024-09-02 12:21:34 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.3.0
|
2022-06-20 21:20:05 +02:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2024-09-03 21:45:23 +02:00
|
|
|
github.com/josephspurrier/goversioninfo v1.4.1
|
2024-09-02 09:33:03 +02:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2022-06-20 21:20:05 +02:00
|
|
|
)
|
2024-09-03 21:45:23 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/akavel/rsrc v0.10.2 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|