From 8163a956a9f1f4b3c1fd564764fb1ca8ed8965d7 Mon Sep 17 00:00:00 2001 From: Saxon Date: Tue, 15 Oct 2019 11:34:01 +1030 Subject: [PATCH] updated go.mod go version and included test repo --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2ff6894f..8bd49661 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,9 @@ module bitbucket.org/ausocean/av -go 1.12 +go 1.13 require ( + bitbuket.org/ausocean/test latest bitbucket.org/ausocean/iot v1.2.7 bitbucket.org/ausocean/utils v1.2.9 github.com/BurntSushi/toml v0.3.1 // indirect