Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/plugins/mongodb/handler_oplog_stats.go')
-rw-r--r--src/go/plugins/mongodb/handler_oplog_stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/plugins/mongodb/handler_oplog_stats.go b/src/go/plugins/mongodb/handler_oplog_stats.go
index 835e8a29e42..6bf7d250b1e 100644
--- a/src/go/plugins/mongodb/handler_oplog_stats.go
+++ b/src/go/plugins/mongodb/handler_oplog_stats.go
@@ -23,9 +23,9 @@ import (
"encoding/json"
"time"
+ "git.zabbix.com/ap/plugin-support/zbxerr"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
- "zabbix.com/pkg/zbxerr"
)
type oplogStats struct {