Skip to content

Commit 9dab1f4

Browse files
committed
chore: lint
1 parent 11cb63b commit 9dab1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"encoding/hex"
99
"encoding/json"
1010
"fmt"
11-
"github.com/spf13/viper"
1211
"io"
1312
"path"
1413
"path/filepath"
@@ -20,6 +19,7 @@ import (
2019
"github.com/Masterminds/semver/v3"
2120
"github.com/pkg/errors"
2221
"github.com/rs/zerolog/log"
22+
"github.com/spf13/viper"
2323
"github.com/xeipuuv/gojsonschema"
2424
"google.golang.org/grpc"
2525
"google.golang.org/grpc/credentials/insecure"

0 commit comments

Comments
 (0)