Skip to content

Commit

Permalink
Add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Merovius committed Nov 19, 2018
1 parent cacaf23 commit 8dd0a68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/Merovius/nbd

require (
github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795
github.com/mdlayher/netlink v0.0.0-20181016160143-2e37830c371e
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sys v0.0.0-20181119195503-ec83556a53fe
)

0 comments on commit 8dd0a68

Please sign in to comment.