File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module get.porter.sh/magefiles
2
2
3
3
go 1.21
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/Masterminds/semver/v3 v3.3.1
7
8
github.com/magefile/mage v1.15.0
8
9
github.com/stretchr/testify v1.10.0
9
10
github.com/uwu-tools/magex v0.10.1
10
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
11
+ golang.org/x/sync v0.13.0
11
12
)
12
13
13
14
require (
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
17
17
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
18
18
github.com/uwu-tools/magex v0.10.1 h1:qEJtkM+5nGKt/3BaRgj+X7pf+pNZ4SDyEEPMzEeUjkw =
19
19
github.com/uwu-tools/magex v0.10.1 /go.mod h1:5uQvmocqEueCbgK4Dm67mIfhjq80o408F17J6867go8 =
20
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ =
21
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
20
+ golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
21
+ golang.org/x/sync v0.13.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
22
22
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
23
23
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
24
24
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments