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 a41252b commit 7cc1768Copy full SHA for 7cc1768
tests/system/cli.go
@@ -6,6 +6,7 @@ import (
6
"os"
7
"os/exec"
8
"path/filepath"
9
+ "slices"
10
"strconv"
11
"strings"
12
"testing"
@@ -14,7 +15,6 @@ import (
14
15
"github.com/stretchr/testify/assert"
16
"github.com/stretchr/testify/require"
17
"github.com/tidwall/gjson"
- "golang.org/x/exp/slices"
18
19
"github.com/cosmos/cosmos-sdk/client/grpc/cmtservice"
20
"github.com/cosmos/cosmos-sdk/codec"
tests/system/go.mod
@@ -28,7 +28,7 @@ require (
28
github.com/cometbft/cometbft v0.38.15
29
github.com/tidwall/gjson v1.14.2
30
github.com/tidwall/sjson v1.2.5
31
- golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
+ golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
32
)
33
34
require (
0 commit comments