Skip to content

Commit 7cc1768

Browse files
authored
refactor: replace golang.org/x/exp with stdlib (#2148)
Signed-off-by: LesCyber <[email protected]>
1 parent a41252b commit 7cc1768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"os"
77
"os/exec"
88
"path/filepath"
9+
"slices"
910
"strconv"
1011
"strings"
1112
"testing"
@@ -14,7 +15,6 @@ import (
1415
"github.com/stretchr/testify/assert"
1516
"github.com/stretchr/testify/require"
1617
"github.com/tidwall/gjson"
17-
"golang.org/x/exp/slices"
1818

1919
"github.com/cosmos/cosmos-sdk/client/grpc/cmtservice"
2020
"github.com/cosmos/cosmos-sdk/codec"

tests/system/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/cometbft/cometbft v0.38.15
2929
github.com/tidwall/gjson v1.14.2
3030
github.com/tidwall/sjson v1.2.5
31-
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
31+
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
3232
)
3333

3434
require (

0 commit comments

Comments
 (0)