-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 700 Bytes
/
Copy pathgo.mod
File metadata and controls
16 lines (14 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/levavakian/rowm
go 1.16
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/BurntSushi/wingo v0.0.0-20201011141536-30b336cbb88d
github.com/BurntSushi/xdg v0.0.0-20130804141135-e80d3446fea1 // indirect
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046
github.com/disintegration/imaging v1.6.2
github.com/distatus/battery v0.10.0
github.com/google/goexpect v0.0.0-20200816234442-b5b77125c2c5
github.com/str1ngs/ansi v0.0.0-20140224183525-5dc1bc5ac1f5 // indirect
)