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 <[email protected]>
  • Loading branch information
florianl committed May 11, 2024
1 parent e0e5d70 commit ce2c227
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/go-nfqueue/v2"
"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 ce2c227

Please sign in to comment.