Skip to content

Commit d8cef63

Browse files
authored
Merge pull request #137 from getporter/dependabot/go_modules/get.porter.sh/magefiles-0.6.11
build(deps): bump get.porter.sh/magefiles from 0.6.10 to 0.6.11
2 parents 04b2cc0 + 6a2c46c commit d8cef63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
)
1818

1919
require (
20-
get.porter.sh/magefiles v0.6.10
20+
get.porter.sh/magefiles v0.6.11
2121
get.porter.sh/porter v1.2.1
2222
github.com/PaesslerAG/jsonpath v0.1.1
2323
github.com/carolynvs/magex v0.9.0
@@ -125,7 +125,7 @@ require (
125125
go.uber.org/multierr v1.11.0 // indirect
126126
go.uber.org/zap v1.27.0 // indirect
127127
golang.org/x/net v0.38.0 // indirect
128-
golang.org/x/sync v0.12.0 // indirect
128+
golang.org/x/sync v0.13.0 // indirect
129129
golang.org/x/sys v0.31.0 // indirect
130130
golang.org/x/text v0.23.0 // indirect
131131
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqCl
1111
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
1212
cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw=
1313
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
14-
get.porter.sh/magefiles v0.6.10 h1:Dkpc42upX6IvUBYvPBSOYuC6Fawof2MHgt7hBrUSmMs=
15-
get.porter.sh/magefiles v0.6.10/go.mod h1:1t0dTy7KsVUrS6nliloRXjiJbln6rXER1iCwAdQhnKY=
14+
get.porter.sh/magefiles v0.6.11 h1:SrRjMVZgbr0l4Usxb0PSQrqgJTU6U8+kbwelbAvw8UQ=
15+
get.porter.sh/magefiles v0.6.11/go.mod h1:cOhVvwcNpBEkQdq7HNHaPXDf1WjudM0/Tist+xINtw0=
1616
get.porter.sh/porter v1.2.1 h1:c4JffFkibxNXbUA6WsBcwZMehz5D3GwJHlRCre2VcGM=
1717
get.porter.sh/porter v1.2.1/go.mod h1:bRVeCerT2rg7FVB9pySSbWCJoyYr2rQrw2EU1w90yb0=
1818
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
@@ -657,8 +657,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
657657
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
658658
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
659659
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
660-
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
661-
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
660+
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
661+
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
662662
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
663663
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
664664
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)