Skip to content

Commit b0fa04d

Browse files
authored
Merge pull request #41 from wentevill/main
use main repo client
2 parents 348368c + b293217 commit b0fa04d

34 files changed

+868
-2488
lines changed

go.mod

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,31 @@ go 1.16
44

55
require (
66
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
7-
github.com/fatih/color v1.7.0
8-
github.com/jedib0t/go-pretty/v6 v6.2.4
7+
github.com/fatih/color v1.10.0
8+
github.com/jedib0t/go-pretty/v6 v6.3.1
99
github.com/leaanthony/synx v0.1.0
1010
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
11-
github.com/openfunction v0.3.0
11+
github.com/openfunction v0.0.0-00010101000000-000000000000
1212
github.com/pkg/errors v0.9.1
1313
github.com/spf13/cobra v1.2.1
1414
github.com/spf13/pflag v1.0.5
1515
gopkg.in/yaml.v2 v2.4.0
16-
k8s.io/api v0.22.0
17-
k8s.io/apimachinery v0.22.0
18-
k8s.io/cli-runtime v0.22.0
16+
k8s.io/api v0.21.4
17+
k8s.io/apimachinery v0.21.4
18+
k8s.io/cli-runtime v0.20.2
1919
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
20-
k8s.io/component-base v0.22.0
21-
k8s.io/klog/v2 v2.10.0
20+
k8s.io/component-base v0.21.4
21+
k8s.io/klog/v2 v2.9.0
2222
)
2323

2424
replace (
25-
github.com/openfunction => github.com/OpenFunction/OpenFunction v0.3.0
26-
github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2
27-
k8s.io/api => k8s.io/api v0.0.0-20210716001550-68328c152cca
28-
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20210712060818-a644435e2c13
29-
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20210803003910-24147945b9ef
30-
k8s.io/client-go => k8s.io/client-go v0.0.0-20210803001025-5629b666e53e
25+
github.com/go-logr/logr => github.com/go-logr/logr v0.4.0
26+
github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.2
27+
github.com/openfunction => github.com/OpenFunction/OpenFunction v0.6.0
28+
k8s.io/api => k8s.io/api v0.21.4
29+
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.21.4
30+
k8s.io/apimachinery => k8s.io/apimachinery v0.21.4
31+
k8s.io/client-go => k8s.io/client-go v0.21.4
32+
k8s.io/klog/v2 => k8s.io/klog/v2 v2.9.0
33+
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.9.7
3134
)

go.sum

Lines changed: 525 additions & 319 deletions
Large diffs are not rendered by default.

pkg/client/builder.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

pkg/client/client.go

Lines changed: 0 additions & 176 deletions
This file was deleted.

pkg/client/fake.go

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)