mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-01-22 08:36:28 +01:00
cd13e2ade3
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
416 B
Modula-2
18 lines
416 B
Modula-2
module github.com/caddyserver/xcaddy
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.3.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/josephspurrier/goversioninfo v1.4.1
|
|
github.com/spf13/cobra v1.8.1
|
|
)
|
|
|
|
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
|
|
)
|