This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
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
tariqibrahim
committed
Nov 25, 2018
1 parent
acb0858
commit 773e846
Showing
1,846 changed files
with
771,311 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Gopkg.toml example | ||
# | ||
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html | ||
# 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" | ||
# | ||
# [prune] | ||
# non-go = false | ||
# go-tests = true | ||
# unused-packages = true | ||
|
||
|
||
[[constraint]] | ||
name = "github.com/fatih/color" | ||
version = "1.7.0" | ||
|
||
[[constraint]] | ||
name = "github.com/gorilla/handlers" | ||
version = "1.4.0" | ||
|
||
[[constraint]] | ||
name = "github.com/gorilla/mux" | ||
version = "1.6.2" | ||
|
||
[[constraint]] | ||
name = "github.com/spf13/jwalterweatherman" | ||
version = "1.0.0" | ||
|
||
[[constraint]] | ||
name = "github.com/spf13/viper" | ||
version = "1.2.1" | ||
|
||
[[constraint]] | ||
name = "github.com/yahoo/athenz" | ||
version = "1.8.9" | ||
|
||
[[constraint]] | ||
name = "gopkg.in/urfave/cli.v1" | ||
version = "1.20.0" | ||
|
||
[[constraint]] | ||
name = "k8s.io/api" | ||
version = "kubernetes-1.12.0" | ||
|
||
[[constraint]] | ||
name = "k8s.io/apimachinery" | ||
version = "kubernetes-1.12.0" | ||
|
||
[[constraint]] | ||
name = "k8s.io/client-go" | ||
version = "9.0.0" | ||
|
||
[prune] | ||
go-tests = true | ||
unused-packages = true |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
vendor/github.com/ardielle/ardielle-go/rdl/array.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
vendor/github.com/ardielle/ardielle-go/rdl/auth.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.