mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
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>
8 lines
133 B
Modula-2
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
|
|
)
|