diff --git a/docs/generate_docs_uptodate_test.go b/docs/generate_docs_uptodate_test.go index 477992dae..61e095661 100644 --- a/docs/generate_docs_uptodate_test.go +++ b/docs/generate_docs_uptodate_test.go @@ -23,7 +23,7 @@ import ( "path/filepath" "testing" - "github.com/nuts-foundation/nuts-node/cmd" + "github.com/nuts-foundation/nuts-node/v6/cmd" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )