Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Nov 27, 2019
1 parent b759feb commit 9bed018
Show file tree
Hide file tree
Showing 1,794 changed files with 512,395 additions and 58,355 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ services:
go_import_path: github.com/awslabs/aws-lambda-container-image-converter

go:
- 1.12.x
- 1.13.x

script:
- make install-deps
- cd img2lambda && dep ensure && cd ..
- make
- make integration-test
- make stage-release-binaries
19 changes: 5 additions & 14 deletions img2lambda/Gopkg.lock

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

20 changes: 14 additions & 6 deletions img2lambda/Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,43 @@
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.16.16"
version = "^1.16.16"

[[constraint]]
name = "github.com/containers/image"
version = ">= 1.3.0, < 5.0.0"

[[constraint]]
name = "github.com/mattn/go-zglob"
version = "0.0.1"
version = "^0.0.1"

[[constraint]]
name = "github.com/mholt/archiver"
version = "3.1.1"
version = "^3.1.1"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"
version = "^0.8.1"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
version = "^1.20.0"

[[override]]
name = "github.com/docker/docker"
revision = "6e3113f700dea1bf2785d94731b4b5a1e602d9ab"

[[override]]
name = "github.com/opencontainers/image-spec"
revision = "775207bd45b6cb8153ce218cc59351799217451f"

[[override]]
name = "github.com/docker/distribution"
version = "^2.7.1"

[[override]]
name = "github.com/russross/blackfriday"
version = "^1.5.2"

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"
version = "^2.2.2"
132 changes: 132 additions & 0 deletions img2lambda/internal/testing/mocks/lambda_mocks.go

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

19 changes: 19 additions & 0 deletions img2lambda/vendor/github.com/andybalholm/brotli/LICENSE

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

5 changes: 5 additions & 0 deletions img2lambda/vendor/github.com/andybalholm/brotli/README.md

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

Loading

0 comments on commit 9bed018

Please sign in to comment.