forked from fyne-io/fyne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 827 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module fyne.io/fyne
go 1.12
require (
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9
github.com/akavel/rsrc v0.8.0 // indirect
github.com/go-gl/gl v0.0.0-20181026044259-55b76b7df9d2
github.com/go-gl/glfw v0.0.0-20181213070059-819e8ce5125f
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff
github.com/jackmordaunt/icns v0.0.0-20181231085925-4f16af745526
github.com/josephspurrier/goversioninfo v0.0.0-20190124120936-8611f5a5ff3f
github.com/pkg/errors v0.8.1 // indirect
github.com/srwiley/oksvg v0.0.0-20190105194046-ccbc7673cdf3
github.com/srwiley/rasterx v0.0.0-20181219215540-696f7edb7a7e
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
)