diff options
author | Valery Piashchynski <[email protected]> | 2022-08-16 17:04:17 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-16 17:04:17 +0200 |
commit | e8f03303d8a39697f53cb3c4ad56c0202210d5d5 (patch) | |
tree | 65fa17be7ea227ab5039851a91b1d5b8ed9be2e8 /container | |
parent | 6ff9a526083d4c542bebf710249ff3e922582856 (diff) |
go.mod: update dependencies
Diffstat (limited to 'container')
-rw-r--r-- | container/plugins.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/container/plugins.go b/container/plugins.go index 7d1d9575..f8c0b4b0 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -83,8 +83,9 @@ func Plugins() []interface{} { //nolint:funlen // -- &send.Plugin{}, &proxyIP.Plugin{}, - &fileserver.Plugin{}, &rrOtel.Plugin{}, + // -- + &fileserver.Plugin{}, // =================== &grpcPlugin.Plugin{}, |