oh-my-posh/src
dependabot[bot] 2654ec999e chore: bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 in /src
Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/Masterminds/sprig/releases)
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 00:52:21 +00:00
..
build feat: add version -v 2023-07-02 21:11:01 +02:00
cache feat(template): add .PSWD 2024-08-06 14:26:38 +02:00
cli fix(cli): correct execution logic and improve messages 2024-08-27 09:43:38 +02:00
color refactor(color): move background Template to colors 2024-07-25 21:03:10 +02:00
config fix(export): omit specific fields 2024-08-27 09:43:38 +02:00
constants
font refactor(font): remove unnecessary string formatting 2024-08-17 10:18:44 +02:00
image fix(image): export with correct file name 2024-07-11 20:51:51 +02:00
log fix(prompt): align right block logic with rprompt 2024-07-10 10:11:48 +02:00
maps refactor: rename concurrent to maps 2024-07-04 11:05:24 +02:00
prompt fix(path): improve path cleaning, normalization and parsing 2024-08-29 18:15:00 +02:00
properties refactor: merge net and http under runtime module 2024-07-04 11:05:24 +02:00
regex
runtime fix(path): improve path cleaning, normalization and parsing 2024-08-29 18:15:00 +02:00
segments fix(path): improve path cleaning, normalization and parsing 2024-08-29 18:15:00 +02:00
shell fix(shell): use Windows PID as POSH_PID in a Cygwin environment 2024-08-27 09:43:38 +02:00
template feat(template): add .PSWD 2024-08-06 14:26:38 +02:00
terminal fix(path): improve path cleaning, normalization and parsing 2024-08-29 18:15:00 +02:00
test fix(sitecore): replace HasFiles with HasFilesInDir 2024-08-13 08:21:55 +02:00
upgrade fix(notice): disable notice when we're not connected 2024-07-22 11:48:12 +02:00
winres
.golangci.yml chore(lint): remove init check 2024-05-04 08:07:47 +02:00
.goreleaser.yml feat(build): sign windows binaries on release 2024-07-09 15:18:07 +02:00
go.mod chore: bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 in /src 2024-08-30 00:52:21 +00:00
go.sum chore: bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 in /src 2024-08-30 00:52:21 +00:00
main.go feat: add version -v 2023-07-02 21:11:01 +02:00
main_test.go