HypixelStuff/go.mod

13 lines
415 B
Modula-2
Raw Permalink Normal View History

2024-10-20 15:48:38 -06:00
module main
go 1.23.0
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/go-gl/gltext v0.0.0-20170328174336-01a355945a70 // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.21.0 // indirect
)