mirror of https://bitbucket.org/ausocean/av.git
updated go.mod go version and included test repo
This commit is contained in:
parent
a6722fec05
commit
8163a956a9
3
go.mod
3
go.mod
|
@ -1,8 +1,9 @@
|
||||||
module bitbucket.org/ausocean/av
|
module bitbucket.org/ausocean/av
|
||||||
|
|
||||||
go 1.12
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
bitbuket.org/ausocean/test latest
|
||||||
bitbucket.org/ausocean/iot v1.2.7
|
bitbucket.org/ausocean/iot v1.2.7
|
||||||
bitbucket.org/ausocean/utils v1.2.9
|
bitbucket.org/ausocean/utils v1.2.9
|
||||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||||
|
|
Loading…
Reference in New Issue