Skip to content

Commit 42b0cba

Browse files
Bump github.com/philips-software/logproxy in /logproxy-filter-test
Bumps [github.com/philips-software/logproxy](https://github.com/philips-software/logproxy) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/philips-software/logproxy/releases) - [Changelog](https://github.com/philips-software/logproxy/blob/main/CHANGELOG.md) - [Commits](philips-software/logproxy@v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: github.com/philips-software/logproxy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2364ab commit 42b0cba

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

logproxy-filter-test/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ replace github.com/philips-software/logproxy v1.1.2-0.20200601065553-015bf068c4e
77
require (
88
github.com/hashicorp/go-hclog v1.3.0
99
github.com/hashicorp/go-plugin v1.4.5
10+
github.com/m4rw3r/uuid v1.0.1 // indirect
1011
github.com/philips-software/go-hsdp-api v0.74.2
11-
github.com/philips-software/logproxy v1.7.2
12+
github.com/philips-software/logproxy v1.7.4
1213
github.com/stretchr/testify v1.8.0 // indirect
1314
)

0 commit comments

Comments
 (0)