Skip to content

Commit ce2c227

Browse files
committed
align module with git tag
Signed-off-by: Florian Lehner <[email protected]>
1 parent e0e5d70 commit ce2c227

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

attribute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"encoding/binary"
66
"time"
77

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

1010
"github.com/mdlayher/netlink"
1111
)

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"time"
1010

11-
nfqueue "github.com/florianl/go-nfqueue"
11+
nfqueue "github.com/florianl/go-nfqueue/v2"
1212
"github.com/mdlayher/netlink"
1313
)
1414

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/florianl/go-nfqueue
1+
module github.com/florianl/go-nfqueue/v2
22

33
require (
44
github.com/mdlayher/netlink v1.7.2

nfqueue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"sync"
88
"time"
99

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

1212
"github.com/mdlayher/netlink"
1313
)

0 commit comments

Comments
 (0)