Skip to content

Commit

Permalink
Fix lib-compose/logging import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Omanovic committed Jul 8, 2016
1 parent da335c2 commit c3f7411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composition/cache_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package composition

import (
"bytes"
"github.com/tarent/lib-compose/logging"
"io"
"io/ioutil"
"lib-compose/logging"
"strings"
)

Expand Down

0 comments on commit c3f7411

Please sign in to comment.