Skip to content

Commit

Permalink
PMM-7 Use pkg/errors (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Sep 15, 2023
1 parent bedbd21 commit 6b2e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/currentop_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package exporter

import (
"context"
"errors"
"strconv"

"github.com/pkg/errors"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
"go.mongodb.org/mongo-driver/bson"
Expand Down

0 comments on commit 6b2e831

Please sign in to comment.