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 <[email protected]>
  • 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.