![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0. - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
179 B
Modula-2
11 lines
179 B
Modula-2
module github.com/jeremytregunna/kevo
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
|
github.com/chzyer/readline v1.5.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.1.0 // indirect
|