xcaddy/go.mod
dependabot[bot] a1762ffd7b
build(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#199)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.2.1 to 3.3.0.
- [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.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 13:21:34 +03:00

10 lines
239 B
Modula-2

module github.com/caddyserver/xcaddy
go 1.16
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/josephspurrier/goversioninfo v1.4.0
github.com/spf13/cobra v1.8.1
)