File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/dim13/sct
2
2
3
- require github.com/BurntSushi /xgb v0 .0.0-20210121224620-deaf085860bc
3
+ require github.com/jezek /xgb v1 .0.0
4
4
5
5
go 1.13
Original file line number Diff line number Diff line change 1
- github.com/BurntSushi /xgb v0 .0.0-20210121224620-deaf085860bc h1:7D+Bh06CRPCJO3gr2F7h1sriovOZ8BMhca2Rg85c2nk =
2
- github.com/BurntSushi /xgb v0 .0.0-20210121224620-deaf085860bc /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
1
+ github.com/jezek /xgb v1 .0.0 h1:s2rRzAV8KQRlpsYA7Uyxoidv1nodMF0m6dIG6FhhVLQ =
2
+ github.com/jezek /xgb v1 .0.0/go.mod h1:nrhwO0FX/enq75I7Y7G8iN1ubpSGZEiA3v9e9GyRFlk =
Original file line number Diff line number Diff line change 4
4
"flag"
5
5
"log"
6
6
7
- "github.com/BurntSushi /xgb"
8
- "github.com/BurntSushi /xgb/randr"
9
- "github.com/BurntSushi /xgb/xproto"
7
+ "github.com/jezek /xgb"
8
+ "github.com/jezek /xgb/randr"
9
+ "github.com/jezek /xgb/xproto"
10
10
)
11
11
12
12
type Whitepoints []struct { R , G , B float64 }
You can’t perform that action at this time.
0 commit comments