Skip to content

Commit 77514f6

Browse files
Update all non-major dependencies
1 parent 5be6d12 commit 77514f6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.24.1
2-
golangci-lint 1.64.6
1+
golang 1.24.2
2+
golangci-lint 1.64.8
33
mage 1.14.0
44
ginkgo 2.23.4

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rwx-research/mint-cli
22

33
go 1.23.0
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/Masterminds/semver/v3 v3.3.1
@@ -12,7 +12,7 @@ require (
1212
github.com/magefile/mage v1.15.0
1313
github.com/manifoldco/promptui v0.9.0
1414
github.com/onsi/ginkgo/v2 v2.23.4
15-
github.com/onsi/gomega v1.36.3
15+
github.com/onsi/gomega v1.37.0
1616
github.com/pkg/errors v0.9.1
1717
github.com/spf13/cobra v1.9.1
1818
golang.org/x/crypto v0.37.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus
4949
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
5050
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
5151
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
52+
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
53+
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
5254
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
5355
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
5456
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)