File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import (
6
6
"strconv"
7
7
"strings"
8
8
9
- "github.com/gnolang/gno/tm2/pkg/version"
10
9
abci "github.com/gnolang/gno/tm2/pkg/bft/abci/types"
11
10
"github.com/gnolang/gno/tm2/pkg/sdk"
12
11
"github.com/gnolang/gno/tm2/pkg/std"
12
+ "github.com/gnolang/gno/tm2/pkg/version"
13
13
)
14
14
15
15
type vmHandler struct {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
11
11
"text/template"
12
12
"time"
13
13
14
- "github.com/gnolang/gno/tm2/pkg/version"
15
14
"github.com/gnolang/gno/tm2/pkg/commands"
15
+ "github.com/gnolang/gno/tm2/pkg/version"
16
16
)
17
17
18
18
// NOTE: keep in sync with .github/ISSUE_TEMPLATE/BUG-REPORT.md
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"context"
5
5
6
- "github.com/gnolang/gno/tm2/pkg/version"
7
6
"github.com/gnolang/gno/tm2/pkg/commands"
7
+ "github.com/gnolang/gno/tm2/pkg/version"
8
8
)
9
9
10
10
// newVersionCmd creates a new version command
You can’t perform that action at this time.
0 commit comments