Skip to content

Commit

Permalink
Update atc0005/go-nagios dep to v0.17.0-alpha.1
Browse files Browse the repository at this point in the history
Prepare for testing latest pre-release changes.

- refs atc0005/go-nagios#251
- refs #960
  • Loading branch information
atc0005 committed Oct 15, 2024
1 parent b747e62 commit 767a6e2
Show file tree
Hide file tree
Showing 38 changed files with 935 additions and 45 deletions.
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/atc0005/check-cert
go 1.20

require (
github.com/atc0005/go-nagios v0.16.2
github.com/atc0005/go-nagios v0.17.0-alpha.1
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
github.com/rs/zerolog v1.33.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/atc0005/go-nagios v0.16.2 h1:yl11RiT1PrxQ/z1XrjhMWPpXt+ztn7NBElkjTd/nKx0=
github.com/atc0005/go-nagios v0.16.2/go.mod h1:n2RHhsrgI8xiapqkJ240dKLwMXWbWvkOPLE92x0IGaM=
github.com/atc0005/go-nagios v0.17.0-alpha.1 h1:TIM68/Ga39sIVfWA6YI2oivNrjxrjnfBApDYOBA22pg=
github.com/atc0005/go-nagios v0.17.0-alpha.1/go.mod h1:n2RHhsrgI8xiapqkJ240dKLwMXWbWvkOPLE92x0IGaM=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
Expand Down
25 changes: 1 addition & 24 deletions vendor/github.com/atc0005/go-nagios/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 21 additions & 14 deletions vendor/github.com/atc0005/go-nagios/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 140 additions & 3 deletions vendor/github.com/atc0005/go-nagios/nagios.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 767a6e2

Please sign in to comment.