Skip to content

Commit

Permalink
Bump github.com/mackerelio/mackerel-agent-plugins in /wix
Browse files Browse the repository at this point in the history
Bumps [github.com/mackerelio/mackerel-agent-plugins](https://github.com/mackerelio/mackerel-agent-plugins) from 0.78.0 to 0.79.0.
- [Release notes](https://github.com/mackerelio/mackerel-agent-plugins/releases)
- [Changelog](https://github.com/mackerelio/mackerel-agent-plugins/blob/master/CHANGELOG.md)
- [Commits](mackerelio/mackerel-agent-plugins@v0.78.0...v0.79.0)

---
updated-dependencies:
- dependency-name: github.com/mackerelio/mackerel-agent-plugins
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent f077459 commit 23333a7
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 20 deletions.
12 changes: 6 additions & 6 deletions wix/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.17

require (
github.com/mackerelio/go-check-plugins v0.44.0
github.com/mackerelio/mackerel-agent-plugins v0.78.0
github.com/mackerelio/mackerel-agent-plugins v0.79.0
github.com/mackerelio/mkr v0.51.0
github.com/mattn/go-encoding v0.0.2
golang.org/x/sys v0.12.0
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Songmu/goxz v0.9.1 // indirect
github.com/Songmu/prompter v0.5.1 // indirect
github.com/Songmu/retry v0.1.0 // indirect
Expand All @@ -38,7 +38,7 @@ require (
github.com/mackerelio/checkers v0.0.4 // indirect
github.com/mackerelio/go-mackerel-plugin v0.1.4 // indirect
github.com/mackerelio/go-mackerel-plugin-helper v0.1.2 // indirect
github.com/mackerelio/go-osstat v0.2.3 // indirect
github.com/mackerelio/go-osstat v0.2.4 // indirect
github.com/mackerelio/golib v1.2.1 // indirect
github.com/mackerelio/mackerel-agent v0.75.1 // indirect
github.com/mackerelio/mackerel-client-go v0.26.0 // indirect
Expand All @@ -58,7 +58,7 @@ require (
github.com/shirou/gopsutil/v3 v3.23.1 // indirect
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/urfave/cli v1.22.12 // indirect
github.com/urfave/cli v1.22.14 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
Expand All @@ -67,9 +67,9 @@ require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
Loading

0 comments on commit 23333a7

Please sign in to comment.