diff options
Diffstat (limited to 'cmd/testwrapper')
| -rw-r--r-- | cmd/testwrapper/testwrapper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/testwrapper/testwrapper.go b/cmd/testwrapper/testwrapper.go index 173edee73..c84285547 100644 --- a/cmd/testwrapper/testwrapper.go +++ b/cmd/testwrapper/testwrapper.go @@ -12,7 +12,7 @@ import ( "bytes" "cmp" "context" - "encoding/json" + "github.com/go-json-experiment/json/v1" "errors" "fmt" "io" |
