xcaddy/go.mod
dependabot[bot] cd13e2ade3
build(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#217)
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>
2024-12-02 09:18:02 +03:00

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
)