mirror of
https://github.com/OrbTools/OrbBind
synced 2024-10-31 03:20:26 +00:00
15 lines
510 B
Modula-2
15 lines
510 B
Modula-2
module github.com/minizbot2012/orbbind
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
fyne.io/fyne v1.4.3
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
golang.org/x/sys v0.0.0-20210104204734-6f8348627aad // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|