Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
format: 'table'
severity: 'CRITICAL,HIGH'
vuln-type: 'os,library'
skip-dirs: 'opt/telegraf'
skip-dirs: 'opt/telegraf,usr/sbin/telegraf'
exit-code: '1'
timeout: '5m0s'
WINDOWS-build:
Expand Down
28 changes: 6 additions & 22 deletions source/plugins/go/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,17 @@ module Docker-Provider/source/plugins/go/src
go 1.14

require (
code.cloudfoundry.org/clock v1.0.1-0.20200131002207-86534f4ca3a5 // indirect
github.com/Azure/azure-kusto-go v0.3.2
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/dnaeon/go-vcr v1.2.0 // indirect
github.com/fluent/fluent-bit-go v0.0.0-20171103221316-c4a158a6e3a7
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c // indirect
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 // indirect
github.com/google/uuid v1.1.2
github.com/microsoft/ApplicationInsights-Go v0.4.3
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/tinylib/msgp v1.1.2
github.com/ugorji/go v1.1.2-0.20180813092308-00b869d2f4a5
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
k8s.io/api v0.0.0-20180628040859-072894a440bd // indirect
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d
k8s.io/client-go v8.0.0+incompatible
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
)
Loading