forked from l3lackShark/gosumemory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 792 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/l3lackShark/gosumemory
go 1.16
require (
github.com/Wieku/gosu-pp v0.0.0-20211202005932-7ae98709eece // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/elastic/go-windows v1.0.1
github.com/gorilla/websocket v1.4.2
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/k0kubun/pp v3.0.1+incompatible
github.com/l3lackShark/config v0.0.0-20201023014929-236482b96fde
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cast v1.4.1
github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
golang.org/x/text v0.3.7 // indirect
)