From ff212fb7c1126bfcaf543d3e71cbaa6868296a86 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Tue, 17 Sep 2024 15:53:08 -0700 Subject: [PATCH] Update FCL Dev Wallet to v0.8.0 (#1752) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7e997a3e8..fc31c7546 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/onflow/cadence-tools/languageserver v1.0.0-preview.39 github.com/onflow/cadence-tools/lint v1.0.0-preview.42 github.com/onflow/cadence-tools/test v1.0.0-preview.39 - github.com/onflow/fcl-dev-wallet v0.8.0-stable-cadence.1 + github.com/onflow/fcl-dev-wallet v0.8.0 github.com/onflow/flixkit-go v1.2.1-cadence-v1-preview.25 github.com/onflow/flow-core-contracts/lib/go/templates v1.3.1 github.com/onflow/flow-emulator v1.0.0 diff --git a/go.sum b/go.sum index e95e72de3..4ede5c4c0 100644 --- a/go.sum +++ b/go.sum @@ -2168,8 +2168,8 @@ github.com/onflow/cadence-tools/test v1.0.0-preview.39/go.mod h1:80FKugYHr/xo98e github.com/onflow/crypto v0.25.0/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI= github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns= github.com/onflow/crypto v0.25.2/go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY= -github.com/onflow/fcl-dev-wallet v0.8.0-stable-cadence.1 h1:IqdUzdqFCSW0klWmA3J9c17ZyQTab9SWcWSLouX6o0Q= -github.com/onflow/fcl-dev-wallet v0.8.0-stable-cadence.1/go.mod h1:kc42jkiuoPJmxMRFjfbRO9XvnR/3XLheaOerxVMDTiw= +github.com/onflow/fcl-dev-wallet v0.8.0 h1:8TWHhJBWrzS6RCZI3eVjRT+SaUBqO6eygUNDaJV/B7s= +github.com/onflow/fcl-dev-wallet v0.8.0/go.mod h1:kc42jkiuoPJmxMRFjfbRO9XvnR/3XLheaOerxVMDTiw= github.com/onflow/flixkit-go v1.2.1-cadence-v1-preview.25 h1:ytrhcEl67/+Vr+hlKggbZO+Ti9zDOXgTN67C2MhVzTA= github.com/onflow/flixkit-go v1.2.1-cadence-v1-preview.25/go.mod h1:jXsXs6uNgGsp8J9DvxXFAYhLe4I13OhlKCfL6sczwEY= github.com/onflow/flow-core-contracts/lib/go/contracts v1.3.1 h1:q9tXLIALwQ76bO4bmSrhtTkyc2cZF4/gH11ix9E3F5k=