Update hosting location of protobuf package.
This commit is contained in:
parent
cf2f1191e0
commit
fd2a1e6099
|
@ -17,7 +17,7 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"code.google.com/p/goprotobuf/proto"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
||||
pb "github.com/prometheus/alertmanager/config/generated"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ package config
|
|||
import (
|
||||
"io/ioutil"
|
||||
|
||||
"code.google.com/p/goprotobuf/proto"
|
||||
"github.com/golang/glog"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
||||
pb "github.com/prometheus/alertmanager/config/generated"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue