Skip to content

Commit

Permalink
chore(quic): rebase on master to support quic
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Apr 16, 2020
1 parent 2025af7 commit 09bb2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions go.mod

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

4 changes: 2 additions & 2 deletions go/cmd/berty/mini/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ import (
"berty.tech/berty/v2/go/pkg/bertyprotocol"
"berty.tech/berty/v2/go/pkg/bertytypes"
"github.com/gdamore/tcell"

datastore "github.com/ipfs/go-datastore"
sync_ds "github.com/ipfs/go-datastore/sync"
p2plog "github.com/ipfs/go-log"

"github.com/juju/fslock"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/multiformats/go-multiaddr"
"github.com/rivo/tview"
"go.uber.org/zap"
"google.golang.org/grpc"

p2plog "github.com/ipfs/go-log"
)

type Opts struct {
Expand Down

0 comments on commit 09bb2b2

Please sign in to comment.