Skip to content

Commit

Permalink
Change to my version of mc-pinger
Browse files Browse the repository at this point in the history
  • Loading branch information
Herobone committed Feb 13, 2021
1 parent 46e2161 commit 8cd3761
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/itzg/mc-monitor
go 1.13

require (
github.com/Raqbit/mc-pinger v0.0.0-20191220212142-2843d3222bd5
github.com/Herobone/mc-pinger v1.0.1
github.com/Raqbit/mc-pinger v0.0.0-20191220212142-2843d3222bd5 // indirect
github.com/google/subcommands v1.0.1
github.com/itzg/go-flagsfiller v1.4.1
github.com/itzg/line-protocol-sender v0.1.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Herobone/mc-pinger v1.0.1 h1:hNZvpUJzio5azMmv/Czo9mpFz5x1dl6zRU8y8ylzcpk=
github.com/Herobone/mc-pinger v1.0.1/go.mod h1:B2dDpBqQLKghiwqSSGVfUk/06KgtU20nzNFwvMVh9s8=
github.com/Raqbit/mc-pinger v0.0.0-20191220212142-2843d3222bd5 h1:BpFQdgs2FL6mMOG699aODzkbAiC17l3NPXJeKlfZRqY=
github.com/Raqbit/mc-pinger v0.0.0-20191220212142-2843d3222bd5/go.mod h1:r2rVvqOwaYCU3rYUNeSmCiJbcX2wJkDisXH7rZsjjuM=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down
2 changes: 1 addition & 1 deletion java_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"time"

mcpinger "github.com/Raqbit/mc-pinger"
mcpinger "github.com/Herobone/mc-pinger"
"github.com/google/subcommands"
"github.com/itzg/go-flagsfiller"
)
Expand Down
7 changes: 4 additions & 3 deletions prom_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"fmt"
mcpinger "github.com/Raqbit/mc-pinger"
"github.com/prometheus/client_golang/prometheus"
"go.uber.org/zap"
"net"
"strconv"
"time"

mcpinger "github.com/Herobone/mc-pinger"
"github.com/prometheus/client_golang/prometheus"
"go.uber.org/zap"
)

const (
Expand Down
7 changes: 4 additions & 3 deletions telegraf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"errors"
mcpinger "github.com/Raqbit/mc-pinger"
lpsender "github.com/itzg/line-protocol-sender"
"go.uber.org/zap"
"log"
"strconv"
"time"

mcpinger "github.com/Herobone/mc-pinger"
lpsender "github.com/itzg/line-protocol-sender"
"go.uber.org/zap"
)

const (
Expand Down

0 comments on commit 8cd3761

Please sign in to comment.