forked from networkservicemesh/cmd-forwarder-vpp
-
Notifications
You must be signed in to change notification settings - Fork 0
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 networkservicemesh#43 from denis-tingajkin/update_…
…go_to_1_15 Bump go to v1.15
- Loading branch information
Showing
3 changed files
with
12 additions
and
25 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
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,18 +1,15 @@ | ||
module github.com/networkservicemesh/sdk-kernel | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/google/uuid v1.1.1 | ||
github.com/networkservicemesh/api v0.0.0-20201014184533-ca42a07d7e15 | ||
github.com/networkservicemesh/sdk v0.0.0-20201018180237-f46b09458475 | ||
github.com/networkservicemesh/sdk v0.0.0-20201019071402-39aa586f0a55 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.6.0 // indirect | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/vishvananda/netlink v1.1.0 | ||
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae | ||
go.uber.org/goleak v1.1.10 | ||
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect | ||
google.golang.org/genproto v0.0.0-20201014134559-03b6142f0dc9 // 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