Skip to content

Commit

Permalink
Merge pull request #18 from lvfxx/inject-interface-chain-elem
Browse files Browse the repository at this point in the history
Add Inject interface chain elem
  • Loading branch information
haiodo authored Jul 23, 2020
2 parents 9123e90 + d22f5fb commit 1e0a836
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 5 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ module github.com/networkservicemesh/sdk-kernel
go 1.13

require (
github.com/golang/protobuf v1.4.2
github.com/networkservicemesh/api v0.0.0-20200626035416-b2c37e63dc22
github.com/networkservicemesh/sdk v0.0.0-20200713165129-52bd2e34c31b
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe
)
Loading

0 comments on commit 1e0a836

Please sign in to comment.