Skip to content

Commit

Permalink
refactor(src): Replaces more pkg/errors usages with std lib.
Browse files Browse the repository at this point in the history
Also update go.mod file

Signed-off-by: Moritz Huebner <moritz.huebner@tngtech.com>
  • Loading branch information
MoritzThomasHuebner committed May 16, 2022
1 parent 99cf24d commit d2188d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/go/crash/crash_test.go
Expand Up @@ -12,13 +12,13 @@
package crash_test

import (
"errors"
"testing"
"time"

"github.com/golang/mock/gomock"
"github.com/magma/magma/src/go/crash"
mock_crash "github.com/magma/magma/src/go/crash/mock_crash"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
)

Expand Down
1 change: 0 additions & 1 deletion src/go/go.mod
Expand Up @@ -16,7 +16,6 @@ go 1.18
require (
github.com/getsentry/sentry-go v0.11.0
github.com/golang/mock v1.6.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.19.0
google.golang.org/grpc v1.40.0
Expand Down

0 comments on commit d2188d3

Please sign in to comment.