Files
dependabot[bot]andgithub-actions[bot] 8be5a1370e chore(deps): bump github.com/stretchr/testify
Bumps the minor-patch group in /src with 1 update: [github.com/stretchr/testify](https://github.com/stretchr/testify).


Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.11.1...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-18 00:08:20 +00:00

65 lines
2.4 KiB
AMPL

module github.com/jandedobbeleer/oh-my-posh/src
go 1.26.0
require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
github.com/Masterminds/sprig/v3 v3.3.0
github.com/alecthomas/assert v1.0.0
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.5.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gookit/color v1.6.1
github.com/huandu/xstrings v1.5.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/stretchr/objx v0.5.3 // indirect
github.com/stretchr/testify v1.12.0
github.com/wayneashleyberry/terminal-dimensions v1.1.0
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/sys v0.47.0
golang.org/x/text v0.41.0
)
require (
github.com/go-git/go-git/v5 v5.19.2
github.com/invopop/jsonschema v0.14.0
github.com/lucasb-eyer/go-colorful v1.4.1
github.com/pelletier/go-toml/v2 v2.4.3
github.com/shirou/gopsutil/v4 v4.26.7
go.yaml.in/yaml/v3 v3.0.5
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
)
require (
dario.cat/mergo v1.0.2 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/ebitengine/purego v0.10.2 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.9.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/pjbgf/sha1cd v0.6.0 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
golang.org/x/net v0.56.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)