Skip to content

Commit 6d38d45

Browse files
chore(deps): update module github.com/codesphere-cloud/cs-go to v0.14.0 (#72)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/codesphere-cloud/cs-go](https://redirect.github.com/codesphere-cloud/cs-go) | require | minor | `v0.13.0` -> `v0.14.0` | --- ### Release Notes <details> <summary>codesphere-cloud/cs-go (github.com/codesphere-cloud/cs-go)</summary> ### [`v0.14.0`](https://redirect.github.com/codesphere-cloud/cs-go/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/codesphere-cloud/cs-go/compare/v0.13.0...v0.14.0) #### Changelog - [`87a1616`](https://redirect.github.com/codesphere-cloud/cs-go/commit/87a1616394487c0669ff82683eb025971e8f0602) feat: cli command to retrieve Workspace Domains ([#&#8203;91](https://redirect.github.com/codesphere-cloud/cs-go/issues/91)) - [`c4dc6d0`](https://redirect.github.com/codesphere-cloud/cs-go/commit/c4dc6d0b64a4ee79a52125719ad32f201e5cba89) update: add tests for list baseimages command, refactor command ([#&#8203;89](https://redirect.github.com/codesphere-cloud/cs-go/issues/89)) *** Released by [GoReleaser](https://redirect.github.com/goreleaser/goreleaser). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE2NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Signed-off-by: CodesphereBot <117686659+CodesphereBot@users.noreply.github.com>
1 parent fb06929 commit 6d38d45

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ License URL: https://github.com/clipperhouse/uax29/blob/v2.2.0/LICENSE
1717

1818
----------
1919
Module: github.com/codesphere-cloud/cs-go/pkg/io
20-
Version: v0.13.0
20+
Version: v0.14.0
2121
License: Apache-2.0
22-
License URL: https://github.com/codesphere-cloud/cs-go/blob/v0.13.0/LICENSE
22+
License URL: https://github.com/codesphere-cloud/cs-go/blob/v0.14.0/LICENSE
2323

2424
----------
2525
Module: github.com/codesphere-cloud/oms/internal/tmpl

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.2
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible
7-
github.com/codesphere-cloud/cs-go v0.13.0
7+
github.com/codesphere-cloud/cs-go v0.14.0
88
github.com/jedib0t/go-pretty/v6 v6.7.1
99
github.com/onsi/ginkgo/v2 v2.27.2
1010
github.com/onsi/gomega v1.38.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ github.com/clipperhouse/uax29/v2 v2.2.0 h1:ChwIKnQN3kcZteTXMgb1wztSgaU+ZemkgWdoh
66
github.com/clipperhouse/uax29/v2 v2.2.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
77
github.com/codesphere-cloud/cs-go v0.13.0 h1:UlClugSlTtFeEpEVZSbQdegblVZnrKlYyjX+51PYQ1w=
88
github.com/codesphere-cloud/cs-go v0.13.0/go.mod h1:Wj8rWS0VcXEBS6+58PwggDe6ZTz06gpJbbioLZc+uHo=
9+
github.com/codesphere-cloud/cs-go v0.14.0 h1:JeCYb56aMGO0RvtaY/4s7qmtBBY0uZ7QHKh/3EUUHug=
10+
github.com/codesphere-cloud/cs-go v0.14.0/go.mod h1:6nDPrm0EsLc3K5XDhVKhhxT/S0G/hKCbYrMvq+cIbm0=
911
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
1012
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
1113
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=

internal/tmpl/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ License URL: https://github.com/inconshreveable/go-update/blob/8152e7eb6ccf/inte
7171

7272
----------
7373
Module: github.com/jedib0t/go-pretty/v6
74-
Version: v6.6.9
74+
Version: v6.7.1
7575
License: MIT
76-
License URL: https://github.com/jedib0t/go-pretty/blob/v6.6.9/LICENSE
76+
License URL: https://github.com/jedib0t/go-pretty/blob/v6.7.1/LICENSE
7777

7878
----------
7979
Module: github.com/mattn/go-runewidth

0 commit comments

Comments
 (0)