Skip to content

Commit

Permalink
Merge branch 'master' into vishal/ignore_bad_identities
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalchangrani committed Aug 19, 2021
2 parents 116cf58 + e74ecca commit c5abe58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20210729032106-72d0568c258b
github.com/onflow/cadence v0.18.1-0.20210729184802-2b0b2064b09f
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.20210729032106-72d0568c258b h1:H1gEbdcSYl6QOXYuLmt3pxCB1aNhVRjPz9VtGlXNnCU=
github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8=
github.com/onflow/cadence v0.18.1-0.20210729184802-2b0b2064b09f h1:vKrNzJ1x7dPMJJfZF9R8EM7lIkkTI1oJ9hQRdczGWY0=
github.com/onflow/cadence v0.18.1-0.20210729184802-2b0b2064b09f/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=
Expand Down
2 changes: 1 addition & 1 deletion integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20210729032106-72d0568c258b
github.com/onflow/cadence v0.18.1-0.20210729184802-2b0b2064b09f
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
Expand Down
4 changes: 2 additions & 2 deletions integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.20210729032106-72d0568c258b h1:H1gEbdcSYl6QOXYuLmt3pxCB1aNhVRjPz9VtGlXNnCU=
github.com/onflow/cadence v0.18.1-0.20210729032106-72d0568c258b/go.mod h1:ZXcJOh7LZkgqoArtvKx8UYcYQ0cC71zNffP6R1HGGB8=
github.com/onflow/cadence v0.18.1-0.20210729184802-2b0b2064b09f h1:vKrNzJ1x7dPMJJfZF9R8EM7lIkkTI1oJ9hQRdczGWY0=
github.com/onflow/cadence v0.18.1-0.20210729184802-2b0b2064b09f/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=
Expand Down

0 comments on commit c5abe58

Please sign in to comment.