Skip to content

Commit

Permalink
Merge pull request #473 from quorumcontrol/feature/update-chaintree
Browse files Browse the repository at this point in the history
update chaintree dependency
  • Loading branch information
Ben Lamothe authored Apr 21, 2020
2 parents 9215312 + 4671e05 commit 43c47df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/multiformats/go-multihash v0.0.8
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1
github.com/quorumcontrol/chaintree v1.0.2-0.20200417190801-195827c9d506
github.com/quorumcontrol/chaintree v0.9.5
github.com/quorumcontrol/messages/v2 v2.1.3-0.20200129115245-2bfec5177653
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,8 @@ github.com/prometheus/procfs v0.0.3 h1:CTwfnzjQ+8dS6MhHHu4YswVAD99sL2wjPqP+VkURm
github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI=
github.com/quorumcontrol/chaintree v1.0.2-0.20200417190801-195827c9d506 h1:6Qvsis68ZsbfRlsS6YQucgZ/KAus6liDI5c9ofGkU9Q=
github.com/quorumcontrol/chaintree v1.0.2-0.20200417190801-195827c9d506/go.mod h1:FxUruvim5bzcOmu3Fiqt6wexkjw4Xv5MdUeMA+RYB3s=
github.com/quorumcontrol/chaintree v0.9.5 h1:tDaCWFJoHX5RmIokL4XZGcay+iuWYK+MiLlC7mjx4Xo=
github.com/quorumcontrol/chaintree v0.9.5/go.mod h1:FxUruvim5bzcOmu3Fiqt6wexkjw4Xv5MdUeMA+RYB3s=
github.com/quorumcontrol/messages/v2 v2.1.3-0.20200123172240-224b207a9631 h1:RuzyZRiiUA4GX0yeq0uYPdOyQyPyQ1+XiRAJ0G/Izis=
github.com/quorumcontrol/messages/v2 v2.1.3-0.20200123172240-224b207a9631/go.mod h1:deggrbG3fDQ1RIpGrhC+Ujn5S7hTWNkAbnT06FEmlD8=
github.com/quorumcontrol/messages/v2 v2.1.3-0.20200129115245-2bfec5177653 h1:1HnIHiq74K8lkCXZ6f/EHVdZnMK830E2Vh02xsqXRVA=
Expand Down
2 changes: 1 addition & 1 deletion signer/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/ipfs/go-log v0.0.1
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/quorumcontrol/chaintree v1.0.2-0.20200124091942-25ceb93627b9
github.com/quorumcontrol/chaintree v0.9.5
github.com/quorumcontrol/messages/v2 v2.1.3-0.20200129115245-2bfec5177653
github.com/quorumcontrol/tupelo v0.0.0
github.com/stretchr/testify v1.4.0
Expand Down

0 comments on commit 43c47df

Please sign in to comment.