1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-19 07:22:03 +01:00
ebiten/.github/workflows/vettools/go.mod

9 lines
102 B
Modula-2
Raw Normal View History

module vettools
go 1.16
require (
github.com/kisielk/errcheck v1.6.2
golang.org/x/tools v0.1.12
)