Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Loosen multierr constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Jun 1, 2017
1 parent 0d2e9f3 commit 508fa76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: github.com/uber-go/mapdecode
import:
- package: github.com/mitchellh/mapstructure
- package: go.uber.org/multierr
version: ~0.1
version: ">= 0.1, < 2.0"
testImport:
- package: github.com/stretchr/testify
subpackages:
Expand Down

0 comments on commit 508fa76

Please sign in to comment.