File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
dto "github.com/prometheus/client_model/go"
15
15
16
- "code.google. com/p/goprotobuf /proto"
16
+ "github. com/golang/protobuf /proto"
17
17
)
18
18
19
19
var (
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package prometheus_test
16
16
import (
17
17
"runtime"
18
18
19
- "code.google. com/p/goprotobuf /proto"
19
+ "github. com/golang/protobuf /proto"
20
20
21
21
dto "github.com/prometheus/client_model/go"
22
22
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
dto "github.com/prometheus/client_model/go"
25
25
26
- "code.google. com/p/goprotobuf /proto"
26
+ "github. com/golang/protobuf /proto"
27
27
28
28
"github.com/prometheus/client_golang/prometheus"
29
29
)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
36
36
dto "github.com/prometheus/client_model/go"
37
37
38
- "code.google. com/p/goprotobuf /proto"
38
+ "github. com/golang/protobuf /proto"
39
39
40
40
"github.com/prometheus/client_golang/_vendor/goautoneg"
41
41
"github.com/prometheus/client_golang/model"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"net/http"
26
26
"testing"
27
27
28
- "code.google. com/p/goprotobuf /proto"
28
+ "github. com/golang/protobuf /proto"
29
29
dto "github.com/prometheus/client_model/go"
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"sync"
21
21
"time"
22
22
23
- "code.google. com/p/goprotobuf /proto"
23
+ "github. com/golang/protobuf /proto"
24
24
25
25
dto "github.com/prometheus/client_model/go"
26
26
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
23
23
dto "github.com/prometheus/client_model/go"
24
24
25
- "code.google. com/p/goprotobuf /proto"
25
+ "github. com/golang/protobuf /proto"
26
26
)
27
27
28
28
// ValueType is an enumeration of metric types that represent a simple value.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"strings"
20
20
"testing"
21
21
22
- "code.google. com/p/goprotobuf /proto"
22
+ "github. com/golang/protobuf /proto"
23
23
dto "github.com/prometheus/client_model/go"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
25
25
dto "github.com/prometheus/client_model/go"
26
26
27
- "code.google. com/p/goprotobuf /proto"
27
+ "github. com/golang/protobuf /proto"
28
28
"github.com/prometheus/client_golang/model"
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"strings"
19
19
"testing"
20
20
21
- "code.google. com/p/goprotobuf /proto"
21
+ "github. com/golang/protobuf /proto"
22
22
dto "github.com/prometheus/client_model/go"
23
23
)
24
24
You can’t perform that action at this time.
0 commit comments