Skip to content

Commit 74b86ec

Browse files
committed
Bump github.com/gonvenience/ytbx to v1.5.0
Bump `github.com/gonvenience/ytbx` to `v1.5.0`. Fix test case that now has a changed order. Signed-off-by: Matthias Diester <mddiester@gmail.com>
1 parent 18b9417 commit 74b86ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/gonvenience/neat v1.3.18
1010
github.com/gonvenience/term v1.0.5
1111
github.com/gonvenience/text v1.0.10
12-
github.com/gonvenience/ytbx v1.4.9
12+
github.com/gonvenience/ytbx v1.5.0
1313
github.com/lucasb-eyer/go-colorful v1.4.0
1414
github.com/mitchellh/hashstructure/v2 v2.0.2
1515
github.com/onsi/ginkgo/v2 v2.28.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/gonvenience/term v1.0.5 h1:PYfBH7FB1V+tuuJl4KYrqG/tzAOUnvTy8IFa9YqYrJ
3333
github.com/gonvenience/term v1.0.5/go.mod h1:CYvcU7H3nE6eOP0gvGfYz4BjGJzM1GeNp+fx4IBWKLs=
3434
github.com/gonvenience/text v1.0.10 h1:QRqtC/KMk57K7y4jHi4HjLxf8u+tg+/tIRCS5afywNE=
3535
github.com/gonvenience/text v1.0.10/go.mod h1:qO4aTZGAXbeW7eJXK+94nIc5Uumz8Q5DphOFZex6JHI=
36-
github.com/gonvenience/ytbx v1.4.9 h1:8n9kmCTrS0dna863abBI50fQT6/2397jpsSZr6ZsnHo=
37-
github.com/gonvenience/ytbx v1.4.9/go.mod h1:5+Gl5Y0OxrO7Kp0qmrH8vTCAlY3whwBHN26KOReIe5o=
36+
github.com/gonvenience/ytbx v1.5.0 h1:6AbxnAWwyY+tMLEBENXC4m1j71Ubcv2+UaQmEA7rYv4=
37+
github.com/gonvenience/ytbx v1.5.0/go.mod h1:zxRSqmJ2sHOH+XyYFAPhyb7y+xjnRSRHLcNta5Ybcws=
3838
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3939
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
4040
github.com/google/pprof v0.0.0-20260202012954-cb029daf43ef h1:xpF9fUHpoIrrjX24DURVKiwHcFpw19ndIs+FwTSMbno=

internal/cmd/cmds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ spec.replicas (apps/v1/Deployment/test)
554554
Expect(out).To(BeEquivalentTo(`
555555
(root level)
556556
+ four map entries added:
557-
kind: ConfigMap
558557
apiVersion: v1
558+
kind: ConfigMap
559559
metadata:
560560
name: atlantis-repo-config
561561
namespace: default

0 commit comments

Comments
 (0)