Skip to content

Commit

Permalink
Update Gopkg.toml constraint for mholt/archiver (#2)
Browse files Browse the repository at this point in the history
Use concrete version rather than a branch now that a version with
the required change exists.
  • Loading branch information
nmiyake authored Dec 10, 2018
1 parent 003f125 commit b1ed892
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

4 changes: 1 addition & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
name = "github.com/go-bindata/go-bindata"
version = "1.0.0"

# Need first release after 2.0 for "Read" function, but no such release exists yet.
# Once the next release is available, update this constraint to that version.
[[constraint]]
name = "github.com/mholt/archiver"
branch = "master"
version = "2.1.0"

[[constraint]]
name = "github.com/pkg/errors"
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/mholt/archiver/README.md

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

4 changes: 2 additions & 2 deletions vendor/github.com/mholt/archiver/appveyor.yml

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

2 changes: 1 addition & 1 deletion vendor/github.com/mholt/archiver/archiver.go

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

28 changes: 16 additions & 12 deletions vendor/github.com/mholt/archiver/rar.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/mholt/archiver/tar.go

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

0 comments on commit b1ed892

Please sign in to comment.