This commit is contained in:
Josh Deprez 2021-12-03 15:46:32 +11:00
parent f27d93d80d
commit 010c0a662c

10
go.mod
View file

@ -8,11 +8,11 @@ require (
) )
require ( require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect golang.org/x/exp v0.0.0-20211129234152-8a230f1f7d7a // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/mobile v0.0.0-20210902104108-5d9a33257ab5 // indirect golang.org/x/mobile v0.0.0-20211109191125-d61a72f26a1a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
) )