Skip to content

Commit

Permalink
vendor directory management; fixes based on github issues; go-bambou …
Browse files Browse the repository at this point in the history
…package upate and relevant changes to vsd client

* removing go build from v2 plugin script
  • Loading branch information
sareti committed Feb 1, 2018
1 parent 2114c52 commit b8eacc9
Show file tree
Hide file tree
Showing 7,006 changed files with 248,324 additions and 1,534,136 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
98 changes: 0 additions & 98 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

193 changes: 193 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
branch = "master"
name = "github.com/docker/go-plugins-helpers"

[[constraint]]
name = "github.com/docker/libnetwork"
version = "0.5.6"

[[constraint]]
branch = "master"
name = "github.com/mitchellh/mapstructure"

[[constraint]]
branch = "master"
name = "github.com/moby/moby"

[[constraint]]
branch = "master"
name = "github.com/nuagenetworks/go-bambou"

[[constraint]]
branch = "master"
name = "github.com/nuagenetworks/libvrsdk"

[[constraint]]
name = "github.com/nuagenetworks/vspk-go"
version = "5.1.1"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"

[[constraint]]
branch = "master"
name = "github.com/vishvananda/netlink"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
name = "gopkg.in/natefinch/lumberjack.v2"
version = "2.1.0"

[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
2 changes: 1 addition & 1 deletion audit/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package audit

import (
log "github.com/Sirupsen/logrus"
nuageApi "github.com/nuagenetworks/nuage-libnetwork/api"
log "github.com/sirupsen/logrus"
"time"
)

Expand Down
Loading

0 comments on commit b8eacc9

Please sign in to comment.