diff --git a/static.go b/static.go index 7bcf1d7..d530f4d 100644 --- a/static.go +++ b/static.go @@ -8,13 +8,13 @@ import ( "strings" "sync" - "github.com/micro/go-micro/v2/api" - "github.com/micro/go-micro/v2/api/router" - "github.com/micro/go-micro/v2/api/router/util" - "github.com/micro/go-micro/v2/logger" - "github.com/micro/go-micro/v2/metadata" - "github.com/micro/go-micro/v2/registry" - rutil "github.com/micro/go-micro/v2/util/registry" + "github.com/micro/go-micro/v3/api" + "github.com/micro/go-micro/v3/api/router" + "github.com/micro/go-micro/v3/api/router/util" + "github.com/micro/go-micro/v3/logger" + "github.com/micro/go-micro/v3/metadata" + "github.com/micro/go-micro/v3/registry" + rutil "github.com/micro/go-micro/v3/util/registry" ) type endpoint struct {