aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/aarzilli/nucular/go.mod
blob: d8a913475301d7ee3518e70a27237a4db72a4229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/aarzilli/nucular

require (
	gioui.org v0.0.0-20200417085050-0cfc914d8b7d
	github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
	github.com/golang/freetype v0.0.0-20161208064710-d9be45aaf745
	github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
	golang.org/x/exp v0.0.0-20191224044220-1fea468a75e9
	golang.org/x/image v0.0.0-20190802002840-cff245a6509b
	golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
)

go 1.10