diff options
Diffstat (limited to 'test/go/ns_inspect/app.go')
-rw-r--r-- | test/go/ns_inspect/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/ns_inspect/app.go b/test/go/ns_inspect/app.go index aac2053e..d9b561c9 100644 --- a/test/go/ns_inspect/app.go +++ b/test/go/ns_inspect/app.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" "net/http" - "nginx/unit" + "unit.nginx.org/go" "os" "strconv" ) |