Skip to content

Commit

Permalink
Merge pull request #4 from caseydavenport/update-glide
Browse files Browse the repository at this point in the history
Update libcalico-go to v1.3.0
  • Loading branch information
caseydavenport authored Jun 5, 2017
2 parents efe2d39 + 8996e0c commit 2576a73
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 112 deletions.
2 changes: 2 additions & 0 deletions check-licenses/check_licenses.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ var (
// allowing us to distribute a binary based on them as long as we don't modify them.
{pkgName: "github.com/projectcalico/typha/vendor/github.com/juju/ratelimit",
license: "GNU Lesser General Public License v3.0 (94%)"},
{pkgName: "github.com/projectcalico/typha/vendor/gopkg.in/yaml.v2",
license: "GNU Lesser General Public License v3.0 (95%)"},

// Licensed under Apache + some files with MIT/BSD style.
{pkgName: "github.com/projectcalico/typha/vendor/gopkg.in/yaml.v2",
Expand Down
196 changes: 87 additions & 109 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import:
- package: github.com/go-ini/ini
version: ^1.21.0
- package: github.com/projectcalico/libcalico-go
version: v1.2.2
version: v1.3.0
subpackages:
- lib
- package: github.com/Sirupsen/logrus
Expand Down
Loading

0 comments on commit 2576a73

Please sign in to comment.