added go version to go.mod
This commit is contained in:
parent
58e7c45597
commit
950d2bb30a
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -12,3 +12,5 @@ require (
|
||||||
golang.org/x/mobile v0.0.0-20181026062114-a27dd33d354d
|
golang.org/x/mobile v0.0.0-20181026062114-a27dd33d354d
|
||||||
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
|
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go 1.13
|
||||||
|
|
Loading…
Reference in a new issue