Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/containerssh/health
go 1.16

require (
github.com/containerssh/http v1.2.0
github.com/containerssh/http v1.3.0
github.com/containerssh/log v1.1.6
github.com/containerssh/service v1.0.0
)
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
github.com/containerssh/http v1.1.0 h1:N3nYCra07//pYyVCW/ryZTDh/G4CHFzd5ht27pUtKu0=
github.com/containerssh/http v1.1.0/go.mod h1:0czFGNEJTPpEjkSp/YcPseNzJSOvwc8H5rMRpQQ+Kj4=
github.com/containerssh/http v1.2.0 h1:PH6LxDErDZyryLfGJduI4F15puVlOyUP6MApwS8yV4k=
github.com/containerssh/http v1.2.0/go.mod h1:aUBi5CsAZsvYBn6NYeT3oUwnvzZRkneL/k2o2pOMdU0=
github.com/containerssh/http v1.3.0 h1:DKpXot2SqNgDh+bY7ebx5bXu09ZjGqRSInnsBVCsx5g=
github.com/containerssh/http v1.3.0/go.mod h1:6Cq0n0WYaM40y2yt2p5Svq1U+/scKWnT59kAqqvDapU=
github.com/containerssh/log v1.0.0/go.mod h1:7Gy+sx0H1UDtjYBySvK0CnXRRHPHZPXMsa9MYmLBI0I=
github.com/containerssh/log v1.1.3/go.mod h1:JER/AjoAHhb8arGN6bsAPF1r1S8p6sUAnvBOL4s32ZU=
github.com/containerssh/log v1.1.6 h1:5fBBZA2MZss5NMUP2FgJ/iERNwN4y+68uwRE8XjbEKA=
github.com/containerssh/log v1.1.6/go.mod h1:JER/AjoAHhb8arGN6bsAPF1r1S8p6sUAnvBOL4s32ZU=
github.com/containerssh/service v1.0.0 h1:+AcBsmeaR0iMDnemXJ6OgeTEYB3C0YJF3h03MNIo1Ak=
github.com/containerssh/service v1.0.0/go.mod h1:FmYg3jc56WBvxyx5rvXCkJbIsmweNTeYSr/9z2n2qsI=
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=
Expand Down