diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-03 23:20:12 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-04 21:28:52 -0400 |
| commit | 2a263380091311c9987fbabfb7ccb2f288e58064 (patch) | |
| tree | 6b895bccc7fc3814d0266de06132acd763537d66 /data | |
| parent | 3ecf5c37428c072b672b825fcc9493de6e1c5df7 (diff) | |
Moving to go modules
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'data')
| -rw-r--r-- | data/data_test.go | 2 |
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) { |
