2021-09-09 22:25:12 -07:00
|
|
|
module oh-my-posh
|
2020-10-15 04:19:08 -07:00
|
|
|
|
2021-09-01 04:23:21 -07:00
|
|
|
go 1.17
|
2020-10-15 04:19:08 -07:00
|
|
|
|
|
|
|
require (
|
2021-08-09 20:56:13 -07:00
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
2021-08-15 22:06:49 -07:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2021-08-09 20:56:13 -07:00
|
|
|
github.com/StackExchange/wmi v1.2.1 // 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
|
2021-09-01 04:28:27 -07:00
|
|
|
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142 // indirect
|
2020-12-26 02:20:59 -08:00
|
|
|
github.com/distatus/battery v0.10.0
|
2021-04-04 11:28:41 -07:00
|
|
|
github.com/esimov/stackblur-go v1.0.0
|
|
|
|
github.com/fogleman/gg v1.3.0
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2021-08-09 20:56:13 -07:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-06-08 11:16:55 -07:00
|
|
|
github.com/gookit/color v1.4.2
|
2021-08-09 20:56:13 -07:00
|
|
|
github.com/gookit/config/v2 v2.0.25
|
|
|
|
github.com/gookit/goutil v0.3.15 // indirect
|
2021-02-12 03:35:59 -08:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2021-09-04 12:52:31 -07:00
|
|
|
github.com/jan0660/memory v0.1.2
|
2021-06-08 11:16:55 -07:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
2021-09-01 04:28:27 -07:00
|
|
|
github.com/shirou/gopsutil v3.21.8+incompatible
|
2021-08-01 23:45:26 -07:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-10-15 04:19:08 -07:00
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
2021-02-28 08:27:17 -08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-01 04:28:27 -07:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
2021-05-22 07:50:34 -07:00
|
|
|
github.com/wayneashleyberry/terminal-dimensions v1.0.0
|
2021-08-09 20:56:13 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
2021-09-01 04:28:27 -07:00
|
|
|
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
|
2021-06-08 11:16:55 -07:00
|
|
|
golang.org/x/text v0.3.6
|
2021-08-01 23:45:26 -07:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2021-02-28 08:27:17 -08:00
|
|
|
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
|
2020-10-15 04:19:08 -07:00
|
|
|
)
|
|
|
|
|
2021-09-01 04:23:21 -07:00
|
|
|
require (
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
2021-09-01 04:28:27 -07:00
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
2021-09-01 04:23:21 -07:00
|
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|
|
|
|
|
2021-05-26 23:56:21 -07:00
|
|
|
replace github.com/distatus/battery v0.10.0 => github.com/JanDeDobbeleer/battery v0.10.0-2
|
2021-09-09 22:25:12 -07:00
|
|
|
|
|
|
|
replace github.com/go-ole/go-ole v1.2.5 => github.com/JanDeDobbeleer/go-ole v1.2.5-3
|
|
|
|
|
|
|
|
replace github.com/shirou/gopsutil v3.21.8+incompatible => github.com/JanDeDobbeleer/gopsutil v3.21.8-3+incompatible
|