2020-10-15 04:19:08 -07:00
|
|
|
module github.com/jandedobbeleer/oh-my-posh3
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-10-21 19:49:14 -07:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-11-14 11:04:04 -08:00
|
|
|
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
|
|
|
|
github.com/alecthomas/colour v0.1.0 // indirect
|
|
|
|
github.com/alecthomas/repr v0.0.0-20201103221029-55c485bd663f // indirect
|
2020-10-15 04:19:08 -07:00
|
|
|
github.com/distatus/battery v0.10.1-0.20200722221337-7e1bf2bbb15c
|
2020-10-21 19:49:14 -07:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-10-15 04:19:08 -07:00
|
|
|
github.com/gookit/color v1.3.1
|
2020-11-14 11:04:04 -08:00
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2020-10-21 19:49:14 -07:00
|
|
|
github.com/shirou/gopsutil v2.20.9+incompatible
|
2020-10-15 04:19:08 -07:00
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
|
|
|
|
golang.org/x/text v0.3.3
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
|
|
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/distatus/battery v0.10.1-0.20200722221337-7e1bf2bbb15c => github.com/JanDeDobbeleer/battery v0.10.1-0.20200909080331-bb0a7566dbb8
|
|
|
|
|
|
|
|
replace github.com/gookit/color v1.3.1 => github.com/JanDeDobbeleer/color v1.3.1-0.20201014085303-5ffcdf66388a
|
|
|
|
|
|
|
|
replace github.com/mitchellh/go-ps v1.0.0 => github.com/JanDeDobbeleer/go-ps v1.0.0
|