Bump github.com/samber/lo from 1.47.0 to 1.49.1 eee7e911 parent 96adc887

Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](https://github.com/samber/lo/compare/v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] committed by GitHub

1
# https://taskfile.dev
2
3
version: '3'
4
5
vars:
6
GREETING: Hello, World!
7
8
tasks:
9
default:
10
cmds:
11
- echo "{{.GREETING}}"
12
silent: true
13