Skip to content

Commit

Permalink
align module with git tag
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <dev@der-flo.net>
  • Loading branch information
florianl committed May 11, 2024
1 parent e0e5d70 commit 7d62a0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"encoding/binary"
"time"

"github.com/florianl/go-nfqueue/internal/unix"
"github.com/florianl/go-nfqueue/v2/internal/unix"

"github.com/mdlayher/netlink"
)
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"time"

nfqueue "github.com/florianl/go-nfqueue"
nfqueue "github.com/florianl/v2/go-nfqueue"

Check failure on line 11 in example_test.go

View workflow job for this annotation

GitHub Actions / test (1.18.x, ubuntu-latest)

no required module provides package github.com/florianl/v2/go-nfqueue; to add it:

Check failure on line 11 in example_test.go

View workflow job for this annotation

GitHub Actions / test (1.20.x, ubuntu-latest)

no required module provides package github.com/florianl/v2/go-nfqueue; to add it:

Check failure on line 11 in example_test.go

View workflow job for this annotation

GitHub Actions / test (1.21.x, ubuntu-latest)

no required module provides package github.com/florianl/v2/go-nfqueue; to add it:

Check failure on line 11 in example_test.go

View workflow job for this annotation

GitHub Actions / test (1.22.x, ubuntu-latest)

no required module provides package github.com/florianl/v2/go-nfqueue; to add it:
"github.com/mdlayher/netlink"
)

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/florianl/go-nfqueue
module github.com/florianl/go-nfqueue/v2

require (
github.com/mdlayher/netlink v1.7.2
Expand Down
2 changes: 1 addition & 1 deletion nfqueue.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"
"time"

"github.com/florianl/go-nfqueue/internal/unix"
"github.com/florianl/go-nfqueue/v2/internal/unix"

"github.com/mdlayher/netlink"
)
Expand Down

0 comments on commit 7d62a0a

Please sign in to comment.