Skip to content

Commit

Permalink
Hack with the imports to preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Apr 27, 2014
1 parent cf74f69 commit d4796db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions confd.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"strings"
"time"

"github.com/armon/confd/config"
"github.com/armon/confd/consul"
"github.com/armon/confd/etcd/etcdutil"
"github.com/armon/confd/log"
"github.com/armon/confd/resource/template"
"github.com/kelseyhightower/confd/config"
"github.com/kelseyhightower/confd/consul"
"github.com/kelseyhightower/confd/etcd/etcdutil"
"github.com/kelseyhightower/confd/log"
"github.com/kelseyhightower/confd/resource/template"
)

var (
Expand Down

0 comments on commit d4796db

Please sign in to comment.