Skip to content

Commit 118ebed

Browse files
authored
Fix hombrew test case that\'s breaking build (#4340)
Signed-off-by: liamfallon <liam.fallon@est.tech>
1 parent 1624a6c commit 118ebed

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/google/go-cmp v0.7.0
1010
github.com/google/go-containerregistry v0.20.5
1111
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12-
github.com/igorsobreira/titlecase v0.0.0-20140109233139-4156b5b858ac
1312
github.com/jedib0t/go-pretty/v6 v6.6.7
1413
github.com/kptdev/kpt/rollouts v0.0.0-20250604154015-93477536a4dd
1514
github.com/nephio-project/porch/api v1.3.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5T
7878
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
7979
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
8080
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
81-
github.com/igorsobreira/titlecase v0.0.0-20140109233139-4156b5b858ac h1:AfRcPFr4uK97K6YaYi9XmNY/cTPF+cLspaXocdqkdCQ=
82-
github.com/igorsobreira/titlecase v0.0.0-20140109233139-4156b5b858ac/go.mod h1:KOzUkqpWM2xArNm82cehGc5PBFYV1Qadzzt81aJi7F0=
8381
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
8482
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
8583
github.com/jedib0t/go-pretty/v6 v6.6.7 h1:m+LbHpm0aIAPLzLbMfn8dc3Ht8MW7lsSO4MPItz/Uuo=

release/formula/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ func TestFormula(t *testing.T) {
3939
# limitations under the License.
4040
4141
class Kpt < Formula
42-
desc "Toolkit to manage,and apply Kubernetes Resource config data files"
43-
homepage "https://github.com/kptdev.github.io/kpt"
42+
desc "A toolchain for composing, customizing, and deploying Kubernetes packages at scale"
43+
homepage "https://kpt.dev"
4444
url "https://github.com/kptdev/kpt/archive/v0.0.0-fake.tar.gz"
4545
sha256 "4e42c5ce1a23511405beb5f51cfe07885fa953db448265fe74ee9b81e0def277"
4646

0 commit comments

Comments
 (0)