mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module _
|
|
|
|
go 1.18
|
|
|
|
require golang.org/x/tools v0.1.10
|
|
|
|
require (
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|