xcaddy/go.mod
dependabot[bot] a36cef4d93
build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 (#167)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 15:32:27 -05:00

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
)