Skip to content

Commit 1aca3b8

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.4.4 to 1.6.0. - [Release notes](https://github.com/philips-software/logproxy/releases) - [Changelog](https://github.com/philips-software/logproxy/blob/master/CHANGELOG.md) - [Commits](philips-software/logproxy@v1.4.4...v1.6.0) --- updated-dependencies: - dependency-name: github.com/philips-software/logproxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60a1131 commit 1aca3b8

File tree

2 files changed

+161
-2
lines changed

2 files changed

+161
-2
lines changed

logproxy-filter-test/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ go 1.14
55
replace github.com/philips-software/logproxy v1.1.2-0.20200601065553-015bf068c4e0 => /Users/andy/DEV/Go/logproxy
66

77
require (
8+
github.com/bketelsen/crypt v0.0.4 // indirect
89
github.com/hashicorp/go-hclog v0.16.2
910
github.com/hashicorp/go-plugin v1.4.3
10-
github.com/philips-software/go-hsdp-api v0.48.2
11-
github.com/philips-software/logproxy v1.4.4
11+
github.com/philips-software/go-hsdp-api v0.49.1
12+
github.com/philips-software/logproxy v1.6.0
1213
)

0 commit comments

Comments
 (0)