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 5fdba0e + 1aca3b8 commit 4822c3cCopy full SHA for 4822c3c
logproxy-filter-test/go.mod
@@ -5,8 +5,9 @@ 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/bketelsen/crypt v0.0.4 // indirect
9
github.com/hashicorp/go-hclog v0.16.2
10
github.com/hashicorp/go-plugin v1.4.3
- github.com/philips-software/go-hsdp-api v0.48.2
11
- github.com/philips-software/logproxy v1.4.4
+ github.com/philips-software/go-hsdp-api v0.49.1
12
+ github.com/philips-software/logproxy v1.6.0
13
)
0 commit comments