Skip to content

Commit

Permalink
Bump module version to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Apr 8, 2024
1 parent 414d44e commit ca306c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"testing"

"github.com/go-git/go-billy/v5"
"github.com/go-git/go-git-fixtures/v4/internal/embedfs"
"github.com/go-git/go-git-fixtures/v4/internal/tgz"
"github.com/go-git/go-git-fixtures/v5/internal/embedfs"
"github.com/go-git/go-git-fixtures/v5/internal/tgz"
)

var Filesystem = embedfs.New(&data)
Expand Down
2 changes: 1 addition & 1 deletion fixtures_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package fixtures
import (
"github.com/go-git/go-billy/v5"
"github.com/go-git/go-billy/v5/osfs"
"github.com/go-git/go-git-fixtures/v4/internal/tgz"
"github.com/go-git/go-git-fixtures/v5/internal/tgz"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-git/go-git-fixtures/v4
module github.com/go-git/go-git-fixtures/v5

// go-git supports the last 3 stable Go versions.
go 1.20
Expand Down

0 comments on commit ca306c4

Please sign in to comment.