This repository was archived by the owner on Apr 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/patrickcping/dvtf-pingctl
22
3- go 1.23 .3
3+ go 1.24 .3
44
55require (
66 github.com/fatih/color v1.18.0
Original file line number Diff line number Diff line change 1- go 1.23 .3
1+ go 1.24 .3
22
33use (
44 ./
Original file line number Diff line number Diff line change @@ -633,6 +633,7 @@ golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
633633golang.org/x/term v0.26.0 /go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E =
634634golang.org/x/term v0.27.0 /go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM =
635635golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
636+ golang.org/x/term v0.30.0 /go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g =
636637golang.org/x/text v0.3.4 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
637638golang.org/x/text v0.3.8 /go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ =
638639golang.org/x/text v0.12.0 /go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE =
Original file line number Diff line number Diff line change 11module github.com/patrickcping/dvtf-pingctl/tools
22
3- go 1.23 .3
3+ go 1.24 .3
44
55require (
66 github.com/golangci/golangci-lint v1.62.0
You can’t perform that action at this time.
0 commit comments