Skip to content

Commit 2b1d113

Browse files
chore(deps): Bump get.porter.sh/magefiles from 0.6.10 to 0.6.11
Bumps [get.porter.sh/magefiles](https://github.com/getporter/magefiles) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/getporter/magefiles/releases) - [Commits](getporter/magefiles@v0.6.10...v0.6.11) --- updated-dependencies: - dependency-name: get.porter.sh/magefiles dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba4e1a0 commit 2b1d113

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module get.porter.sh/mixin/docker-compose
22

33
go 1.23
4-
5-
toolchain go1.23.3
4+
toolchain go1.24.1
65

76
// These are replace directives copied from porter
87
// When you use a newer version of Porter, if you run into trouble with go mod tidy
@@ -11,7 +10,7 @@ toolchain go1.23.3
1110
replace github.com/spf13/viper => github.com/getporter/viper v1.7.1-porter.2.0.20210514172839-3ea827168363
1211

1312
require (
14-
get.porter.sh/magefiles v0.6.10
13+
get.porter.sh/magefiles v0.6.11
1514
get.porter.sh/porter v1.2.1
1615
github.com/ghodss/yaml v1.0.0
1716
github.com/spf13/cobra v1.9.1
@@ -115,7 +114,7 @@ require (
115114
go.uber.org/multierr v1.11.0 // indirect
116115
go.uber.org/zap v1.27.0 // indirect
117116
golang.org/x/net v0.32.0 // indirect
118-
golang.org/x/sync v0.10.0 // indirect
117+
golang.org/x/sync v0.13.0 // indirect
119118
golang.org/x/sys v0.28.0 // indirect
120119
golang.org/x/text v0.21.0 // indirect
121120
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=
@@ -636,8 +636,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
636636
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
637637
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
638638
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
639-
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
640-
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
639+
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
640+
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
641641
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
642642
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
643643
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)