Skip to content

Commit 0527a7a

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.1 to 1.7.2. - [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.1...v1.7.2) --- 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 48d5929 commit 0527a7a

File tree

2 files changed

+178
-1
lines changed

2 files changed

+178
-1
lines changed

logproxy-filter-test/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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/go-kit/kit v0.10.0 // indirect
89
github.com/hashicorp/go-hclog v1.2.0
910
github.com/hashicorp/go-plugin v1.4.4
1011
github.com/philips-software/go-hsdp-api v0.70.2
11-
github.com/philips-software/logproxy v1.7.1
12+
github.com/philips-software/logproxy v1.7.2
1213
gopkg.in/yaml.v3 v3.0.1 // indirect
1314
)

0 commit comments

Comments
 (0)