module github.com/OrbTools/OrbBind go 1.15 require ( fyne.io/fyne v1.4.3 github.com/OrbTools/OrbCommon v0.0.0-20210210190718-26987f35f7fe github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect github.com/kr/text v0.2.0 // indirect github.com/srwiley/oksvg v0.0.0-20210209000435-a757b9cbd472 // indirect github.com/stretchr/testify v1.7.0 // indirect golang.org/x/image v0.0.0-20210216034530-4410531fe030 // indirect golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect golang.org/x/text v0.3.5 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )