CobraV2/monitor/go.mod

21 lines
660 B
Modula-2

module foglar/monitor
go 1.20
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gopxl/pixel v1.0.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/image v0.13.0
)
require (
github.com/faiface/glhf v0.0.0-20211013000516-57b20770c369 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.17.0 // indirect
)