mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-06 01:10:18 +00:00
a36cef4d93
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
160 B
Modula-2
9 lines
160 B
Modula-2
module github.com/caddyserver/xcaddy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
)
|