diff options
Diffstat (limited to 'jsonmatch/diff_test.go')
| -rw-r--r-- | jsonmatch/diff_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jsonmatch/diff_test.go b/jsonmatch/diff_test.go index 74a976f..1a49010 100644 --- a/jsonmatch/diff_test.go +++ b/jsonmatch/diff_test.go @@ -10,9 +10,9 @@ import ( "strings" "testing" - . "github.com/majewsky/gg/internal/test" - "github.com/majewsky/gg/jsonmatch" - . "github.com/majewsky/gg/option" + . "go.xyrillian.de/gg/internal/test" + "go.xyrillian.de/gg/jsonmatch" + . "go.xyrillian.de/gg/option" ) // assert that types implement the expected interfaces |
