summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-10-03 23:20:12 -0400
committerDave Henderson <dhenderson@gmail.com>2019-10-04 21:28:52 -0400
commit2a263380091311c9987fbabfb7ccb2f288e58064 (patch)
tree6b895bccc7fc3814d0266de06132acd763537d66 /data
parent3ecf5c37428c072b672b825fcc9493de6e1c5df7 (diff)
Moving to go modules
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'data')
-rw-r--r--data/data_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/data_test.go b/data/data_test.go
index 27e164d2..63c95a16 100644
--- a/data/data_test.go
+++ b/data/data_test.go
@@ -12,7 +12,7 @@ import (
"os"
- "github.com/gotestyourself/gotestyourself/fs"
+ "gotest.tools/v3/fs"
)
func TestUnmarshalObj(t *testing.T) {