-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from estesp/update-vendors
Update vendors & GH actions workflow
- Loading branch information
Showing
242 changed files
with
37,798 additions
and
2,449 deletions.
There are no files selected for viewing
This file contains 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 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,34 +1,41 @@ | ||
module github.com/estesp/mquery/function | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/aws/aws-lambda-go v1.41.0 | ||
github.com/aws/aws-sdk-go v1.44.334 | ||
github.com/estesp/manifest-tool/v2 v2.0.8 | ||
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b | ||
github.com/estesp/manifest-tool/v2 v2.1.5 | ||
github.com/opencontainers/image-spec v1.1.0 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/hcsshim v0.9.10 // indirect | ||
github.com/containerd/containerd v1.6.26 // indirect | ||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect | ||
github.com/Microsoft/hcsshim v0.11.4 // indirect | ||
github.com/containerd/containerd v1.7.11 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/docker/cli v23.0.1+incompatible // indirect | ||
github.com/docker/cli v24.0.7+incompatible // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/docker v24.0.7+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/klauspost/compress v1.16.0 // indirect | ||
github.com/moby/locker v1.0.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect | ||
go.opentelemetry.io/otel v1.19.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.19.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.19.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect | ||
google.golang.org/grpc v1.58.3 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
oras.land/oras-go/v2 v2.0.0 // indirect | ||
oras.land/oras-go/v2 v2.2.1 // indirect | ||
) |
Oops, something went wrong.