Skip to content

Commit

Permalink
Cleanup : github.com/pkg/errors has been archived. (#1035)
Browse files Browse the repository at this point in the history
Signed-off-by: yanggang <[email protected]>
  • Loading branch information
杨刚 (成都) authored Feb 20, 2023
1 parent 6d97cf9 commit 346a54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.4.0
github.com/onsi/ginkgo/v2 v2.5.1
github.com/onsi/gomega v1.24.0
github.com/pkg/errors v0.9.1
github.com/pkg/errors v0.9.1 // indirect
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
package logging

import (
"errors"
"fmt"
"io"
"os"
"strings"
"time"

"github.com/pkg/errors"
lumberjack "gopkg.in/natefinch/lumberjack.v2"
)

Expand Down

0 comments on commit 346a54c

Please sign in to comment.