Skip to content

Commit 6b2e831

Browse files
PMM-7 Use pkg/errors (#711)
1 parent bedbd21 commit 6b2e831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/currentop_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ package exporter
1717

1818
import (
1919
"context"
20-
"errors"
2120
"strconv"
2221

22+
"github.com/pkg/errors"
2323
"github.com/prometheus/client_golang/prometheus"
2424
"github.com/sirupsen/logrus"
2525
"go.mongodb.org/mongo-driver/bson"

0 commit comments

Comments
 (0)