-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (20 loc) · 880 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/function61/screen-server
go 1.20
require (
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046
github.com/function61/gokit v0.0.0-20240321114127-797a00fcb45f
github.com/function61/holepunch-server v0.0.0-20200305174733-9c6de8210421
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.1
github.com/spf13/cobra v1.6.1
)
require (
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/pkg/xattr v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect
)