aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 22fb5b97d31fd696f717f1bcf0011ab822c1e8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module noisetorch

go 1.16

require (
	gioui.org v0.0.0-20220105104929-8d8aeef66bef // indirect
	github.com/BurntSushi/toml v0.4.1
	github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
	github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046
	github.com/aarzilli/nucular v0.0.0-20210408133902-d3dd7b05a80a
	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
	github.com/hashicorp/golang-lru v0.5.4 // indirect
	github.com/lawl/pulseaudio v0.0.0-20210928141934-ed754c0c6618
	github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
	golang.org/x/exp v0.0.0-20220104160115-025e73f80486 // indirect
	golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
	golang.org/x/mobile v0.0.0-20220104184238-4a8be17bd2e3 // indirect
	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)