Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 202bd1f

Browse files
chore(deps): bump golang.org/x/net in /tools/go/ibmcloud
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210726213435-c6fcb2dbf985 to 0.38.0. - [Commits](https://github.com/golang/net/commits/v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ff787d commit 202bd1f

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

tools/go/ibmcloud/go.mod

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
module github.com/IBM/kui
22

3-
go 1.12
3+
go 1.23.0
44

55
require (
66
github.com/IBM-Bluemix/bluemix-cli-sdk v0.5.3
77
github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.5.3
88
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
9+
github.com/mholt/archiver v3.1.1+incompatible
10+
github.com/nicksnyder/go-i18n v1.10.3
11+
github.com/stretchr/testify v1.7.0
12+
)
13+
14+
require (
15+
github.com/BurntSushi/toml v1.5.0 // indirect
916
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
17+
github.com/davecgh/go-spew v1.1.1 // indirect
1018
github.com/dsnet/compress v0.0.1 // indirect
1119
github.com/fatih/color v1.12.0 // indirect
1220
github.com/fatih/structs v1.1.0 // indirect
1321
github.com/frankban/quicktest v1.13.0 // indirect
1422
github.com/golang/snappy v0.0.4 // indirect
23+
github.com/google/go-cmp v0.6.0 // indirect
1524
github.com/kr/text v0.2.0 // indirect
25+
github.com/mattn/go-colorable v0.1.8 // indirect
1626
github.com/mattn/go-isatty v0.0.13 // indirect
1727
github.com/mattn/go-runewidth v0.0.13 // indirect
18-
github.com/mholt/archiver v3.1.1+incompatible
1928
github.com/nwaples/rardecode v1.1.1 // indirect
29+
github.com/onsi/ginkgo v1.16.4 // indirect
2030
github.com/onsi/gomega v1.14.0 // indirect
31+
github.com/pelletier/go-toml v1.2.0 // indirect
2132
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
22-
github.com/stretchr/testify v1.7.0
33+
github.com/pmezard/go-difflib v1.0.0 // indirect
34+
github.com/rivo/uniseg v0.2.0 // indirect
2335
github.com/ulikunitz/xz v0.5.10 // indirect
2436
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
25-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
26-
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
27-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
28-
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
37+
golang.org/x/crypto v0.36.0 // indirect
38+
golang.org/x/net v0.38.0 // indirect
39+
golang.org/x/sys v0.31.0 // indirect
40+
golang.org/x/term v0.30.0 // indirect
2941
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
42+
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
43+
gopkg.in/yaml.v2 v2.4.0 // indirect
3044
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3145
)

0 commit comments

Comments
 (0)