File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- golang 1.24.1
2
- golangci-lint 1.64.6
1
+ golang 1.24.2
2
+ golangci-lint 1.64.8
3
3
mage 1.14.0
4
- ginkgo 2.19.0
4
+ ginkgo 2.23.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/rwx-research/mint-cli
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.24.2
6
6
7
7
require (
8
8
github.com/Masterminds/semver/v3 v3.3.1
@@ -11,7 +11,7 @@ require (
11
11
github.com/magefile/mage v1.15.0
12
12
github.com/manifoldco/promptui v0.9.0
13
13
github.com/onsi/ginkgo/v2 v2.23.4
14
- github.com/onsi/gomega v1.36.3
14
+ github.com/onsi/gomega v1.37.0
15
15
github.com/pkg/errors v0.9.1
16
16
github.com/spf13/cobra v1.9.1
17
17
golang.org/x/crypto v0.37.0
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus
47
47
github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
48
48
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU =
49
49
github.com/onsi/gomega v1.36.3 /go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0 =
50
+ github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y =
51
+ github.com/onsi/gomega v1.37.0 /go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0 =
50
52
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
51
53
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
52
54
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments