Skip to content

Commit

Permalink
after alpha merge clean up
Browse files Browse the repository at this point in the history
Signed-off-by: DavidLiu <[email protected]>
  • Loading branch information
DavidLiu committed Mar 24, 2022
1 parent 74e4bd5 commit e6a3e75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg/infra/basic/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import (
"crypto/ecdsa"
"crypto/x509"
"encoding/pem"
"github.com/opentracing/opentracing-go"
"io/ioutil"
"sync"

"github.com/opentracing/opentracing-go"

"github.com/hyperledger-twgc/tape/internal/fabric/bccsp/utils"

"github.com/gogo/protobuf/proto"
Expand Down
3 changes: 2 additions & 1 deletion pkg/infra/observer/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package observer_test

import (
"context"
"github.com/opentracing/opentracing-go"
"testing"

"github.com/opentracing/opentracing-go"

"github.com/hyperledger-twgc/tape/e2e/mock"
"github.com/hyperledger-twgc/tape/pkg/infra/basic"
"github.com/hyperledger-twgc/tape/pkg/infra/observer"
Expand Down
3 changes: 2 additions & 1 deletion pkg/infra/observer/commitObserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package observer

import (
"fmt"
"github.com/opentracing/opentracing-go"
"math"
"time"

"github.com/opentracing/opentracing-go"

"github.com/hyperledger-twgc/tape/internal/fabric/protoutil"
"github.com/hyperledger-twgc/tape/pkg/infra"
"github.com/hyperledger-twgc/tape/pkg/infra/basic"
Expand Down
1 change: 1 addition & 0 deletions pkg/infra/trafficGenerator/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/hyperledger-twgc/tape/internal/fabric/protoutil"
"github.com/hyperledger-twgc/tape/pkg/infra"
"github.com/hyperledger-twgc/tape/pkg/infra/basic"
"github.com/opentracing/opentracing-go"

"github.com/golang/protobuf/proto"
"github.com/google/uuid"
Expand Down

0 comments on commit e6a3e75

Please sign in to comment.