forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
249 B
11 lines
249 B
3 years ago
|
module github.com/fyne-io/examples
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
fyne.io/fyne/v2 v2.1.0
|
||
|
github.com/stretchr/testify v1.6.1
|
||
|
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
||
|
)
|