diff --git a/Makefile b/Makefile index 14fbb36..32b2eb0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT := github.com/juju/description/v5 +PROJECT := github.com/juju/description/v7 .PHONY: check-licence check-go check diff --git a/go.mod b/go.mod index 4145d0c..848cb2e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/juju/description/v5 +module github.com/juju/description/v7 go 1.21 diff --git a/package_test.go b/package_test.go index cbdb19b..61bc940 100644 --- a/package_test.go +++ b/package_test.go @@ -25,7 +25,7 @@ var _ = gc.Suite(&ImportTest{}) func (*ImportTest) TestImports(c *gc.C) { imps, err := jtesting.FindImports( - "github.com/juju/description/v5", + "github.com/juju/description/v7", "github.com/juju/juju/") c.Assert(err, jc.ErrorIsNil) // This package brings in nothing else from juju/juju