-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Sheiko
committed
Dec 18, 2020
1 parent
5a71da6
commit 2008dc3
Showing
2 changed files
with
1,071 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,32 @@ | ||
module github.com/n0madic/app2kube | ||
|
||
go 1.12 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.0 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible | ||
github.com/Microsoft/hcsshim v0.8.10 // indirect | ||
github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c // indirect | ||
github.com/docker/cli v0.0.0-20200117153247-52714e413cd1 | ||
github.com/containerd/containerd v1.4.3 // indirect | ||
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect | ||
github.com/docker/cli v20.10.1+incompatible | ||
github.com/docker/distribution v2.7.1+incompatible | ||
github.com/docker/docker v0.7.3-0.20190525203055-f25e0c6f3093 | ||
github.com/docker/docker-credential-helpers v0.6.3 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/docker v20.10.1+incompatible | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/gorilla/mux v1.7.4 // indirect | ||
github.com/gosuri/uitable v0.0.4 | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/logrusorgru/aurora v2.0.3+incompatible | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/opencontainers/runc v0.1.1 // indirect | ||
github.com/moby/buildkit v0.8.1 // indirect | ||
github.com/moby/sys/mount v0.2.0 // indirect | ||
github.com/moby/sys/symlink v0.1.0 // indirect | ||
github.com/rhysd/go-fakeio v1.0.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/werf/kubedog v0.4.0 | ||
k8s.io/api v0.18.9 | ||
k8s.io/apimachinery v0.18.9 | ||
k8s.io/cli-runtime v0.18.9 | ||
k8s.io/client-go v0.18.9 | ||
k8s.io/helm v2.16.12+incompatible | ||
k8s.io/kubectl v0.18.9 | ||
k8s.io/api v0.19.5 | ||
k8s.io/apimachinery v0.19.5 | ||
k8s.io/cli-runtime v0.19.5 | ||
k8s.io/client-go v0.19.5 | ||
k8s.io/helm v2.17.0+incompatible | ||
k8s.io/kubectl v0.19.5 | ||
) | ||
|
||
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20190830141801-acfa387b8d69 |
Oops, something went wrong.