From 4fa27778f9d4637e1b3f3324befbf928e214c439 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta <alfonso@stellar.org> Date: Thu, 18 Apr 2024 01:44:02 +0200 Subject: [PATCH] Bump dependencies again --- .github/workflows/soroban-rpc.yml | 8 +- Cargo.lock | 164 ++++++++---------------------- Cargo.toml | 30 +++--- go.mod | 2 +- go.sum | 4 +- 5 files changed, 67 insertions(+), 141 deletions(-) diff --git a/.github/workflows/soroban-rpc.yml b/.github/workflows/soroban-rpc.yml index 579af5a4..53156c17 100644 --- a/.github/workflows/soroban-rpc.yml +++ b/.github/workflows/soroban-rpc.yml @@ -113,10 +113,10 @@ jobs: SOROBAN_RPC_INTEGRATION_TESTS_ENABLED: true SOROBAN_RPC_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }} SOROBAN_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core - PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 20.4.1-1807.b152dc51d.focal - PROTOCOL_20_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:20.4.1-1807.b152dc51d.focal - PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 20.4.1-1807.b152dc51d.focal - PROTOCOL_21_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:20.4.1-1807.b152dc51d.focal + PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 21.0.0-1812.rc1.a10329cca.focal + PROTOCOL_20_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:21.0.0-1812.rc1.a10329cca.focal + PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 21.0.0-1812.rc1.a10329cca.focal + PROTOCOL_21_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:21.0.0-1812.rc1.a10329cca.focal steps: - uses: actions/checkout@v3 with: diff --git a/Cargo.lock b/Cargo.lock index d9096daa..3c1d51e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1202,7 +1202,7 @@ dependencies = [ "libc", "rand", "sha2", - "soroban-env-host 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718)", + "soroban-env-host", "soroban-simulation", ] @@ -1566,18 +1566,8 @@ dependencies = [ [[package]] name = "soroban-builtin-sdk-macros" version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718#27897f6073aec5241d3486690a33b22c80dd0718" -dependencies = [ - "itertools 0.11.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "soroban-builtin-sdk-macros" -version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c#4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8d93e2e24ebe7c0704f8609cad25d1ab75acf4424b9f501e8689362f3885104" dependencies = [ "itertools 0.11.0", "proc-macro2", @@ -1588,50 +1578,37 @@ dependencies = [ [[package]] name = "soroban-env-common" version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718#27897f6073aec5241d3486690a33b22c80dd0718" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4f82fd953b35e8c81f6c5be30e28ec82ba4122221f721a939e9a3844f23eb4f" dependencies = [ "arbitrary", - "crate-git-revision", - "ethnum", - "num-derive", - "num-traits", - "soroban-env-macros 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718)", - "soroban-wasmi", - "static_assertions", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=d0138770652a615e3cd99447f2f2727658c17450)", - "wasmparser 0.116.1", -] - -[[package]] -name = "soroban-env-common" -version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c#4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c" -dependencies = [ "crate-git-revision", "ethnum", "num-derive", "num-traits", "serde", - "soroban-env-macros 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", + "soroban-env-macros", "soroban-wasmi", "static_assertions", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac)", + "stellar-xdr", "wasmparser 0.116.1", ] [[package]] name = "soroban-env-guest" version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c#4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7314ba04a308ffbd7a9a53661a3247eaab7d68254045a4c3757f66ead8506c2" dependencies = [ - "soroban-env-common 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", + "soroban-env-common", "static_assertions", ] [[package]] name = "soroban-env-host" version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718#27897f6073aec5241d3486690a33b22c80dd0718" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83c7605e4a2c6057a52b4c4d75f0600249941e4e2fd783bf82ff14ac603b7177" dependencies = [ "backtrace", "curve25519-dalek", @@ -1652,39 +1629,8 @@ dependencies = [ "sec1", "sha2", "sha3", - "soroban-builtin-sdk-macros 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718)", - "soroban-env-common 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718)", - "soroban-wasmi", - "static_assertions", - "stellar-strkey 0.0.8", - "wasmparser 0.116.1", -] - -[[package]] -name = "soroban-env-host" -version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c#4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c" -dependencies = [ - "curve25519-dalek", - "ecdsa", - "ed25519-dalek", - "elliptic-curve", - "generic-array", - "getrandom", - "hex-literal", - "hmac", - "k256", - "num-derive", - "num-integer", - "num-traits", - "p256", - "rand", - "rand_chacha", - "sec1", - "sha2", - "sha3", - "soroban-builtin-sdk-macros 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", - "soroban-env-common 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", + "soroban-builtin-sdk-macros", + "soroban-env-common", "soroban-wasmi", "static_assertions", "stellar-strkey 0.0.8", @@ -1694,55 +1640,42 @@ dependencies = [ [[package]] name = "soroban-env-macros" version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718#27897f6073aec5241d3486690a33b22c80dd0718" -dependencies = [ - "itertools 0.11.0", - "proc-macro2", - "quote", - "serde", - "serde_json", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=d0138770652a615e3cd99447f2f2727658c17450)", - "syn", -] - -[[package]] -name = "soroban-env-macros" -version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c#4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b00bceab0c1f00856e362f82fa5b20375923a40ae1920534c406a5772b20b7bd" dependencies = [ "itertools 0.11.0", "proc-macro2", "quote", "serde", "serde_json", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac)", + "stellar-xdr", "syn", ] [[package]] name = "soroban-ledger-snapshot" version = "20.5.0" -source = "git+https://github.com/stellar/rs-soroban-sdk?rev=476a47180e59213c4d2d4041a3af7684f601db43#476a47180e59213c4d2d4041a3af7684f601db43" +source = "git+https://github.com/stellar/rs-soroban-sdk?rev=125feac3bec3c9d488c3263e115ef25baa03cb14#125feac3bec3c9d488c3263e115ef25baa03cb14" dependencies = [ "serde", "serde_json", "serde_with", - "soroban-env-common 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", - "soroban-env-host 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", + "soroban-env-common", + "soroban-env-host", "thiserror", ] [[package]] name = "soroban-sdk" version = "20.5.0" -source = "git+https://github.com/stellar/rs-soroban-sdk?rev=476a47180e59213c4d2d4041a3af7684f601db43#476a47180e59213c4d2d4041a3af7684f601db43" +source = "git+https://github.com/stellar/rs-soroban-sdk?rev=125feac3bec3c9d488c3263e115ef25baa03cb14#125feac3bec3c9d488c3263e115ef25baa03cb14" dependencies = [ "bytes-lit", "rand", "serde", "serde_json", "soroban-env-guest", - "soroban-env-host 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", + "soroban-env-host", "soroban-ledger-snapshot", "soroban-sdk-macros", "stellar-strkey 0.0.8", @@ -1751,7 +1684,7 @@ dependencies = [ [[package]] name = "soroban-sdk-macros" version = "20.5.0" -source = "git+https://github.com/stellar/rs-soroban-sdk?rev=476a47180e59213c4d2d4041a3af7684f601db43#476a47180e59213c4d2d4041a3af7684f601db43" +source = "git+https://github.com/stellar/rs-soroban-sdk?rev=125feac3bec3c9d488c3263e115ef25baa03cb14#125feac3bec3c9d488c3263e115ef25baa03cb14" dependencies = [ "crate-git-revision", "darling", @@ -1760,21 +1693,22 @@ dependencies = [ "quote", "rustc_version", "sha2", - "soroban-env-common 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=4d9b1020f7b5baa0f972eb08ed8aa2cd3343ad7c)", + "soroban-env-common", "soroban-spec", "soroban-spec-rust", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac)", + "stellar-xdr", "syn", ] [[package]] name = "soroban-simulation" version = "21.0.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718#27897f6073aec5241d3486690a33b22c80dd0718" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6dc9be83ceb681939b2015d6935ae7c363ce5a5efc9780cea2890605e94a3b0" dependencies = [ "anyhow", "rand", - "soroban-env-host 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718)", + "soroban-env-host", "static_assertions", "thiserror", ] @@ -1782,10 +1716,10 @@ dependencies = [ [[package]] name = "soroban-spec" version = "20.5.0" -source = "git+https://github.com/stellar/rs-soroban-sdk?rev=476a47180e59213c4d2d4041a3af7684f601db43#476a47180e59213c4d2d4041a3af7684f601db43" +source = "git+https://github.com/stellar/rs-soroban-sdk?rev=125feac3bec3c9d488c3263e115ef25baa03cb14#125feac3bec3c9d488c3263e115ef25baa03cb14" dependencies = [ "base64 0.13.1", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac)", + "stellar-xdr", "thiserror", "wasmparser 0.116.1", ] @@ -1793,14 +1727,14 @@ dependencies = [ [[package]] name = "soroban-spec-rust" version = "20.5.0" -source = "git+https://github.com/stellar/rs-soroban-sdk?rev=476a47180e59213c4d2d4041a3af7684f601db43#476a47180e59213c4d2d4041a3af7684f601db43" +source = "git+https://github.com/stellar/rs-soroban-sdk?rev=125feac3bec3c9d488c3263e115ef25baa03cb14#125feac3bec3c9d488c3263e115ef25baa03cb14" dependencies = [ "prettyplease", "proc-macro2", "quote", "sha2", "soroban-spec", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac)", + "stellar-xdr", "syn", "thiserror", ] @@ -1808,7 +1742,8 @@ dependencies = [ [[package]] name = "soroban-wasmi" version = "0.31.1-soroban.20.0.1" -source = "git+https://github.com/stellar/wasmi?rev=0ed3f3dee30dc41ebe21972399e0a73a41944aa0#0ed3f3dee30dc41ebe21972399e0a73a41944aa0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "710403de32d0e0c35375518cb995d4fc056d0d48966f2e56ea471b8cb8fc9719" dependencies = [ "smallvec", "spin", @@ -1856,11 +1791,11 @@ dependencies = [ "serde-aux", "serde_json", "sha2", - "soroban-env-host 21.0.0 (git+https://github.com/stellar/rs-soroban-env?rev=27897f6073aec5241d3486690a33b22c80dd0718)", + "soroban-env-host", "soroban-sdk", "soroban-spec", "stellar-strkey 0.0.7", - "stellar-xdr 20.1.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac)", + "stellar-xdr", "termcolor", "termcolor_output", "thiserror", @@ -1893,9 +1828,11 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "20.1.0" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=a80c899c61e869fd00b7b475a4947ab6aaf9dcac#a80c899c61e869fd00b7b475a4947ab6aaf9dcac" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "193cef4375f498306b3b39d2182b8e1192904fc90dd2eec8b3f3007b87c427c7" dependencies = [ + "arbitrary", "base64 0.13.1", "crate-git-revision", "escape-bytes", @@ -1905,19 +1842,6 @@ dependencies = [ "stellar-strkey 0.0.8", ] -[[package]] -name = "stellar-xdr" -version = "20.1.0" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=d0138770652a615e3cd99447f2f2727658c17450#d0138770652a615e3cd99447f2f2727658c17450" -dependencies = [ - "arbitrary", - "base64 0.13.1", - "crate-git-revision", - "escape-bytes", - "hex", - "stellar-strkey 0.0.8", -] - [[package]] name = "strsim" version = "0.10.0" @@ -2269,13 +2193,15 @@ checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" [[package]] name = "wasmi_arena" -version = "0.4.0" -source = "git+https://github.com/stellar/wasmi?rev=0ed3f3dee30dc41ebe21972399e0a73a41944aa0#0ed3f3dee30dc41ebe21972399e0a73a41944aa0" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" [[package]] name = "wasmi_core" version = "0.13.0" -source = "git+https://github.com/stellar/wasmi?rev=0ed3f3dee30dc41ebe21972399e0a73a41944aa0#0ed3f3dee30dc41ebe21972399e0a73a41944aa0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" dependencies = [ "downcast-rs", "libm", diff --git a/Cargo.toml b/Cargo.toml index 3288c374..4823377d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,32 +13,32 @@ rust-version = "1.74.0" [workspace.dependencies.soroban-env-host] version = "=21.0.0" -git = "https://github.com/stellar/rs-soroban-env" -rev = "27897f6073aec5241d3486690a33b22c80dd0718" +# git = "https://github.com/stellar/rs-soroban-env" +# rev = "27897f6073aec5241d3486690a33b22c80dd0718" # path = "../rs-soroban-env/soroban-env-host" [workspace.dependencies.soroban-simulation] version = "=21.0.0" -git = "https://github.com/stellar/rs-soroban-env" -rev = "27897f6073aec5241d3486690a33b22c80dd0718" +# git = "https://github.com/stellar/rs-soroban-env" +# rev = "27897f6073aec5241d3486690a33b22c80dd0718" # path = "../rs-soroban-env/soroban-simulation" [workspace.dependencies.soroban-spec] version = "=20.5.0" git = "https://github.com/stellar/rs-soroban-sdk" -rev = "476a47180e59213c4d2d4041a3af7684f601db43" +rev = "125feac3bec3c9d488c3263e115ef25baa03cb14" # path = "../rs-soroban-sdk/soroban-spec" [workspace.dependencies.soroban-spec-rust] version = "=20.5.0" git = "https://github.com/stellar/rs-soroban-sdk" -rev = "476a47180e59213c4d2d4041a3af7684f601db43" +rev = "125feac3bec3c9d488c3263e115ef25baa03cb14" # path = "../rs-soroban-sdk/soroban-spec-rust" [workspace.dependencies.soroban-spec-json] version = "20.3.0" git = "https://github.com/stellar/soroban-cli" -rev = "a59f5f421a27bab71472041fc619dd8b0d1cf902" +rev = "125feac3bec3c9d488c3263e115ef25baa03cb14" [workspace.dependencies.soroban-spec-typescript] version = "20.3.0" @@ -48,27 +48,27 @@ rev = "a59f5f421a27bab71472041fc619dd8b0d1cf902" [workspace.dependencies.soroban-sdk] version = "=20.5.0" git = "https://github.com/stellar/rs-soroban-sdk" -rev = "476a47180e59213c4d2d4041a3af7684f601db43" +rev = "125feac3bec3c9d488c3263e115ef25baa03cb14" [workspace.dependencies.soroban-token-sdk] version = "=20.3.2" -# git = "https://github.com/stellar/rs-soroban-sdk" -# rev = "4aef54ff9295c2fca4c5b9fbd2c92d0ff99f67de" +git = "https://github.com/stellar/rs-soroban-sdk" +rev = "125feac3bec3c9d488c3263e115ef25baa03cb14" [workspace.dependencies.soroban-ledger-snapshot] version = "=20.3.2" -# git = "https://github.com/stellar/rs-soroban-sdk" -# rev = "4aef54ff9295c2fca4c5b9fbd2c92d0ff99f67de" +git = "https://github.com/stellar/rs-soroban-sdk" +rev = "125feac3bec3c9d488c3263e115ef25baa03cb14" [workspace.dependencies.stellar-rpc-client] version = "20.3.5" path = "cmd/crates/stellar-rpc-client" [workspace.dependencies.stellar-xdr] -version = "=20.1.0" +version = "=21.0.0" default-features = true -git = "https://github.com/stellar/rs-stellar-xdr" -rev = "a80c899c61e869fd00b7b475a4947ab6aaf9dcac" +# git = "https://github.com/stellar/rs-stellar-xdr" +# rev = "a80c899c61e869fd00b7b475a4947ab6aaf9dcac" [workspace.dependencies] stellar-strkey = "0.0.7" diff --git a/go.mod b/go.mod index d446b8a7..4442b100 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 - github.com/stellar/go v0.0.0-20240411121704-8eeb117cbb21 + github.com/stellar/go v0.0.0-20240417192451-c63ad05d3e3b github.com/stretchr/testify v1.8.4 golang.org/x/mod v0.13.0 ) diff --git a/go.sum b/go.sum index 000687f2..d1d6be83 100644 --- a/go.sum +++ b/go.sum @@ -372,8 +372,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI= github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI= -github.com/stellar/go v0.0.0-20240411121704-8eeb117cbb21 h1:dZJWLnwvKhGQgcsda5iInjamoA+gi9xRqTCIJThoqZw= -github.com/stellar/go v0.0.0-20240411121704-8eeb117cbb21/go.mod h1:ckzsX0B0qfTMVZQJtPELJLs7cJ6xXMYHPVLyIsReGsU= +github.com/stellar/go v0.0.0-20240417192451-c63ad05d3e3b h1:oKqqeJBLfSe5NkFjYb1vacvxbw0NQr+j14NYVWvUkiA= +github.com/stellar/go v0.0.0-20240417192451-c63ad05d3e3b/go.mod h1:ckzsX0B0qfTMVZQJtPELJLs7cJ6xXMYHPVLyIsReGsU= github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2 h1:OzCVd0SV5qE3ZcDeSFCmOWLZfEWZ3Oe8KtmSOYKEVWE= github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2/go.mod h1:yoxyU/M8nl9LKeWIoBrbDPQ7Cy+4jxRcWcOayZ4BMps= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=