module github.com/jandedobbeleer/oh-my-posh go 1.16 require ( github.com/BurntSushi/toml v0.4.1 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/StackExchange/wmi v1.2.1 // indirect github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 github.com/alecthomas/colour v0.1.0 // indirect github.com/alecthomas/repr v0.0.0-20210301060118-828286944d6a // indirect github.com/distatus/battery v0.10.0 github.com/esimov/stackblur-go v1.0.0 github.com/fogleman/gg v1.3.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/google/uuid v1.3.0 // indirect github.com/gookit/color v1.4.2 github.com/gookit/config/v2 v2.0.25 github.com/gookit/goutil v0.3.15 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/mapstructure v1.4.1 github.com/sergi/go-diff v1.2.0 // indirect github.com/shirou/gopsutil v3.21.7+incompatible github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/objx v0.3.0 // indirect github.com/stretchr/testify v1.7.0 github.com/tklauser/go-sysconf v0.3.7 // indirect github.com/wayneashleyberry/terminal-dimensions v1.0.0 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e golang.org/x/text v0.3.6 gopkg.in/ini.v1 v1.62.0 howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect ) replace github.com/distatus/battery v0.10.0 => github.com/JanDeDobbeleer/battery v0.10.0-2