aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/aarzilli/nucular/go.mod
blob: 7f38a4e7fa6edd1e57fbdfebbbe61857f0a74deb (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-20210407072325-abd6e8f9cdd4
	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-20200618115811-c13761719519
	golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
)

go 1.14