diff options
Diffstat (limited to 'jsonmatch/machinery.go')
| -rw-r--r-- | jsonmatch/machinery.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonmatch/machinery.go b/jsonmatch/machinery.go index 32930b6..ae0c254 100644 --- a/jsonmatch/machinery.go +++ b/jsonmatch/machinery.go @@ -11,7 +11,7 @@ import ( "strconv" "strings" - . "github.com/majewsky/gg/option" + . "go.xyrillian.de/gg/option" ) func marshalExpectedForDiff(value any) string { |
