@@ -5,7 +5,7 @@ import (
"os"
"testing"
- "github.com/codegangsta/cli"
+ "github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
)
func ExampleApp() {
@@ -3,7 +3,7 @@ package cli_test
import (
func Example() {
@@ -4,7 +4,7 @@ import (
"flag"
func TestCommandDoNotIgnoreFlags(t *testing.T) {
"time"
func TestNewContext(t *testing.T) {
@@ -7,7 +7,7 @@ import (
"strings"
var boolFlagTests = []struct {