module github.com/OrbTools/OrbBind go 1.16 require ( fyne.io/fyne/v2 v2.0.3 github.com/OrbTools/OrbCommon v0.0.0-20210728131206-05d3f456f3f8 github.com/fyne-io/mobile v0.1.3-0.20210524083716-78f416561547 // indirect github.com/go-gl/gl v0.0.0-20210501111010-69f74958bac0 // indirect github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect github.com/kr/text v0.2.0 // indirect github.com/srwiley/oksvg v0.0.0-20210519022825-9fc0c575d5fe // indirect github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780 // indirect github.com/stretchr/testify v1.7.0 // indirect golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )