-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
23 lines (21 loc) · 817 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/rjkroege/edwood
go 1.11
require (
9fans.net/go v0.0.2
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
github.com/as/cursor v0.6.7 // indirect
github.com/as/ms v0.1.0 // indirect
github.com/atotto/clipboard v0.1.1 // indirect
github.com/creack/pty v1.1.18
github.com/fhs/mux9p v0.3.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/go-cmp v0.6.0
github.com/ktye/duitdraw v0.0.0-20190328070634-a54e9bd5a862
github.com/pkg/term v1.1.0
github.com/sanity-io/litter v1.1.0
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/exp v0.0.0-20190212162250-21964bba6549 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/mobile v0.0.0-20190127143845-a42111704963 // indirect
golang.org/x/sys v0.20.0
)