mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
12 lines
237 B
Modula-2
12 lines
237 B
Modula-2
module _
|
|
|
|
go 1.17
|
|
|
|
require golang.org/x/tools v0.1.9
|
|
|
|
require (
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|