Move flock package to pkg/flock

This commit is contained in:
Fabian Reinartz 2015-05-28 21:00:12 +02:00
parent 3c8fbf1e15
commit 2317b001d0
7 changed files with 1 additions and 1 deletions

View file

@ -33,8 +33,8 @@ import (
clientmodel "github.com/prometheus/client_golang/model"
"github.com/prometheus/prometheus/pkg/flock"
"github.com/prometheus/prometheus/storage/local/codable"
"github.com/prometheus/prometheus/storage/local/flock"
"github.com/prometheus/prometheus/storage/local/index"
"github.com/prometheus/prometheus/storage/metric"
)