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

Commit 9bed018

Browse files
committed
Upgrade dependencies
1 parent b759feb commit 9bed018

File tree

1,794 files changed

+512395
-58355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,794 files changed

+512395
-58355
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ services:
66
go_import_path: github.com/awslabs/aws-lambda-container-image-converter
77

88
go:
9-
- 1.12.x
9+
- 1.13.x
1010

1111
script:
1212
- make install-deps
13+
- cd img2lambda && dep ensure && cd ..
1314
- make
1415
- make integration-test
1516
- make stage-release-binaries

img2lambda/Gopkg.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img2lambda/Gopkg.toml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
11
[[constraint]]
22
name = "github.com/aws/aws-sdk-go"
3-
version = "1.16.16"
3+
version = "^1.16.16"
44

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

99
[[constraint]]
1010
name = "github.com/mattn/go-zglob"
11-
version = "0.0.1"
11+
version = "^0.0.1"
1212

1313
[[constraint]]
1414
name = "github.com/mholt/archiver"
15-
version = "3.1.1"
15+
version = "^3.1.1"
1616

1717
[[constraint]]
1818
name = "github.com/pkg/errors"
19-
version = "0.8.1"
19+
version = "^0.8.1"
2020

2121
[[constraint]]
2222
name = "github.com/urfave/cli"
23-
version = "1.20.0"
23+
version = "^1.20.0"
2424

2525
[[override]]
2626
name = "github.com/docker/docker"
2727
revision = "6e3113f700dea1bf2785d94731b4b5a1e602d9ab"
2828

29+
[[override]]
30+
name = "github.com/opencontainers/image-spec"
31+
revision = "775207bd45b6cb8153ce218cc59351799217451f"
32+
2933
[[override]]
3034
name = "github.com/docker/distribution"
3135
version = "^2.7.1"
3236

37+
[[override]]
38+
name = "github.com/russross/blackfriday"
39+
version = "^1.5.2"
40+
3341
[[constraint]]
3442
name = "gopkg.in/yaml.v2"
35-
version = "2.2.2"
43+
version = "^2.2.2"

img2lambda/internal/testing/mocks/lambda_mocks.go

Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img2lambda/vendor/github.com/andybalholm/brotli/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img2lambda/vendor/github.com/andybalholm/brotli/README.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)