Skip to content

Commit

Permalink
v1.6.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Oct 2, 2020
2 parents aab67e2 + 53c9b77 commit 6ed3ebe
Show file tree
Hide file tree
Showing 109 changed files with 7,781 additions and 970 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tags
/local
/spiff
/spiff++
/hack
/godoc
*.coverprofile
spiff_darwin_amd64.zip
spiff_linux_amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.11.x
- 1.13.x

install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Expand Down
188 changes: 119 additions & 69 deletions Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
# name = "github.com/cloudfoundry-incubator/candiedyaml"
# revision = "a41693b7b7afb422c7ecb1028458ab27da047bbb"

[[constraint]]
name = "github.com/mandelsoft/vfs"
version = "v0.1"

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
Expand Down
Loading

0 comments on commit 6ed3ebe

Please sign in to comment.