forked from aquasecurity/fanal
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update mod * update gcr * update unittest actions
- Loading branch information
1 parent
0910c80
commit 6c172cd
Showing
6 changed files
with
243 additions
and
641 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
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
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,82 +1,95 @@ | ||
module github.com/goodwithtech/deckoder | ||
|
||
go 1.21 | ||
go 1.22.7 | ||
|
||
toolchain go1.22.10 | ||
|
||
require ( | ||
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible | ||
github.com/aws/aws-sdk-go v1.44.122 | ||
github.com/containers/image/v5 v5.29.2 | ||
github.com/docker/distribution v2.8.3+incompatible | ||
github.com/GoogleCloudPlatform/docker-credential-gcr/v2 v2.1.26 | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/containers/image/v5 v5.33.0 | ||
github.com/distribution/reference v0.6.0 | ||
github.com/knqyf263/nested v0.0.1 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.10.0 | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.99.0 // indirect | ||
dario.cat/mergo v1.0.0 // indirect | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/Microsoft/hcsshim v0.12.0-rc.1 // indirect | ||
github.com/containerd/cgroups/v3 v3.0.2 // indirect | ||
github.com/containerd/containerd v1.7.0 // indirect | ||
cloud.google.com/go/auth v0.10.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.5.2 // indirect | ||
dario.cat/mergo v1.0.1 // indirect | ||
github.com/BurntSushi/toml v1.4.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/Microsoft/hcsshim v0.12.9 // indirect | ||
github.com/containerd/cgroups/v3 v3.0.3 // indirect | ||
github.com/containerd/errdefs v0.3.0 // indirect | ||
github.com/containerd/errdefs/pkg v0.3.0 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect | ||
github.com/containerd/typeurl/v2 v2.2.0 // indirect | ||
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect | ||
github.com/containers/ocicrypt v1.1.9 // indirect | ||
github.com/containers/storage v1.51.0 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/distribution/reference v0.5.0 // indirect | ||
github.com/docker/docker v24.0.7+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/containers/ocicrypt v1.2.0 // indirect | ||
github.com/containers/storage v1.56.0 // indirect | ||
github.com/cyphar/filepath-securejoin v0.3.4 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker v27.3.1+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.2 // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-containerregistry v0.16.1 // indirect | ||
github.com/google/go-containerregistry v0.20.2 // indirect | ||
github.com/google/go-intervals v0.0.2 // indirect | ||
github.com/google/uuid v1.3.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.3 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/pgzip v1.2.6 // indirect | ||
github.com/mattn/go-shellwords v1.0.12 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.18 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.24 // indirect | ||
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect | ||
github.com/moby/sys/mountinfo v0.7.1 // indirect | ||
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/sys/capability v0.3.0 // indirect | ||
github.com/moby/sys/mountinfo v0.7.2 // indirect | ||
github.com/moby/sys/user v0.3.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect | ||
github.com/opencontainers/runc v1.1.10 // indirect | ||
github.com/opencontainers/runtime-spec v1.1.0 // indirect | ||
github.com/opencontainers/selinux v1.11.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/opencontainers/runtime-spec v1.2.0 // indirect | ||
github.com/opencontainers/selinux v1.11.1 // indirect | ||
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/sylabs/sif/v2 v2.15.0 // indirect | ||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/sylabs/sif/v2 v2.19.1 // indirect | ||
github.com/tchap/go-patricia/v2 v2.3.1 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/vbatts/tar-split v0.11.5 // indirect | ||
github.com/toqueteos/webbrowser v1.2.0 // indirect | ||
github.com/ulikunitz/xz v0.5.12 // indirect | ||
github.com/vbatts/tar-split v0.11.6 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/net v0.18.0 // indirect | ||
golang.org/x/oauth2 v0.14.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect | ||
google.golang.org/grpc v1.58.3 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect | ||
go.opentelemetry.io/otel v1.33.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.33.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.33.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.33.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.4.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/oauth2 v0.23.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect | ||
google.golang.org/grpc v1.68.0 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.