xcaddy/go.mod
dependabot[bot] 360a35052e
build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#200)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  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-09-02 10:33:03 +03:00

10 lines
239 B
Modula-2

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