forked from rjkroege/edwood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 893 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/fhs/mux9p v0.3.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/go-cmp v0.3.0
github.com/ktye/duitdraw v0.0.0-20190328070634-a54e9bd5a862
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.0.0-20190209060608-ef4a1470e0dc // indirect
golang.org/x/mobile v0.0.0-20190127143845-a42111704963 // indirect
golang.org/x/sys v0.0.0-20190219092855-153ac476189d // indirect
)
replace 9fans.net/go => github.com/fhs/9fans-go v0.0.0-fhs.20210901