Skip to content

Commit

Permalink
Clean up of pkg file and viper change.
Browse files Browse the repository at this point in the history
- Changed viper to use fork that supports merging slices, will change
back when PR is accepted.
  • Loading branch information
tlm committed Nov 27, 2018
1 parent 55778ee commit 672acb6
Show file tree
Hide file tree
Showing 12 changed files with 88 additions and 2,540 deletions.
87 changes: 78 additions & 9 deletions Gopkg.lock

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

11 changes: 4 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@
# unused-packages = true


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

[prune]
go-tests = true
unused-packages = true

[[constraint]]
branch = "master"
name = "github.com/carlescere/goback"
[[override]]
name = "github.com/spf13/viper"
branch = "feature/merge-slices"
source = "github.com/tlmiller/viper"
Loading

0 comments on commit 672acb6

Please sign in to comment.