Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
telegraf-nftables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Show more breadcrumbs
vqgroup
telegraf-nftables
Commits
dd2223ae
Unverified
Commit
dd2223ae
authored
6 years ago
by
Daniel Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Use nats-io/go-nats instead of nats-io/nats
parent
90eebd88
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Godeps
+0
-1
0 additions, 1 deletion
Godeps
plugins/inputs/nats_consumer/nats_consumer.go
+1
-1
1 addition, 1 deletion
plugins/inputs/nats_consumer/nats_consumer.go
plugins/outputs/nats/nats.go
+1
-1
1 addition, 1 deletion
plugins/outputs/nats/nats.go
with
2 additions
and
3 deletions
Godeps
+
0
−
1
View file @
dd2223ae
...
...
@@ -51,7 +51,6 @@ github.com/multiplay/go-ts3 07477f49b8dfa3ada231afc7b7b17617d42afe8e
github.com/naoina/go-stringutil 6b638e95a32d0c1131db0e7fe83775cbea4a0d0b
github.com/nats-io/gnatsd 393bbb7c031433e68707c8810fda0bfcfbe6ab9b
github.com/nats-io/go-nats ea9585611a4ab58a205b9b125ebd74c389a6b898
github.com/nats-io/nats ea9585611a4ab58a205b9b125ebd74c389a6b898
github.com/nats-io/nuid 289cccf02c178dc782430d534e3c1f5b72af807f
github.com/nsqio/go-nsq eee57a3ac4174c55924125bb15eeeda8cffb6e6f
github.com/opencontainers/runc 89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8
...
...
This diff is collapsed.
Click to expand it.
plugins/inputs/nats_consumer/nats_consumer.go
+
1
−
1
View file @
dd2223ae
...
...
@@ -8,7 +8,7 @@ import (
"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/plugins/inputs"
"github.com/influxdata/telegraf/plugins/parsers"
"github.com/nats-io/nats"
nats
"github.com/nats-io/
go-
nats"
)
type
natsError
struct
{
...
...
This diff is collapsed.
Click to expand it.
plugins/outputs/nats/nats.go
+
1
−
1
View file @
dd2223ae
...
...
@@ -3,7 +3,7 @@ package nats
import
(
"fmt"
nats_client
"github.com/nats-io/nats"
nats_client
"github.com/nats-io/
go-
nats"
"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/internal/tls"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment