miller/cmd/experiments/cli_parser/go.mod
dependabot[bot] 58ef380f98
Bump golang.org/x/sys in /cmd/experiments/cli_parser (#1203)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210326220804-49726bf1d181 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-25 22:05:22 -05:00

8 lines
133 B
Modula-2

module cliparse
go 1.16
require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
golang.org/x/sys v0.1.0
)