Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
Change import "github.com/gotestyourself/gotestyourself/fs" to "gotes…
Browse files Browse the repository at this point in the history
…t.tools/fs" (#472)

Fixes #471
  • Loading branch information
dbkaplun authored and dnephin committed May 3, 2018
1 parent 71acfbe commit dcb9b10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion regressiontests/gas_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/gotestyourself/gotestyourself/fs"
"gotest.tools/fs"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion regressiontests/gotype_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/gotestyourself/gotestyourself/fs"
"gotest.tools/fs"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion regressiontests/support.go
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"testing"

"github.com/gotestyourself/gotestyourself/fs"
"gotest.tools/fs"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion regressiontests/vet_test.go
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"testing"

"github.com/gotestyourself/gotestyourself/fs"
"gotest.tools/fs"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit dcb9b10

Please sign in to comment.