From d9d2aebf08ccb5791f651ed86af518d7cd535895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 10 May 2023 00:51:22 +0900 Subject: [PATCH] another bump --- go.mod | 6 ++---- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 21879647af3..560c5e0a436 100644 --- a/go.mod +++ b/go.mod @@ -63,7 +63,7 @@ require ( github.com/smartcontractkit/chainlink-cosmos v0.1.7-0.20230424184432-20550926ba07 github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230502211324-be7ebf280a94 github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1b - github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230505061922-b19495c12289 + github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230509065603-5285e2621d14 github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc github.com/smartcontractkit/ocr2keepers v0.6.14 github.com/smartcontractkit/ocr2vrf v0.0.0-20230501212125-88509cd4bc03 @@ -145,7 +145,6 @@ require ( github.com/dgraph-io/ristretto v0.1.0 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/docker/distribution v2.8.1+incompatible // indirect - github.com/dontpanicdao/caigo v0.4.0 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/dvsekhvalnov/jose2go v1.5.0 // indirect github.com/edsrzf/mmap-go v1.0.0 // indirect @@ -302,6 +301,7 @@ require ( github.com/sasha-s/go-deadlock v0.3.1 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect github.com/sirupsen/logrus v1.9.0 // indirect + github.com/smartcontractkit/caigo v0.0.0-20230508053235-41120ca1f9f3 // indirect github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.9.2 // indirect @@ -353,8 +353,6 @@ replace ( // See https://github.com/ugorji/go/issues/279 github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.22.1 - github.com/dontpanicdao/caigo => github.com/smartcontractkit/caigo v0.0.0-20230505061009-1ab14f83e97d - // replicating the replace directive on cosmos SDK github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 ) diff --git a/go.sum b/go.sum index 7640920925d..05b451d3dda 100644 --- a/go.sum +++ b/go.sum @@ -1359,16 +1359,16 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/smartcontractkit/caigo v0.0.0-20230505061009-1ab14f83e97d h1:uAoqxw4Q4tHqwxNXyDlqE2ZTmnV7S5fANOa6dMbNkeE= -github.com/smartcontractkit/caigo v0.0.0-20230505061009-1ab14f83e97d/go.mod h1:xHQcLMgYRhmuiQGyfTKZAUYXEZNEr6FRRNIYGrB7B34= +github.com/smartcontractkit/caigo v0.0.0-20230508053235-41120ca1f9f3 h1:6RsuA0LBbC/6DgTYzg659Pw7GKktubj1GzTcB/VNC44= +github.com/smartcontractkit/caigo v0.0.0-20230508053235-41120ca1f9f3/go.mod h1:2QuJdEouTWjh5BDy5o/vgGXQtR4Gz8yH1IYB5eT7u4M= github.com/smartcontractkit/chainlink-cosmos v0.1.7-0.20230424184432-20550926ba07 h1:LBjS7F3Xy9jYlgiEMMMU5f+i/v7oZ97MYseyF6aY7ts= github.com/smartcontractkit/chainlink-cosmos v0.1.7-0.20230424184432-20550926ba07/go.mod h1:938jBqOrhdCq4A8enUiBliiDLBndAXebHIitKsDVqY0= github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230502211324-be7ebf280a94 h1:DRj8mhOSNmf6Mt9XY1CGXmmiNis1Jjmx22m+LVdDUW4= github.com/smartcontractkit/chainlink-relay v0.1.7-0.20230502211324-be7ebf280a94/go.mod h1:9Gav0RjnEtcyNw+Vrvy6Y3veazNgkPNFPw8bXEzHOs0= github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1b h1:CJIPaIwlmV5GFSf9Of1Qnpud3gBAeRiT049IiZNzR2g= github.com/smartcontractkit/chainlink-solana v1.0.3-0.20230424191709-c9fec8c08e1b/go.mod h1:xJBfiC458k8PgbFRk0yG+6sNL+TQ3sG7ZhDVX98ZLAY= -github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230505061922-b19495c12289 h1:H+elJZzK/pBMgMMvs2po02cG5UV4H6k1rFt5Xb+owZU= -github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230505061922-b19495c12289/go.mod h1:DzVVbPIpUMJlcZQsTBgfbp60fIs5J1mbTLg298luNd0= +github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230509065603-5285e2621d14 h1:ZZy9lSUAUp//XeP8cPie7Qlo4WhNQ2FEjrteOpG0m3A= +github.com/smartcontractkit/chainlink-starknet/relayer v0.0.0-20230509065603-5285e2621d14/go.mod h1:bwWxlWboUoG99segq2uS80r+q4VPBPE0I/CztPBCMuY= github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc h1:aSCDAai0Dmbhp/KHTtJnC/EJcaEz4CAO80SKRzRZiQA= github.com/smartcontractkit/libocr v0.0.0-20230413082317-9561d14087cc/go.mod h1:5JnCHuYgmIP9ZyXzgAfI5Iwu0WxBtBKp+ApeT5o1Cjw= github.com/smartcontractkit/ocr2keepers v0.6.14 h1:Rg+SYd8PCyd4CcCetwnRKjVEQsHVsV6QOaWcLhi+6sg=