From 1426ff9ff0f562ede2f637130996251cb25f62e0 Mon Sep 17 00:00:00 2001 From: Saxon Date: Sat, 9 Nov 2019 19:22:53 +1030 Subject: [PATCH] update go.mod test repo version to v1.6.0 --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1b29004b..bbc7d76e 100644 --- a/go.mod +++ b/go.mod @@ -4,16 +4,16 @@ go 1.13 require ( bitbucket.org/ausocean/iot v1.2.7 - bitbucket.org/ausocean/test v0.0.0-20190821085226-7a524f2344ba // indirect + bitbucket.org/ausocean/test v1.6.0 bitbucket.org/ausocean/utils v1.2.10 github.com/BurntSushi/toml v0.3.1 // indirect github.com/Comcast/gots v0.0.0-20190305015453-8d56e473f0f7 github.com/go-audio/audio v0.0.0-20181013203223-7b2a6ca21480 github.com/go-audio/wav v0.0.0-20181013172942-de841e69b884 - github.com/go-delve/delve v1.3.2 + github.com/kr/pretty v0.1.0 // indirect github.com/mewkiz/flac v1.0.5 github.com/pkg/errors v0.8.1 github.com/yobert/alsa v0.0.0-20180630182551-d38d89fa843e - gocv.io/x/gocv v0.21.0 // indirect + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect )