*: 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:
Ekaterina Pavlova 2024-02-19 19:12:21 +03:00
parent 5d425a6e45
commit 5128b84e1d

4
go.mod
View file

@ -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