1
0
mirror of https://github.com/taigrr/crocgui synced 2025-01-18 04:03:16 -08:00
crocgui/go.mod
2021-02-13 13:37:57 -06:00

12 lines
172 B
Modula-2

module crocgui
go 1.15
require (
fyne.io/fyne v1.4.3
fyne.io/fyne/v2 v2.0.0
github.com/schollz/croc/v8 v8.6.7
)
replace github.com/fyne-io/mobile v0.1.2 => ../mobile