-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathgo.mod
29 lines (25 loc) · 914 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
24
25
26
27
28
29
module github.com/rjkroege/edwood
go 1.22.4
toolchain go1.23.5
require (
9fans.net/go v0.0.2
github.com/creack/pty v1.1.18
github.com/fhs/mux9p v0.3.1
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/rjkroege/gozen v0.0.0-20250208070857-068fb3f8ce9e
github.com/sanity-io/litter v1.1.0
golang.org/x/sys v0.20.0
)
require (
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/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
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
)