Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

⚠️ Marker Parsing and Structure #190

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# editor stuff
.idea
*.swp
*.swo
*~
178 changes: 119 additions & 59 deletions Gopkg.lock

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

21 changes: 3 additions & 18 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,13 @@ ignored = [
name="k8s.io/apimachinery"
version="kubernetes-1.13.4"

[[constraint]]
name = "github.com/spf13/afero"
version = "v1.1.1"

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

[[constraint]]
name = "github.com/spf13/pflag"
version = "v1.0.1"

[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"

# TODO(droot): pin the following deps to a version when they are tagged.
#[[constraint]]
# name = "github.com/go-openapi/spec"
#
#[[constraint]]
# name = "sigs.k8s.io/testing_frameworks"
name = "sigs.k8s.io/yaml"
version = "v1.1.0"

# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
Expand Down
Loading