aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 11 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index be2f271..22fb5b9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,19 @@ module noisetorch
go 1.16
require (
- gioui.org v0.0.0-20200630184602-223f8fd40ae4 // indirect
+ 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-20200615134801-81910c722bba
+ 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-20200709230013-948cd5f35899
+ 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
)