Remove/replace last references to github.com/matttproud/...

This commit is contained in:
Julius Volz 2013-02-07 14:32:18 +01:00
parent 6d7c043b33
commit 06ace4941d
10 changed files with 14 additions and 18 deletions

View file

@ -10,7 +10,7 @@ import (
"sort"
)
import (
"github.com/matttproud/prometheus/model"
"github.com/prometheus/prometheus/model"
"strconv"
)