From 6ee54145ce93e14358fa1ccc03a48bd1373ba5e0 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 27 Jan 2021 09:21:05 -0500 Subject: [PATCH] Update the filestore release to resolve #2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5d36ad8..f2fc736 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/USACE/mcat-ras go 1.15 require ( - github.com/USACE/filestore v0.1.1 + github.com/USACE/filestore v0.1.4 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/dewberry/gdal v0.3.1 github.com/labstack/echo/v4 v4.1.17