Skip to content

Commit

Permalink
Bump github.com/elastic/go-libaudit/v2 from 2.2.0 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [github.com/elastic/go-libaudit/v2](https://github.com/elastic/go-libaudit) from 2.2.0 to 2.3.2.
- [Release notes](https://github.com/elastic/go-libaudit/releases)
- [Changelog](https://github.com/elastic/go-libaudit/blob/main/CHANGELOG.md)
- [Commits](elastic/go-libaudit@v2.2.0...v2.3.2)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-libaudit/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2023
1 parent c67445e commit 796afe2
Show file tree
Hide file tree
Showing 2 changed files with 1,221 additions and 17 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/coreos/go-iptables v0.6.0
github.com/elastic/go-libaudit/v2 v2.2.0
github.com/elastic/go-libaudit/v2 v2.3.2
github.com/florianl/go-nflog/v2 v2.0.1
github.com/google/gopacket v1.1.19
github.com/jarcoal/httpmock v1.0.8
Expand All @@ -22,12 +22,15 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/josharian/native v1.0.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mdlayher/socket v0.2.3 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect
Expand Down
Loading

0 comments on commit 796afe2

Please sign in to comment.