mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
13 lines
323 B
Modula-2
13 lines
323 B
Modula-2
module _
|
|
|
|
go 1.17
|
|
|
|
require github.com/kyoh86/looppointer v0.1.7
|
|
|
|
require (
|
|
github.com/kyoh86/nolint v0.0.0-20200711045849-7a7b0d649b7a // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/tools v0.0.0-20200710042808-f1c4188a97a1 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
)
|