mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
14 lines
188 B
Modula-2
14 lines
188 B
Modula-2
module vettools
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/kisielk/errcheck v1.6.2
|
|
golang.org/x/tools v0.2.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
)
|