We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48d5929 + 0527a7a commit 1650de1Copy full SHA for 1650de1
logproxy-filter-test/go.mod
@@ -5,9 +5,10 @@ go 1.14
5
replace github.com/philips-software/logproxy v1.1.2-0.20200601065553-015bf068c4e0 => /Users/andy/DEV/Go/logproxy
6
7
require (
8
+ github.com/go-kit/kit v0.10.0 // indirect
9
github.com/hashicorp/go-hclog v1.2.0
10
github.com/hashicorp/go-plugin v1.4.4
11
github.com/philips-software/go-hsdp-api v0.70.2
- github.com/philips-software/logproxy v1.7.1
12
+ github.com/philips-software/logproxy v1.7.2
13
gopkg.in/yaml.v3 v3.0.1 // indirect
14
)
0 commit comments