We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cb63b commit 9dab1f4Copy full SHA for 9dab1f4
validation/validation.go
@@ -8,7 +8,6 @@ import (
8
"encoding/hex"
9
"encoding/json"
10
"fmt"
11
- "github.com/spf13/viper"
12
"io"
13
"path"
14
"path/filepath"
@@ -20,6 +19,7 @@ import (
20
19
"github.com/Masterminds/semver/v3"
21
"github.com/pkg/errors"
22
"github.com/rs/zerolog/log"
+ "github.com/spf13/viper"
23
"github.com/xeipuuv/gojsonschema"
24
"google.golang.org/grpc"
25
"google.golang.org/grpc/credentials/insecure"
0 commit comments