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.
1 parent 2a771ff commit 9969508Copy full SHA for 9969508
logproxy-filter-test/go.mod
@@ -5,12 +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/go-kit/kit v0.10.0 // indirect
9
github.com/hashicorp/go-hclog v1.3.0
10
github.com/hashicorp/go-plugin v1.4.5
11
- github.com/hasura/go-graphql-client v0.7.2 // indirect
12
github.com/philips-software/go-hsdp-api v0.74.1
13
github.com/philips-software/logproxy v1.7.2
14
github.com/stretchr/testify v1.8.0 // indirect
15
- gopkg.in/yaml.v3 v3.0.1 // indirect
16
)
0 commit comments