Skip to content

Commit

Permalink
go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Mar 12, 2024
1 parent 3c94bab commit 9a770ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/sardinasystems/sensu-go-sql-select-count-check

go 1.21
go 1.22

require (
github.com/go-sql-driver/mysql v1.8.0
github.com/lib/pq v1.10.9
github.com/sardinasystems/sensu-go-prometheus-metric-check v0.0.0-20240304091101-043fd6270018
github.com/sardinasystems/sensu-go-prometheus-metric-check v0.0.0-20240312082842-a7e65c67f953
github.com/sensu/core/v2 v2.20.0
github.com/sensu/sensu-plugin-sdk v0.19.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6ke
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
github.com/sardinasystems/sensu-go-prometheus-metric-check v0.0.0-20240304091101-043fd6270018 h1:b7yE2rSbyHsN0KE0BPKgYA2Pfrov3YFJ0S+WY7QLlME=
github.com/sardinasystems/sensu-go-prometheus-metric-check v0.0.0-20240304091101-043fd6270018/go.mod h1:J4ObKFZDxrpLYLvVsp9FdKvLQvG27JWdd98TSAGN7bA=
github.com/sardinasystems/sensu-go-prometheus-metric-check v0.0.0-20240312082842-a7e65c67f953 h1:9qqQhS8bnM4Dc7Us68XmmEbVoiuYX/AMpR6eTA3BjQM=
github.com/sardinasystems/sensu-go-prometheus-metric-check v0.0.0-20240312082842-a7e65c67f953/go.mod h1:2Q/SczNyUaZxrEVIBrkxfYcGjrgZtgkl0WCxrEkRylc=
github.com/sensu/core/v2 v2.20.0 h1:QJQbqZiXSQ2dUE8LUvwUcKaqxHjYYCQwJ1Mil0cap4U=
github.com/sensu/core/v2 v2.20.0/go.mod h1:fzr3qioLAHyLsBfq9I6ELVjL01NUNjqmQx4kj2tbDLo=
github.com/sensu/sensu-api-tools v0.2.1 h1:wjT5AFdboQ3jDwzBMcD38VJEwwWhPIIuReZrCi9Ezos=
Expand Down

0 comments on commit 9a770ab

Please sign in to comment.