From 1ac49ca29c7e84579be8381a1c01ddb92ebfec43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:05:25 +0000 Subject: [PATCH] Bump github.com/containerssh/structutils from 1.0.0 to 1.1.0 Bumps [github.com/containerssh/structutils](https://github.com/containerssh/structutils) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/containerssh/structutils/releases) - [Changelog](https://github.com/ContainerSSH/structutils/blob/main/CHANGELOG.md) - [Commits](https://github.com/containerssh/structutils/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f7ece2e..ee8c3ae 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/containerssh/log v1.1.6 github.com/containerssh/metrics v1.0.0 github.com/containerssh/sshserver v1.0.0 - github.com/containerssh/structutils v1.0.0 + github.com/containerssh/structutils v1.1.0 github.com/containerssh/unixutils v1.0.0 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/google/go-cmp v0.5.5 // indirect diff --git a/go.sum b/go.sum index 5bff75c..05f33c8 100644 --- a/go.sum +++ b/go.sum @@ -70,6 +70,8 @@ github.com/containerssh/sshserver v1.0.0 h1:BWVngzeQH+gFHVcuJ4tb3iCQg1X8CKnOhF7m github.com/containerssh/sshserver v1.0.0/go.mod h1:/gIyl45eM171tg8psNAxSjYsyvW9hclAeG/buO7I40g= github.com/containerssh/structutils v1.0.0 h1:XwNSnjmoJpMP8hxX5YbDJRGcU66znRWP5jKUYI2Kh4s= github.com/containerssh/structutils v1.0.0/go.mod h1:Dp5tCtnkT19A9BFNP4+flL5R+THvBgp95eO640fR+ow= +github.com/containerssh/structutils v1.1.0 h1:vG+m3Pf73YZctMdpg6TmZejArhGnKACYCPm6r396hm8= +github.com/containerssh/structutils v1.1.0/go.mod h1:I9U5+GGikYxWHrRkeQukiQ4zKqi90Ej2Ttgmvryflc4= github.com/containerssh/unixutils v1.0.0 h1:V6zwRxOycwpXY3hjjzFVfgV/4vOsqPVJ63rR2V7EYM8= github.com/containerssh/unixutils v1.0.0/go.mod h1:UK2dMXp9Iy2ILHrcrzOU5jWZDgPkuChyg75wrdcIZjU= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=