Skip to content

Commit

Permalink
go mod tidy; go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed May 31, 2022
1 parent d2756ad commit 5ae7a3a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 278 deletions.
8 changes: 0 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,18 @@ require (
github.com/containerd/stargz-snapshotter/estargz v0.11.4
github.com/docker/docker v20.10.16+incompatible
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
github.com/gabriel-vasile/mimetype v1.3.1 // indirect
github.com/go-playground/validator v9.31.0+incompatible // indirect
github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
github.com/google/go-cmp v0.5.8
github.com/google/go-containerregistry v0.8.1-0.20220209165246-a44adc326839
github.com/google/go-github/v39 v39.2.0 // indirect
github.com/influxdata/tdigest v0.0.0-20181121200506-bf2b5ad3c0a9 // indirect
github.com/joefitzgerald/rainbow-reporter v0.1.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
github.com/sigstore/cosign v1.8.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.11.0
github.com/vdemeester/k8s-pkg-credentialprovider v1.21.0-1 // indirect
go.uber.org/automaxprocs v1.4.1-0.20220314153950-975e177ad84f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.10
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/apimachinery v0.24.1
k8s.io/klog v1.0.0 // indirect
sigs.k8s.io/kind v0.14.0
)
Loading

0 comments on commit 5ae7a3a

Please sign in to comment.