diff --git a/go.mod b/go.mod index 746ac00c732..a67f3803bc5 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ require ( github.com/m4ksio/wal v1.0.0 github.com/mitchellh/mapstructure v1.3.3 // indirect github.com/multiformats/go-multiaddr v0.3.3 - github.com/onflow/cadence v0.18.1-0.20210729032058-d9eb6683d6ed + github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.5 github.com/onflow/flow-core-contracts/lib/go/templates v0.7.5 github.com/onflow/flow-emulator v0.20.3 diff --git a/go.sum b/go.sum index fc5a255f4b6..444b5bdb652 100644 --- a/go.sum +++ b/go.sum @@ -953,8 +953,8 @@ github.com/onflow/cadence v0.15.0/go.mod h1:KMzDF6cIv6nb5PJW9aITaqazbmJX8MMeibFc github.com/onflow/cadence v0.15.0/go.mod h1:KMzDF6cIv6nb5PJW9aITaqazbmJX8MMeibFcpPP385M= github.com/onflow/cadence v0.17.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE= github.com/onflow/cadence v0.18.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE= -github.com/onflow/cadence v0.18.1-0.20210729032058-d9eb6683d6ed h1:2A34U71OmDDC5qAXLEmViZUP2Qs0IPJfQJfYmGnJZ4U= -github.com/onflow/cadence v0.18.1-0.20210729032058-d9eb6683d6ed/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8= +github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b h1:H1gEbdcSYl6QOXYuLmt3pxCB1aNhVRjPz9VtGlXNnCU= +github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8= github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.3-0.20210527134022-58c25247091a/go.mod h1:IZ2e7UyLCYmpQ8Kd7k0A32uXqdqfiV1r2sKs5/riblo= github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.5 h1:PTBIOL7sNBc+tVNba5v/U2T4ER9C9NdV8F/KmseD9nY= github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.5/go.mod h1:MSNt2rodpRXm1n0iGQWL6ltDoJCtXEzlPw9nhE/zQmk= diff --git a/integration/go.mod b/integration/go.mod index dfb8cc9ab49..22a42e54985 100644 --- a/integration/go.mod +++ b/integration/go.mod @@ -17,7 +17,7 @@ require ( github.com/golang/snappy v0.0.3 // indirect github.com/jedib0t/go-pretty v4.3.0+incompatible github.com/logrusorgru/aurora v2.0.3+incompatible // indirect - github.com/onflow/cadence v0.18.1-0.20210729032058-d9eb6683d6ed + github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.5 github.com/onflow/flow-core-contracts/lib/go/templates v0.7.5 github.com/onflow/flow-emulator v0.20.3 diff --git a/integration/go.sum b/integration/go.sum index 5b9cc8af7c6..e7fc543c40f 100644 --- a/integration/go.sum +++ b/integration/go.sum @@ -1102,8 +1102,8 @@ github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c/go.mod h1 github.com/onflow/cadence v0.15.0/go.mod h1:KMzDF6cIv6nb5PJW9aITaqazbmJX8MMeibFcpPP385M= github.com/onflow/cadence v0.17.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE= github.com/onflow/cadence v0.18.0/go.mod h1:iR/tZpP+1YhM8iRnOBPiBIs7on5dE3hk2ZfunCRQswE= -github.com/onflow/cadence v0.18.1-0.20210729032058-d9eb6683d6ed h1:2A34U71OmDDC5qAXLEmViZUP2Qs0IPJfQJfYmGnJZ4U= -github.com/onflow/cadence v0.18.1-0.20210729032058-d9eb6683d6ed/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8= +github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b h1:H1gEbdcSYl6QOXYuLmt3pxCB1aNhVRjPz9VtGlXNnCU= +github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8= github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.5 h1:PTBIOL7sNBc+tVNba5v/U2T4ER9C9NdV8F/KmseD9nY= github.com/onflow/flow-core-contracts/lib/go/contracts v0.7.5/go.mod h1:MSNt2rodpRXm1n0iGQWL6ltDoJCtXEzlPw9nhE/zQmk= github.com/onflow/flow-core-contracts/lib/go/templates v0.7.5 h1:SaO1ddEopoHHBeA0KotX98XaFG4hC3RwTOpUGnFRhrM=