Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit cde3cbe

Browse files
Bump github.com/containerssh/structutils from 1.0.0 to 1.1.0 (#16)
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](ContainerSSH/structutils@v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dea7614 commit cde3cbe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
require (
66
github.com/containerssh/log v1.1.3
77
github.com/containerssh/service v1.0.0
8-
github.com/containerssh/structutils v1.0.0
8+
github.com/containerssh/structutils v1.1.0
99
github.com/gorilla/schema v1.2.0
1010
github.com/stretchr/testify v1.7.0
1111
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ github.com/containerssh/log v1.1.3 h1:kadnLiSZW/YAxeaUkHNzEG7iZiGIiyyWEo/SjjJpVw
33
github.com/containerssh/log v1.1.3/go.mod h1:JER/AjoAHhb8arGN6bsAPF1r1S8p6sUAnvBOL4s32ZU=
44
github.com/containerssh/service v1.0.0 h1:+AcBsmeaR0iMDnemXJ6OgeTEYB3C0YJF3h03MNIo1Ak=
55
github.com/containerssh/service v1.0.0/go.mod h1:FmYg3jc56WBvxyx5rvXCkJbIsmweNTeYSr/9z2n2qsI=
6-
github.com/containerssh/structutils v1.0.0 h1:XwNSnjmoJpMP8hxX5YbDJRGcU66znRWP5jKUYI2Kh4s=
76
github.com/containerssh/structutils v1.0.0/go.mod h1:Dp5tCtnkT19A9BFNP4+flL5R+THvBgp95eO640fR+ow=
7+
github.com/containerssh/structutils v1.1.0 h1:vG+m3Pf73YZctMdpg6TmZejArhGnKACYCPm6r396hm8=
8+
github.com/containerssh/structutils v1.1.0/go.mod h1:I9U5+GGikYxWHrRkeQukiQ4zKqi90Ej2Ttgmvryflc4=
89
github.com/creasty/defaults v1.5.1 h1:j8WexcS3d/t4ZmllX4GEkl4wIB/trOr035ajcLHCISM=
910
github.com/creasty/defaults v1.5.1/go.mod h1:FPZ+Y0WNrbqOVw+c6av63eyHUAl6pMHZwqLPvXUZGfY=
1011
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)