Skip to content

Commit

Permalink
use standard errors pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Mar 6, 2024
1 parent 4ec4093 commit 19f648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/validation.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package config

import (
"errors"
"fmt"
"reflect"
"sync"

"github.com/go-playground/locales/en"
ut "github.com/go-playground/universal-translator"
"github.com/go-playground/validator/v10"
"github.com/pkg/errors"
)

var (
Expand Down

0 comments on commit 19f648f

Please sign in to comment.