2021-02-15 23:36:37 -08:00
|
|
|
module github.com/jandedobbeleer/oh-my-posh
|
2020-10-15 04:19:08 -07:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-02-12 03:35:59 -08:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
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-12-26 02:20:59 -08:00
|
|
|
github.com/distatus/battery v0.10.0
|
2020-10-21 19:49:14 -07:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2021-02-12 03:35:59 -08:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
2020-12-26 00:52:22 -08:00
|
|
|
github.com/gookit/color v1.3.5
|
2021-02-12 03:35:59 -08:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2020-11-14 11:04:04 -08:00
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
2021-02-12 03:35:59 -08:00
|
|
|
github.com/mitchellh/copystructure v1.1.1 // indirect
|
2020-11-14 11:04:04 -08:00
|
|
|
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
|
2021-02-12 03:35:59 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2020-10-15 04:19:08 -07:00
|
|
|
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
|
2020-12-29 16:06:08 -08:00
|
|
|
muzzammil.xyz/jsonc v0.0.0-20201229145248-615b0916ca38
|
2020-10-15 04:19:08 -07:00
|
|
|
)
|
|
|
|
|
2020-12-26 02:20:59 -08:00
|
|
|
replace github.com/distatus/battery v0.10.0 => github.com/JanDeDobbeleer/battery v0.10.0-1
|
2020-12-26 04:58:14 -08:00
|
|
|
|
2020-12-26 00:52:22 -08:00
|
|
|
replace github.com/gookit/color v1.3.5 => github.com/JanDeDobbeleer/color v1.3.5-1
|