From 6f867ae649cff866b4838b5afdb06abbffdd5134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 05:46:18 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c9237b5..fa685f2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/containerssh/log go 1.16 require ( - github.com/containerssh/structutils v1.0.0 + github.com/containerssh/structutils v1.1.0 github.com/stretchr/testify v1.7.0 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c ) diff --git a/go.sum b/go.sum index 6d638d9..c49c1e6 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/creasty/defaults v1.5.1 h1:j8WexcS3d/t4ZmllX4GEkl4wIB/trOr035ajcLHCISM= github.com/creasty/defaults v1.5.1/go.mod h1:FPZ+Y0WNrbqOVw+c6av63eyHUAl6pMHZwqLPvXUZGfY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=