Skip to content

Commit

Permalink
Fix the path in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Feb 9, 2020
1 parent 8d4fce6 commit 105c3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/vishvananda/netlink
module github.com/xaionaro-go/netlink

go 1.12

require (
github.com/vishvananda/netlink v1.1.1-0.20200209182519-5e92c072cd0d
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
golang.org/x/sys v0.0.0-20200121082415-34d275377bf9
)

0 comments on commit 105c3d8

Please sign in to comment.