-
Notifications
You must be signed in to change notification settings - Fork 0
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 #2 from ConductorOne/ggreer/upgrade-deps
Upgrade dependencies.
- Loading branch information
Showing
1,911 changed files
with
3,080,444 additions
and
1,932,439 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,137 @@ | ||
module github.com/conductorone/baton-dockerhub | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/conductorone/baton-sdk v0.1.6 | ||
github.com/docker/cli v24.0.6+incompatible | ||
github.com/conductorone/baton-sdk v0.1.27 | ||
github.com/docker/cli v25.0.4+incompatible | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/spf13/cobra v1.7.0 | ||
go.uber.org/zap v1.26.0 | ||
golang.org/x/text v0.13.0 | ||
google.golang.org/grpc v1.58.3 | ||
github.com/spf13/cobra v1.8.0 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 | ||
golang.org/x/text v0.14.0 | ||
google.golang.org/grpc v1.62.1 | ||
gopkg.in/square/go-jose.v2 v2.6.0 | ||
) | ||
|
||
require ( | ||
filippo.io/age v1.1.1 // indirect | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.21.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.18.44 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.42 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.89 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.44 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.37 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.15.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.23.1 // indirect | ||
github.com/aws/smithy-go v1.15.0 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.27.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.20.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.28.4 // indirect | ||
github.com/aws/smithy-go v1.20.1 // indirect | ||
github.com/benbjohnson/clock v1.3.5 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/distribution/reference v0.5.0 // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker v24.0.6+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.0 // indirect | ||
github.com/docker/docker v25.0.4+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.1 // indirect | ||
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/doug-martin/goqu/v9 v9.18.0 // indirect | ||
github.com/doug-martin/goqu/v9 v9.19.0 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/fvbommel/sortorder v1.1.0 // indirect | ||
github.com/glebarez/go-sqlite v1.21.2 // indirect | ||
github.com/go-jose/go-jose/v3 v3.0.0 // indirect | ||
github.com/glebarez/go-sqlite v1.22.0 // indirect | ||
github.com/go-jose/go-jose/v3 v3.0.3 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/uuid v1.3.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.17.0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/miekg/pkcs11 v1.1.1 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/moby/sys/sequential v0.5.0 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect | ||
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
github.com/pquerna/xjwt v0.2.0 // indirect | ||
github.com/prometheus/client_golang v1.17.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/prometheus/client_golang v1.19.0 // indirect | ||
github.com/prometheus/client_model v0.6.0 // indirect | ||
github.com/prometheus/common v0.50.0 // indirect | ||
github.com/prometheus/procfs v0.13.0 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/sagikazarmark/locafero v0.3.0 // indirect | ||
github.com/sagikazarmark/locafero v0.4.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/segmentio/ksuid v1.0.4 // indirect | ||
github.com/shirou/gopsutil/v3 v3.23.9 // indirect | ||
github.com/shirou/gopsutil/v3 v3.24.2 // indirect | ||
github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.10.0 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.6.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.17.0 // indirect | ||
github.com/spf13/viper v1.18.2 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/theupdateframework/notary v0.7.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
github.com/tklauser/go-sysconf v0.3.13 // indirect | ||
github.com/tklauser/numcpus v0.7.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect | ||
go.opentelemetry.io/otel v1.24.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.24.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.24.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/ratelimit v0.3.0 // indirect | ||
golang.org/x/crypto v0.14.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.17.0 // indirect | ||
golang.org/x/oauth2 v0.13.0 // indirect | ||
golang.org/x/sync v0.4.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/term v0.13.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
go.uber.org/ratelimit v0.3.1 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.16.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/oauth2 v0.18.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
golang.org/x/tools v0.19.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
modernc.org/libc v1.24.1 // indirect | ||
modernc.org/libc v1.44.0 // indirect | ||
modernc.org/mathutil v1.6.0 // indirect | ||
modernc.org/memory v1.7.2 // indirect | ||
modernc.org/sqlite v1.26.0 // indirect | ||
modernc.org/sqlite v1.29.4 // indirect | ||
) |
Oops, something went wrong.