Skip to content

Commit

Permalink
use new fork package (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian authored Jan 5, 2023
1 parent a8a0c58 commit c046408
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Doridian/water
go 1.19

require (
github.com/google/gopacket v1.1.19
github.com/Doridian/gopacket v1.2.0
golang.org/x/sys v0.4.0
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478
)
Expand All @@ -12,5 +12,3 @@ require (
golang.org/x/net v0.5.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
)

replace github.com/google/gopacket v1.1.19 => github.com/Doridian/gopacket v1.1.19
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Doridian/gopacket v1.1.19 h1:BI1RgJ+3m+VnBjWWSxLqnOWaoKSw3x8jSWxzcMi187E=
github.com/Doridian/gopacket v1.1.19/go.mod h1:E87iaOYopHawbSWHXDGMgIHcsbXTlTZ7+LgQhuKfIno=
github.com/Doridian/gopacket v1.2.0 h1:/2Iji4fRpL+iFArv1+EqK0Ay097hap2cu0hmUsqrjXo=
github.com/Doridian/gopacket v1.2.0/go.mod h1:16EwY3JsEHp3TFeSRcmSC9yOdG8GkFAWImZaL13kOGc=
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
github.com/vishvananda/netns v0.0.1/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=
Expand Down
2 changes: 1 addition & 1 deletion syscalls_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"syscall"
"unsafe"

"github.com/google/gopacket/bsdbpf"
"github.com/Doridian/gopacket/bsdbpf"
)

const appleUTUNCtl = "com.apple.net.utun_control"
Expand Down

0 comments on commit c046408

Please sign in to comment.