Skip to content

Commit 1650de1

Browse files
authored
Merge pull request #230 from philips-software/dependabot/go_modules/logproxy-filter-test/github.com/philips-software/logproxy-1.7.2
Bump github.com/philips-software/logproxy from 1.7.1 to 1.7.2 in /logproxy-filter-test
2 parents 48d5929 + 0527a7a commit 1650de1

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)