Skip to content

Commit e69434b

Browse files
author
Rancher Desktop Dependency Manager
committed
Update go modules
Signed-off-by: Rancher Desktop Dependency Manager <[email protected]>
1 parent 4326e0b commit e69434b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/go/networking/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ require (
4343
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
4444
golang.org/x/crypto v0.41.0 // indirect
4545
golang.org/x/mod v0.28.0 // indirect
46+
golang.org/x/text v0.29.0 // indirect
4647
golang.org/x/time v0.12.0 // indirect
4748
golang.org/x/tools v0.36.0 // indirect
4849
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

src/go/networking/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
108108
golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=
109109
golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw=
110110
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
111-
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
112-
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
111+
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
112+
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
113113
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
114114
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
115115
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=

src/go/rdctl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/hashicorp/go-multierror v1.1.1
1212
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
1313
github.com/spf13/cobra v1.10.1
14+
github.com/spf13/pflag v1.0.10
1415
github.com/stretchr/testify v1.11.1
1516
golang.org/x/sys v0.36.0
1617
golang.org/x/text v0.29.0
@@ -26,7 +27,6 @@ require (
2627
github.com/pkg/errors v0.9.1 // indirect
2728
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2829
github.com/rogpeppe/go-internal v1.13.1 // indirect
29-
github.com/spf13/pflag v1.0.10 // indirect
3030
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3131
gopkg.in/yaml.v3 v3.0.1 // indirect
3232
gotest.tools/v3 v3.5.1 // indirect

0 commit comments

Comments
 (0)