From b46bb222c4e3de1765f13ec172434578de63da46 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 22 Oct 2019 13:32:58 -0700 Subject: [PATCH] Update godirwalk version (#6557) Version 1.10 and later support Solaris --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index d1cde9e56..3a064661f 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -758,12 +758,12 @@ revision = "615a14ed75099c9eaac6949e22ac2341bf9d3197" [[projects]] - digest = "1:a12b6f20a7e5eb7412d2e5cd15e1262a021f735fa958d664d9e7ba2160eefd0a" + digest = "1:3e160bec100719bb664ce5192b42e82e66b290397da4c0845aed5ce3cfce60cb" name = "github.com/karrick/godirwalk" packages = ["."] pruneopts = "" - revision = "2de2192f9e35ce981c152a873ed943b93b79ced4" - version = "v1.7.5" + revision = "532e518bccc921708e14b29e16503b1bf5c898cc" + version = "v1.12.0" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index 2d545e224..3069cbf40 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -260,7 +260,7 @@ [[constraint]] name = "github.com/karrick/godirwalk" - version = "1.7.5" + version = "1.10" [[override]] name = "github.com/harlow/kinesis-consumer"