mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-02-02 06:07:24 +01:00
10 lines
239 B
Modula-2
10 lines
239 B
Modula-2
module github.com/caddyserver/xcaddy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/josephspurrier/goversioninfo v1.4.0
|
|
github.com/spf13/cobra v1.8.0
|
|
)
|