-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Resolve Docker CVEs #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Resolve Docker CVEs #815
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f90cfe1
Bump alpine images to version 3.16 and update golang image to one bas…
952ddba
Merge branch 'master' into fix_docker_cves
b13c3b8
Bump alpine image to version 3.16
7a7d2bf
Bump go version to 1.18
ba266ae
Revert "Bump go version to 1.18"
f7556ca
Merge branch 'golang-migrate:master' into fix_docker_cves
tspearconquest 181c7e4
Revert "Bump alpine image to version 3.16"
f07536a
Upgrade docker image and migrate binary to golang 1.19, and use build…
dc5f04f
Merge remote-tracking branch 'origin/master' into fix_docker_cves
dhui bef6ac6
Back out unnecessary changes
dhui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump go version to 1.18
Signed-off-by: Thomas Spear <[email protected]>
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,77 +1,165 @@ | ||
module github.com/golang-migrate/migrate/v4 | ||
|
||
require ( | ||
cloud.google.com/go v0.103.0 // indirect | ||
cloud.google.com/go/spanner v1.34.1 | ||
cloud.google.com/go/storage v1.23.0 | ||
github.com/Azure/go-autorest/autorest/adal v0.9.16 | ||
github.com/ClickHouse/clickhouse-go v1.4.3 | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/apache/arrow/go/arrow v0.0.0-20211013220434-5962184e7a30 // indirect | ||
github.com/aws/aws-sdk-go v1.17.7 | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.5.4 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.2 | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect | ||
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect | ||
github.com/cockroachdb/cockroach-go/v2 v2.1.1 | ||
github.com/cznic/mathutil v0.0.0-20180504122225-ca4c9f2c1369 // indirect | ||
github.com/dhui/dktest v0.3.11 | ||
github.com/docker/docker v20.10.15+incompatible | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect | ||
github.com/envoyproxy/go-control-plane v0.10.3 // indirect | ||
github.com/fsouza/fake-gcs-server v1.17.0 | ||
github.com/gabriel-vasile/mimetype v1.4.0 // indirect | ||
github.com/go-sql-driver/mysql v1.5.0 | ||
github.com/gobuffalo/here v0.6.0 | ||
github.com/gocql/gocql v0.0.0-20210515062232-b7ef815b4556 | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/go-github/v39 v39.2.0 | ||
github.com/gorilla/mux v1.7.4 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/jackc/pgconn v1.8.0 | ||
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451 | ||
github.com/jackc/pgproto3/v2 v2.0.7 // indirect | ||
github.com/jackc/pgx/v4 v4.10.1 | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/ktrysmt/go-bitbucket v0.6.4 | ||
github.com/lib/pq v1.10.0 | ||
github.com/markbates/pkger v0.15.1 | ||
github.com/mattn/go-sqlite3 v1.14.14 | ||
github.com/microsoft/go-mssqldb v0.15.0 | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/mutecomm/go-sqlcipher/v4 v4.4.0 | ||
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8 | ||
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba | ||
github.com/onsi/gomega v1.15.0 // indirect | ||
github.com/snowflakedb/gosnowflake v1.6.3 | ||
github.com/stretchr/testify v1.7.1 | ||
github.com/xanzy/go-gitlab v0.15.0 | ||
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect | ||
go.mongodb.org/mongo-driver v1.7.0 | ||
go.uber.org/atomic v1.7.0 | ||
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b // indirect | ||
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect | ||
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0 | ||
golang.org/x/tools v0.1.5 | ||
google.golang.org/api v0.87.0 | ||
google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9 | ||
modernc.org/ql v1.0.0 | ||
modernc.org/sqlite v1.18.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.103.0 // indirect | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
github.com/Azure/azure-pipeline-go v0.2.3 // indirect | ||
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/apache/arrow/go/arrow v0.0.0-20211013220434-5962184e7a30 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.9.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.4.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.5.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.3.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.3.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.7.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.16.1 // indirect | ||
github.com/aws/smithy-go v1.8.0 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect | ||
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect | ||
github.com/cznic/mathutil v0.0.0-20180504122225-ca4c9f2c1369 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/distribution v2.8.1+incompatible // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect | ||
github.com/envoyproxy/go-control-plane v0.10.3 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect | ||
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect | ||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect | ||
github.com/golang-sql/sqlexp v0.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/flatbuffers v2.0.0+incompatible // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/googleapis/go-type-adapters v1.0.0 // indirect | ||
github.com/gorilla/handlers v1.4.2 // indirect | ||
github.com/gorilla/mux v1.7.4 // indirect | ||
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.0.7 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.6.2 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/k0kubun/pp v2.3.0+incompatible // indirect | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/mattn/go-colorable v0.1.6 // indirect | ||
github.com/mattn/go-ieproxy v0.0.1 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.16.4 // indirect | ||
github.com/onsi/gomega v1.15.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.8 // indirect | ||
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.0.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.2 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b // indirect | ||
golang.org/x/mod v0.5.0 // indirect | ||
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect | ||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/grpc v1.48.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
lukechampine.com/uint128 v1.1.1 // indirect | ||
modernc.org/b v1.0.0 // indirect | ||
modernc.org/cc/v3 v3.36.0 // indirect | ||
modernc.org/ccgo/v3 v3.16.6 // indirect | ||
modernc.org/db v1.0.0 // indirect | ||
modernc.org/file v1.0.0 // indirect | ||
modernc.org/fileutil v1.0.0 // indirect | ||
modernc.org/golex v1.0.0 // indirect | ||
modernc.org/internal v1.0.0 // indirect | ||
modernc.org/libc v1.16.7 // indirect | ||
modernc.org/lldb v1.0.0 // indirect | ||
modernc.org/ql v1.0.0 | ||
modernc.org/mathutil v1.4.1 // indirect | ||
modernc.org/memory v1.1.1 // indirect | ||
modernc.org/opt v0.1.1 // indirect | ||
modernc.org/sortutil v1.1.0 // indirect | ||
modernc.org/sqlite v1.18.0 | ||
modernc.org/strutil v1.1.1 // indirect | ||
modernc.org/token v1.0.0 // indirect | ||
modernc.org/zappy v1.0.0 // indirect | ||
) | ||
|
||
go 1.16 | ||
go 1.18 | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.