Skip to content

Commit 9eb9f7c

Browse files
dependabot[bot]steve-r-west
authored andcommitted
Bump github.com/buildkite/shellwords
Bumps [github.com/buildkite/shellwords](https://github.com/buildkite/shellwords) from 0.0.0-20180315110454-59467a9b8e10 to 1.0.0. - [Release notes](https://github.com/buildkite/shellwords/releases) - [Commits](https://github.com/buildkite/shellwords/commits/v1.0.0) --- updated-dependencies: - dependency-name: github.com/buildkite/shellwords dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92dd7ad commit 9eb9f7c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
module github.com/elasticpath/epcc-cli
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.24.3
64

75
require (
86
github.com/Masterminds/sprig/v3 v3.3.0
97
github.com/brianvoe/gofakeit/v6 v6.28.0
10-
github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10
8+
github.com/buildkite/shellwords v1.0.0
119
github.com/caarlos0/env/v6 v6.10.1
1210
github.com/google/uuid v1.6.0
1311
github.com/gookit/color v1.5.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
1616
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
1717
github.com/brianvoe/gofakeit/v6 v6.28.0 h1:Xib46XXuQfmlLS2EXRuJpqcw8St6qSZz75OUo0tgAW4=
1818
github.com/brianvoe/gofakeit/v6 v6.28.0/go.mod h1:Xj58BMSnFqcn/fAQeSK+/PLtC5kSb7FJIq4JyGa8vEs=
19-
github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10 h1:XwHQ5xDtYPdtBbVPyRO6UZoWZe8/mbKUb076f8x7RvI=
20-
github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10/go.mod h1:gv0DYOzHEsKgo31lTCDGauIg4DTTGn41Bzp+t3wSOlk=
19+
github.com/buildkite/shellwords v1.0.0 h1:NqZ4Ynp0dar6ACdP5X2RwI8BnNSvuKFf+2StuJl8tjM=
20+
github.com/buildkite/shellwords v1.0.0/go.mod h1:h/h4NjidF4MJARI+cfAmA/GFChSdroL1GOJXD68s6qU=
2121
github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/II=
2222
github.com/caarlos0/env/v6 v6.10.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=
2323
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=

0 commit comments

Comments
 (0)