Update hosting location of protobuf package.

This commit is contained in:
Julius Volz 2015-04-29 22:05:32 +02:00
parent cf2f1191e0
commit fd2a1e6099
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"
)