Skip to content

Commit 2d87adb

Browse files
committed
feat(CHANGELOG): update for v0.12.0
1 parent 99b9b00 commit 2d87adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

messagequeue/messagequeue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import (
88
"sync"
99
"time"
1010

11-
"github.com/ipfs/go-graphsync"
1211
logging "github.com/ipfs/go-log/v2"
1312
"github.com/libp2p/go-libp2p-core/peer"
1413
"go.opentelemetry.io/otel"
1514
"go.opentelemetry.io/otel/attribute"
1615
"go.opentelemetry.io/otel/codes"
1716
"go.opentelemetry.io/otel/trace"
1817

18+
"github.com/ipfs/go-graphsync"
1919
gsmsg "github.com/ipfs/go-graphsync/message"
2020
gsnet "github.com/ipfs/go-graphsync/network"
2121
"github.com/ipfs/go-graphsync/notifications"

0 commit comments

Comments
 (0)