go.mod: update ishell package

It only adds go.mod and changes import path, that's it.
This commit is contained in:
Roman Khimov 2021-07-21 23:20:33 +03:00
parent b3880ab5d8
commit ede410a4a7
3 changed files with 12 additions and 6 deletions

View file

@ -14,6 +14,7 @@ import (
"strings"
"text/tabwriter"
"github.com/abiosoft/ishell/v2"
"github.com/abiosoft/readline"
"github.com/nspcc-dev/neo-go/pkg/compiler"
"github.com/nspcc-dev/neo-go/pkg/encoding/address"
@ -24,7 +25,6 @@ import (
"github.com/nspcc-dev/neo-go/pkg/util/slice"
"github.com/nspcc-dev/neo-go/pkg/vm"
"github.com/nspcc-dev/neo-go/pkg/vm/stackitem"
"gopkg.in/abiosoft/ishell.v2"
)
const (