-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
27 lines (25 loc) · 847 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
module github.com/as/a
go 1.16
require (
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/as/clip v0.6.8 // indirect
github.com/as/cursor v0.6.7
github.com/as/edit v0.6.14
github.com/as/etch v0.6.7 // indirect
github.com/as/event v0.6.8
github.com/as/font v0.6.8
github.com/as/frame v0.8.0
github.com/as/io v0.1.0 // indirect
github.com/as/ms v0.1.0
github.com/as/path v0.6.7
github.com/as/rgba v0.0.3
github.com/as/shiny v0.8.2
github.com/as/srv v0.6.8
github.com/as/text v0.7.0
github.com/as/ui v0.8.2
github.com/as/worm v0.6.7 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
)