Skip to content

Commit

Permalink
logr 1.2.1 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteinnth committed Dec 10, 2021
1 parent 88c5bf5 commit 4e17e78
Show file tree
Hide file tree
Showing 1,145 changed files with 159,668 additions and 6,837 deletions.
12 changes: 8 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,32 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/go-ini/ini v1.66.2
github.com/go-logr/logr v1.2.1
github.com/go-logr/logr v0.4.0
github.com/golang/snappy v0.0.3 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.3.0
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/pty v1.1.5 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mholt/archiver/v3 v3.5.1
github.com/riywo/loginshell v0.0.0-20190610082906-2ed199a032f6
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spotinst/spotinst-sdk-go v1.107.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
github.com/stretchr/testify v1.7.0
github.com/theckman/yacspin v0.8.0
golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.20.6
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 // indirect
k8s.io/client-go v0.22.2
sigs.k8s.io/controller-runtime v0.10.3
)
265 changes: 227 additions & 38 deletions go.sum

Large diffs are not rendered by default.

23,356 changes: 23,356 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/service/cloudformation/api.go

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/service/cloudformation/doc.go

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

152 changes: 152 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/service/cloudformation/errors.go

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

99 changes: 99 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/service/cloudformation/service.go

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

0 comments on commit 4e17e78

Please sign in to comment.