Skip to content

Commit

Permalink
Use Kantive.dev/client-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Mar 27, 2024
1 parent 521520a commit f64bf4f
Show file tree
Hide file tree
Showing 39 changed files with 1,462 additions and 5,008 deletions.
3 changes: 2 additions & 1 deletion .golangci.yaml
Expand Up @@ -31,6 +31,7 @@ linters:
- varnamelen
- exhaustruct
- contextcheck
- depguard

linters-settings:
wrapcheck:
Expand All @@ -39,4 +40,4 @@ linters-settings:
gomoddirectives:
# List of allowed `replace` directives. Default is empty.
replace-allow-list:
- github.com/go-eden/slf4go
- knative.dev/client-pkg
260 changes: 165 additions & 95 deletions build/go.mod

Large diffs are not rendered by default.

3,345 changes: 377 additions & 2,968 deletions build/go.sum

Large diffs are not rendered by default.

78 changes: 43 additions & 35 deletions go.mod
@@ -1,84 +1,92 @@
module github.com/cardil/ghet

go 1.20
go 1.21

require (
dario.cat/mergo v1.0.0
emperror.dev/errors v0.8.1
github.com/1set/gut v0.0.0-20201117175203-a82363231997
github.com/charmbracelet/bubbles v0.16.1
github.com/charmbracelet/bubbletea v0.24.2
github.com/charmbracelet/lipgloss v0.8.0
github.com/erikgeiser/promptkit v0.9.0
github.com/go-eden/slf4go v1.1.2
github.com/go-eden/slf4go-zap v0.0.0-20230228024123-c74fa79d28f0
github.com/google/go-github/v48 v48.2.0
github.com/gookit/color v1.5.4
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mholt/archiver/v4 v4.0.0-alpha.8
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/u-root/u-root v0.11.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
github.com/u-root/u-root v0.14.0
github.com/wavesoftware/go-commandline v1.0.0
go.uber.org/zap v1.26.0
golang.org/x/oauth2 v0.12.0
golang.org/x/term v0.12.0
sigs.k8s.io/yaml v1.3.0
golang.org/x/oauth2 v0.18.0
knative.dev/client-pkg v0.0.0-20240327103736-fbd71a85a0ff
sigs.k8s.io/yaml v1.4.0
)

replace github.com/go-eden/slf4go => github.com/cardil/eden-slf4go v0.0.0-20230930143320-91e1210d68b2

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.4.3 // indirect
github.com/bodgit/sevenzip v1.5.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/charmbracelet/bubbles v0.18.0 // indirect
github.com/charmbracelet/bubbletea v0.25.0 // indirect
github.com/charmbracelet/harmonica v0.2.0 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/charmbracelet/lipgloss v0.10.0 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/go-eden/common v0.1.14 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/erikgeiser/promptkit v0.9.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.2-0.20220822084749-2491eb6c1c75 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/timandy/routine v1.1.1 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/wavesoftware/go-retcode v1.0.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.1 // indirect
k8s.io/api v0.29.3 // indirect
k8s.io/apimachinery v0.29.3 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
knative.dev/pkg v0.0.0-20240325103648-fd7cc2153e6a // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

0 comments on commit f64bf4f

Please sign in to comment.