Skip to content

Commit

Permalink
Go.mod and v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Aug 24, 2018
1 parent aa5ed92 commit 886a7fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
@@ -0,0 +1,3 @@
module github.com/hashicorp/go-multierror

require github.com/hashicorp/errwrap v1.0.0
4 changes: 4 additions & 0 deletions go.sum
@@ -0,0 +1,4 @@
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce h1:prjrVgOk2Yg6w+PflHoszQNLTUh4kaByUcEWM/9uin4=
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

0 comments on commit 886a7fb

Please sign in to comment.