diff --git a/go.mod b/go.mod index 8a3aa0c..ea17ee9 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/klauspost/cpuid/v2 v2.0.12 // indirect github.com/koinos/koinos-log-golang v0.0.0-20210621202301-3310a8e5866b github.com/koinos/koinos-mq-golang v0.0.0-20220307194511-07a03f6f75f0 - github.com/koinos/koinos-proto-golang v0.3.1-0.20220713180354-c6f23a99d0d7 + github.com/koinos/koinos-proto-golang v0.3.1-0.20220802205931-319ee3a6b490 github.com/koinos/koinos-util-golang v0.0.0-20220224193402-85a6df362833 github.com/libp2p/go-libp2p v0.20.3 github.com/libp2p/go-libp2p-core v0.16.1 diff --git a/go.sum b/go.sum index 000b6cb..d3c8bfa 100644 --- a/go.sum +++ b/go.sum @@ -585,6 +585,8 @@ github.com/koinos/koinos-proto-golang v0.2.1-0.20220304200226-d96c9cf694de h1:Hq github.com/koinos/koinos-proto-golang v0.2.1-0.20220304200226-d96c9cf694de/go.mod h1:ZonOOdmZcuEbRdOqqdfYRA2I4szYHy5aKzUveMWXBog= github.com/koinos/koinos-proto-golang v0.3.1-0.20220713180354-c6f23a99d0d7 h1:LiHQjpj1NevY8PC/RGKcovBg6Mbw0ANSdCZGrjJ3/oc= github.com/koinos/koinos-proto-golang v0.3.1-0.20220713180354-c6f23a99d0d7/go.mod h1:ZonOOdmZcuEbRdOqqdfYRA2I4szYHy5aKzUveMWXBog= +github.com/koinos/koinos-proto-golang v0.3.1-0.20220802205931-319ee3a6b490 h1:rs9mgcd3pvVviWDUey8kcpHPcUaWzbZfn/rK8TN3VZc= +github.com/koinos/koinos-proto-golang v0.3.1-0.20220802205931-319ee3a6b490/go.mod h1:ZonOOdmZcuEbRdOqqdfYRA2I4szYHy5aKzUveMWXBog= github.com/koinos/koinos-util-golang v0.0.0-20220224193402-85a6df362833 h1:7H/Rwdt4VrbW6O3R0WIKbcrUE07vstzOb+xB60sS0PI= github.com/koinos/koinos-util-golang v0.0.0-20220224193402-85a6df362833/go.mod h1:0+oSa/Ml9+INjfAGubMtKNOq+e4a/OoEz7GfaQPN/P8= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=