Skip to content

Commit a960fc0

Browse files
Bump github.com/elastic/go-libaudit/v2 from 2.2.0 to 2.3.0
Bumps [github.com/elastic/go-libaudit/v2](https://github.com/elastic/go-libaudit) from 2.2.0 to 2.3.0. - [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.0) --- 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] <support@github.com>
1 parent fea9fb7 commit a960fc0

File tree

2 files changed

+1193
-5
lines changed

2 files changed

+1193
-5
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/coreos/go-iptables v0.6.0
7-
github.com/elastic/go-libaudit/v2 v2.2.0
7+
github.com/elastic/go-libaudit/v2 v2.3.0
88
github.com/florianl/go-nflog/v2 v2.0.1
99
github.com/google/gopacket v1.1.19
1010
github.com/jarcoal/httpmock v1.0.8
@@ -28,6 +28,8 @@ require (
2828
github.com/opencontainers/go-digest v1.0.0 // indirect
2929
github.com/opencontainers/image-spec v1.0.2 // indirect
3030
github.com/sirupsen/logrus v1.8.1 // indirect
31+
go.uber.org/atomic v1.7.0 // indirect
32+
go.uber.org/multierr v1.7.0 // indirect
3133
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
3234
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
3335
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect

0 commit comments

Comments
 (0)