*: update go.mod
According to https://go.dev/doc/modules/gomod-ref go version should be placed before `require` section. Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
5d425a6e45
commit
5128b84e1d
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -1,5 +1,7 @@
|
|||
module github.com/nspcc-dev/neo-go
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/chzyer/readline v1.5.1
|
||||
github.com/consensys/gnark v0.9.1
|
||||
|
@ -76,5 +78,3 @@ require (
|
|||
google.golang.org/protobuf v1.31.0 // indirect
|
||||
rsc.io/tmplfunc v0.0.3 // indirect
|
||||
)
|
||||
|
||||
go 1.19
|
||||
|
|
Loading…
Reference in a new issue