Skip to content

Commit

Permalink
bump smart bft (#4752)
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Partanskiy <pfi79@mail.ru>
  • Loading branch information
pfi79 authored Mar 14, 2024
1 parent 0007c39 commit 46d3db8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hyperledger-labs/SmartBFT v0.0.0-20240314083322-beb702253a8c
github.com/hyperledger-labs/SmartBFT v0.0.0-20240314102917-584daefbad5b
github.com/hyperledger/fabric-chaincode-go v0.0.0-20220713164125-8f0791c989d7
github.com/hyperledger/fabric-config v0.2.1
github.com/hyperledger/fabric-lib-go v1.1.1
Expand All @@ -39,12 +39,11 @@ require (
go.etcd.io/etcd/server/v3 v3.5.9
go.uber.org/zap v1.26.0
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.33.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)

require google.golang.org/protobuf v1.33.0

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg=
github.com/hyperledger-labs/SmartBFT v0.0.0-20240314083322-beb702253a8c h1:WI3KhtKZ4g0A+p0vWVaqoejTwtKrL96x4pO+zXcCfA8=
github.com/hyperledger-labs/SmartBFT v0.0.0-20240314083322-beb702253a8c/go.mod h1:vP2WuYRHnbOZfik/btUpKGXI9ZrRz2hIIzjrGLvDXr8=
github.com/hyperledger-labs/SmartBFT v0.0.0-20240314102917-584daefbad5b h1:3jnnacriUAWk7BRqt6bJRCXXHe3axPcaTOACgtWIrPU=
github.com/hyperledger-labs/SmartBFT v0.0.0-20240314102917-584daefbad5b/go.mod h1:ygWtLPsiYrl58bikv1ybIQJBwRuPw9KV3Y93drGr4zU=
github.com/hyperledger/fabric-amcl v0.0.0-20230602173724-9e02669dceb2 h1:B1Nt8hKb//KvgGRprk0h1t4lCnwhE9/ryb1WqfZbV+M=
github.com/hyperledger/fabric-amcl v0.0.0-20230602173724-9e02669dceb2/go.mod h1:X+DIyUsaTmalOpmpQfIvFZjKHQedrURQ5t4YqquX7lE=
github.com/hyperledger/fabric-chaincode-go v0.0.0-20220713164125-8f0791c989d7 h1:w0VDGxvAmu8WZEfAhLn9M4SJg5xWMFIxUokfflx1MaU=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ github.com/hashicorp/hcl/hcl/token
github.com/hashicorp/hcl/json/parser
github.com/hashicorp/hcl/json/scanner
github.com/hashicorp/hcl/json/token
# github.com/hyperledger-labs/SmartBFT v0.0.0-20240314083322-beb702253a8c
# github.com/hyperledger-labs/SmartBFT v0.0.0-20240314102917-584daefbad5b
## explicit; go 1.20
github.com/hyperledger-labs/SmartBFT/internal/bft
github.com/hyperledger-labs/SmartBFT/pkg/api
Expand Down

0 comments on commit 46d3db8

Please sign in to comment.