Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Nov 24, 2017
1 parent 1b5833b commit 4cd2ce2
Show file tree
Hide file tree
Showing 4,367 changed files with 2,001,223 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
223 changes: 223 additions & 0 deletions Gopkg.lock

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

58 changes: 58 additions & 0 deletions Gopkg.toml
@@ -0,0 +1,58 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.1"

[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.0"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "k8s.io/apimachinery"
revision = "85ace5365f33b16fc735c866a12e3c765b9700f2"

[[constraint]]
name = "k8s.io/apiserver"
revision = "1b117e5b34d4283c045a62050f8f654472472ea6"

[[constraint]]
name = "k8s.io/client-go"
revision = "76153773eaa3a268131d3d993290a194a1370585"

[[constraint]]
branch = "master"
name = "github.com/ugorji/go"

[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.1.0"

0 comments on commit 4cd2ce2

Please sign in to comment.