Skip to content

Commit

Permalink
update to Flow Emulator v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Dec 10, 2020
1 parent 482cf92 commit cc6b60c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lib/go/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.14

require (
github.com/onflow/cadence v0.10.2
github.com/onflow/flow-core-contracts/lib/go/contracts v0.3.1-0.20201122012505-4061d358b8db
github.com/onflow/flow-core-contracts/lib/go/contracts v0.5.0
github.com/onflow/flow-core-contracts/lib/go/templates v0.0.0-00010101000000-000000000000
github.com/onflow/flow-emulator v0.12.4
github.com/onflow/flow-emulator v0.12.5
github.com/onflow/flow-ft/lib/go/templates v0.0.0-20201002112420-010719813062
github.com/onflow/flow-go v0.12.3 // indirect
github.com/onflow/flow-go-sdk v0.12.2
github.com/onflow/flow-go/crypto v0.12.0 // indirect
github.com/stretchr/testify v1.6.1
)

Expand Down
9 changes: 4 additions & 5 deletions lib/go/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -571,18 +571,17 @@ github.com/onflow/cadence v0.4.0 h1:oAKY/HclZZhc5wJgJwdPjWXJuC5IjuuHHVAAq3S7AHI=
github.com/onflow/cadence v0.4.0/go.mod h1:gaPtSctdMzT5NAoJgzsRuwUkdgRswVHsRXFNNmCTn3I=
github.com/onflow/cadence v0.10.2 h1:uBFhdlp0blYCddZTrnCjbLEVl/aYq1/9iP949KxzfbI=
github.com/onflow/cadence v0.10.2/go.mod h1:ORAnWydDsrefAUazeD1g+l7vjNwEuJAcZ7bMz1KnSbg=
github.com/onflow/flow-emulator v0.12.4 h1:nMaOhOEuNF4a7PTdBniqFIHNBKdIt0s1pnWG4CLhmbc=
github.com/onflow/flow-emulator v0.12.4/go.mod h1:+AdB0qLyGXHaugJExb5drE0wjoS7s2fBlbhBDD+N25Q=
github.com/onflow/flow-emulator v0.12.5 h1:gAUEXWNbepNFM2/ca9RJLseXqAoc93xydsclvrLnhGg=
github.com/onflow/flow-emulator v0.12.5/go.mod h1:WcjB25JJGsK5h68zl5TfXhDljssbYNNIpqrB0SZvEAc=
github.com/onflow/flow-ft/contracts v0.1.3 h1:KLszm8wQE1is92NYro76nGaQKfHw20G9H404cLn4uP4=
github.com/onflow/flow-ft/contracts v0.1.3/go.mod h1:IKe3yEurEKpg/J15q5WBlHkuMmt1iRECSHgnIa1gvRw=
github.com/onflow/flow-ft/lib/go/contracts v0.0.0-20200625213016-c4c920e336d5/go.mod h1:Mf//HSOJUSzr4Z7QmW4BZGSweoqlrJJJ92KvKnqGGQk=
github.com/onflow/flow-ft/lib/go/contracts v0.2.1-0.20201002112420-010719813062 h1:atzsWTUg5NEavUlIv48R+3a6WPvEHu5Prd5FQUYDLaM=
github.com/onflow/flow-ft/lib/go/contracts v0.2.1-0.20201002112420-010719813062/go.mod h1:Mf//HSOJUSzr4Z7QmW4BZGSweoqlrJJJ92KvKnqGGQk=
github.com/onflow/flow-ft/lib/go/templates v0.0.0-20201002112420-010719813062 h1:7uryX3X2TVq0mhDW7h1ntiEAbpMfHP9+i/Vbvj0qf+w=
github.com/onflow/flow-ft/lib/go/templates v0.0.0-20201002112420-010719813062/go.mod h1:lbG88pW3ERo5l4/t8XuYMGFzHEKTjH01m0eQILAKH1k=
github.com/onflow/flow-go v0.12.0/go.mod h1:Oq6P/56vrJGlB7sQR/R/JlAQwwyP9qmxVG9WS+yfkjs=
github.com/onflow/flow-go v0.12.3 h1:fan2yXu9azCPBj3eNByLAZIAWobxBFUbxxiiDv+3xr0=
github.com/onflow/flow-go v0.12.3/go.mod h1:kmsni43pIQABuTbB+D8q7WYVQaTUO7CAhcxDxsPELB0=
github.com/onflow/flow-go v0.12.6 h1:bjbQdkUz2YXu9cqu7b1TLqS1PY1D89sZZPKherH0jQk=
github.com/onflow/flow-go v0.12.6/go.mod h1:pI3ti2hgcitVYyc1w0kHcamJUGez0LOUYHm+mtVaM2s=
github.com/onflow/flow-go-sdk v0.4.0 h1:ZNEE8HQ6xTyr4+RmlxZ2+U/BjKtQDsAB54I+D8AJpZA=
github.com/onflow/flow-go-sdk v0.4.0/go.mod h1:MHn8oQCkBNcl2rXdYSm9VYYK4ogwEpyrdM/XK/czdlM=
github.com/onflow/flow-go-sdk v0.12.2 h1:ukIAek19pwYoHmSSYeaJ729vCA+04VEv6tCRlxwiWRI=
Expand Down

0 comments on commit cc6b60c

Please sign in to comment.