-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #546 from intel-go/develop
Release 0.7.4
- Loading branch information
Showing
4 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
module github.com/intel-go/nff-go | ||
|
||
require ( | ||
github.com/docker/distribution v2.6.2+incompatible // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.13.1 | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/docker/go-units v0.3.3 // indirect | ||
github.com/flier/gohs v1.0.0 | ||
github.com/google/gopacket v1.1.15 // indirect | ||
github.com/pkg/errors v0.8.0 | ||
github.com/google/gopacket v1.1.16 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect | ||
github.com/vishvananda/netlink v1.0.0 // indirect | ||
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect | ||
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect | ||
golang.org/x/sys v0.0.0-20181004145325-8469e314837c // indirect | ||
golang.org/x/tools v0.0.0-20181204185109-3832e276fb48 // indirect | ||
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect | ||
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect | ||
golang.org/x/tools v0.0.0-20190205201329-379209517ffe // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters