Switch back to rcrowley/go-metrics
@@ -1,7 +1,7 @@
package client
import (
- metrics "github.com/inconshreveable/go-metrics"
+ metrics "github.com/rcrowley/go-metrics"
)
const (
@@ -3,7 +3,7 @@ package client
"crypto/tls"
"fmt"
"io/ioutil"
"math"
"ngrok/client/mvc"
package mvc
"ngrok/proto"
@@ -2,7 +2,7 @@ package proto
"bytes"
"io"
"net/http"
@@ -4,7 +4,7 @@ import (
"encoding/json"
- gometrics "github.com/inconshreveable/go-metrics"
+ gometrics "github.com/rcrowley/go-metrics"
"ngrok/conn"