File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-cli
22
33go 1.22
44
5- toolchain go1.22.9
5+ toolchain go1.24.0
66
77require (
88 github.com/AlecAivazis/survey/v2 v2.3.7
Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGg
9999github.com/mitchellh/mapstructure v1.4.3 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
100100github.com/newrelic-forks/task/v3 v3.11.0 h1:8Gwo33tMTqQkWlekCChbCZqf0nrXI85UqVeIgXk73L0 =
101101github.com/newrelic-forks/task/v3 v3.11.0 /go.mod h1:rzfFpA7kl0CsL44ZQd2F2Hic5xOb2m03N6Y2lUjdNo4 =
102- github.com/newrelic/newrelic-client-go/v2 v2.51.3 h1:Bu/cUs6nfMjQMPBcxxHt4Xm30tKDT7ttYy/XRDsWP6Y =
103- github.com/newrelic/newrelic-client-go/v2 v2.51.3 /go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo =
104102github.com/newrelic/newrelic-client-go/v2 v2.51.4-0.20241111153946-a221c9e3bd63 h1:r2s0IZ9RuyIopiMZAkx5FgXttYzE3Rv6L34RVxwpgKg =
105103github.com/newrelic/newrelic-client-go/v2 v2.51.4-0.20241111153946-a221c9e3bd63 /go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo =
106104github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-cli/tools
22
33go 1.22
44
5- toolchain go1.22.9
5+ toolchain go1.24.0
66
77require (
88 github.com/caarlos0/svu v1.9.0
You can’t perform that action at this time.
0 commit comments