Skip to content

Commit

Permalink
Bump imgpkg to version 0.22.0 (carvel-dev#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopapereira authored Oct 28, 2021
1 parent 31d3d56 commit 8860b56
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 72 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ require (
github.com/cppforlife/go-cli-ui v0.0.0-20200716203538-1e47f820817f
github.com/google/go-containerregistry v0.6.0
github.com/hashicorp/go-version v1.3.0
github.com/joefitzgerald/rainbow-reporter v0.1.0 // indirect
github.com/k14s/imgpkg v0.20.0
github.com/kisielk/errcheck v1.6.0
github.com/spf13/cobra v1.2.1
github.com/vmware-tanzu/carvel-imgpkg v0.22.0
github.com/vmware-tanzu/carvel-vendir v0.22.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
k8s.io/apimachinery v0.22.2
k8s.io/code-generator v0.19.7 // indirect
k8s.io/gengo v0.0.0-20201113003025-83324d819ded // indirect
sigs.k8s.io/yaml v1.3.0
)
45 changes: 7 additions & 38 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/kbld/cmd/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"strings"

"github.com/cppforlife/go-cli-ui/ui"
"github.com/k14s/imgpkg/pkg/imgpkg/lockconfig"
ctlconf "github.com/k14s/kbld/pkg/kbld/config"
ctlimg "github.com/k14s/kbld/pkg/kbld/image"
ctllog "github.com/k14s/kbld/pkg/kbld/logger"
Expand All @@ -20,6 +19,7 @@ import (
ctlser "github.com/k14s/kbld/pkg/kbld/search"
"github.com/k14s/kbld/pkg/kbld/version"
"github.com/spf13/cobra"
"github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/lockconfig"
"sigs.k8s.io/yaml"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/kbld/config/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package config
import (
"reflect"

"github.com/k14s/imgpkg/pkg/imgpkg/lockconfig"
ctlres "github.com/k14s/kbld/pkg/kbld/resources"
"github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/lockconfig"
)

type Conf struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/kbld/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"io/ioutil"

semver "github.com/hashicorp/go-version"
"github.com/k14s/imgpkg/pkg/imgpkg/lockconfig"
ctlres "github.com/k14s/kbld/pkg/kbld/resources"
"github.com/k14s/kbld/pkg/kbld/version"
"github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/lockconfig"
versions "github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions/v1alpha1"
"sigs.k8s.io/yaml"
)
Expand Down
29 changes: 29 additions & 0 deletions vendor/github.com/go-logr/logr/.golangci.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions vendor/github.com/go-logr/logr/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 32 additions & 15 deletions vendor/github.com/go-logr/logr/logr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vendor/k8s.io/klog/v2/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions vendor/k8s.io/klog/v2/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/k8s.io/klog/v2/klog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ github.com/docker/docker/pkg/homedir
# github.com/docker/docker-credential-helpers v0.6.3
github.com/docker/docker-credential-helpers/client
github.com/docker/docker-credential-helpers/credentials
# github.com/go-logr/logr v1.1.0
# github.com/go-logr/logr v1.2.0
github.com/go-logr/logr
# github.com/gogo/protobuf v1.3.2
github.com/gogo/protobuf/proto
Expand Down Expand Up @@ -60,9 +60,6 @@ github.com/inconshreveable/mousetrap
## explicit
# github.com/json-iterator/go v1.1.11
github.com/json-iterator/go
# github.com/k14s/imgpkg v0.20.0
## explicit
github.com/k14s/imgpkg/pkg/imgpkg/lockconfig
# github.com/k14s/semver/v4 v4.0.1-0.20210701191048-266d47ac6115
github.com/k14s/semver/v4
# github.com/kisielk/errcheck v1.6.0
Expand Down Expand Up @@ -94,6 +91,9 @@ github.com/spf13/pflag
# github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
github.com/vito/go-interact/interact
github.com/vito/go-interact/interact/terminal
# github.com/vmware-tanzu/carvel-imgpkg v0.22.0
## explicit
github.com/vmware-tanzu/carvel-imgpkg/pkg/imgpkg/lockconfig
# github.com/vmware-tanzu/carvel-vendir v0.22.0
## explicit
github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions/v1alpha1
Expand Down Expand Up @@ -170,7 +170,7 @@ k8s.io/apimachinery/third_party/forked/golang/reflect
## explicit
# k8s.io/gengo v0.0.0-20201113003025-83324d819ded
## explicit
# k8s.io/klog/v2 v2.20.0
# k8s.io/klog/v2 v2.30.0
k8s.io/klog/v2
# sigs.k8s.io/structured-merge-diff/v4 v4.1.2
sigs.k8s.io/structured-merge-diff/v4/value
Expand Down

0 comments on commit 8860b56

Please sign in to comment.