-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update baton-sdk to v0.18.4 #93
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,127 +1,147 @@ | ||
| module github.com/conductorone/baton-gitlab | ||
|
|
||
| go 1.23.4 | ||
|
|
||
| toolchain go1.24.1 | ||
| go 1.25.2 | ||
|
|
||
| require ( | ||
| github.com/conductorone/baton-sdk v0.3.35 | ||
| github.com/conductorone/baton-sdk v0.18.4 | ||
| github.com/ennyjfrick/ruleguard-logfatal v0.0.2 | ||
| github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
| github.com/quasilyte/go-ruleguard/dsl v0.3.23 | ||
| go.uber.org/zap v1.27.0 | ||
| google.golang.org/grpc v1.71.0 | ||
| google.golang.org/protobuf v1.36.5 | ||
| go.uber.org/zap v1.28.0 | ||
| google.golang.org/grpc v1.81.0 | ||
| google.golang.org/protobuf v1.36.11 | ||
| ) | ||
|
|
||
| require ( | ||
| filippo.io/age v1.2.1 // indirect | ||
| filippo.io/edwards25519 v1.1.0 // indirect | ||
| filippo.io/edwards25519 v1.1.1 // indirect | ||
| github.com/DataDog/zstd v1.5.7 // indirect | ||
| github.com/Masterminds/semver/v3 v3.4.0 // indirect | ||
| github.com/RaduBerinde/axisds v0.1.0 // indirect | ||
| github.com/RaduBerinde/btreemap v0.0.0-20260105202824-d3184786f603 // indirect | ||
| github.com/aws/aws-lambda-go v1.47.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect | ||
| github.com/aws/aws-sdk-go-v2/config v1.29.2 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.55 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/lambda v1.71.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/s3 v1.75.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect | ||
| github.com/aws/smithy-go v1.22.2 // indirect | ||
| github.com/aws/aws-sdk-go-v2 v1.41.7 // indirect | ||
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.10 // indirect | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.17 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.19.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.9 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.23 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/lambda v1.88.5 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.30.17 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.42.1 // indirect | ||
| github.com/aws/smithy-go v1.25.1 // indirect | ||
| github.com/benbjohnson/clock v1.3.5 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
| github.com/conductorone/dpop v0.2.3 // indirect | ||
| github.com/conductorone/dpop/integrations/dpop_grpc v0.2.3 // indirect | ||
| github.com/conductorone/dpop/integrations/dpop_oauth2 v0.2.3 // indirect | ||
| github.com/deckarep/golang-set/v2 v2.7.0 // indirect | ||
| github.com/dolthub/maphash v0.1.0 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.3 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/cockroachdb/crlib v0.0.0-20251122031428-fe658a2dbda1 // indirect | ||
| github.com/cockroachdb/errors v1.11.3 // indirect | ||
| github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect | ||
| github.com/cockroachdb/pebble/v2 v2.1.5 // indirect | ||
| github.com/cockroachdb/redact v1.1.5 // indirect | ||
| github.com/cockroachdb/swiss v0.0.0-20251224182025-b0f6560f979b // indirect | ||
| github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect | ||
| github.com/conductorone/dpop v0.2.6 // indirect | ||
| github.com/conductorone/dpop/integrations/dpop_grpc v0.2.4 // indirect | ||
| github.com/conductorone/dpop/integrations/dpop_oauth2 v0.2.5 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/deckarep/golang-set/v2 v2.9.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.2.1 // indirect | ||
| github.com/ebitengine/purego v0.10.0 // indirect | ||
| github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect | ||
| github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
| github.com/gammazero/deque v1.0.0 // indirect | ||
| github.com/glebarez/go-sqlite v1.22.0 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.0.5 // indirect | ||
| github.com/go-logr/logr v1.4.2 // indirect | ||
| github.com/getsentry/sentry-go v0.27.0 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.4 // indirect | ||
| github.com/go-logr/logr v1.4.3 // 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.4 // indirect | ||
| github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect | ||
| github.com/hashicorp/hcl v1.0.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jellydator/ttlcache/v3 v3.3.0 // indirect | ||
| github.com/klauspost/compress v1.17.11 // indirect | ||
| github.com/klauspost/compress v1.18.6 // indirect | ||
| github.com/kr/pretty v0.3.1 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect | ||
| github.com/magiconair/properties v1.8.9 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/maypok86/otter v1.2.4 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
| github.com/maypok86/otter/v2 v2.3.0 // indirect | ||
| github.com/minio/minlz v1.0.2-0.20260119185444-845e64f85661 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/ncruces/go-strftime v0.1.9 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
| github.com/ncruces/go-strftime v1.0.0 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
| github.com/pquerna/cachecontrol v0.2.0 // indirect | ||
| github.com/pquerna/xjwt v0.3.0 // indirect | ||
| github.com/pquerna/xjwt v0.4.0 // indirect | ||
| github.com/pquerna/xjwt/xkeyset v0.0.0-20241217022915-10fc997b2a9f // indirect | ||
| github.com/prometheus/client_golang v1.16.0 // indirect | ||
| github.com/prometheus/client_model v0.3.0 // indirect | ||
| github.com/prometheus/common v0.42.0 // indirect | ||
| github.com/prometheus/procfs v0.10.1 // indirect | ||
| github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
| github.com/sagikazarmark/locafero v0.7.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.24.5 // indirect | ||
| github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
| github.com/shirou/gopsutil/v4 v4.26.4 // indirect | ||
| github.com/sourcegraph/conc v0.3.0 // indirect | ||
| github.com/spf13/afero v1.12.0 // indirect | ||
| github.com/spf13/afero v1.15.0 // indirect | ||
| github.com/spf13/cast v1.7.1 // indirect | ||
| github.com/spf13/cobra v1.8.1 // indirect | ||
| github.com/spf13/pflag v1.0.6 // indirect | ||
| github.com/spf13/cobra v1.10.2 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| github.com/spf13/viper v1.19.0 // indirect | ||
| github.com/stretchr/objx v0.5.2 // indirect | ||
| github.com/stretchr/testify v1.11.1 // indirect | ||
| github.com/subosito/gotenv v1.6.0 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
| github.com/tklauser/numcpus v0.9.0 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.16 // indirect | ||
| github.com/tklauser/numcpus v0.11.0 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/contrib/bridges/otelzap v0.10.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect | ||
| go.opentelemetry.io/otel v1.35.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.11.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/log v0.11.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.35.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.35.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.11.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.35.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.5.0 // indirect | ||
| go.mongodb.org/mongo-driver v1.17.4 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/bridges/otelzap v0.14.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect | ||
| go.opentelemetry.io/otel v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.43.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.9.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/ratelimit v0.3.1 // indirect | ||
| golang.org/x/crypto v0.36.0 // indirect | ||
| golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect | ||
| golang.org/x/net v0.36.0 // indirect | ||
| golang.org/x/oauth2 v0.28.0 // indirect | ||
| golang.org/x/sync v0.12.0 // indirect | ||
| golang.org/x/sys v0.31.0 // indirect | ||
| golang.org/x/term v0.30.0 // indirect | ||
| golang.org/x/text v0.23.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect | ||
| golang.org/x/crypto v0.50.0 // indirect | ||
| golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect | ||
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/oauth2 v0.36.0 // indirect | ||
| golang.org/x/sync v0.20.0 // indirect | ||
| golang.org/x/sys v0.43.0 // indirect | ||
| golang.org/x/term v0.42.0 // indirect | ||
| golang.org/x/text v0.36.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260311181403-84a4fc48630c // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260504160031-60b97b32f348 // 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 | ||
| modernc.org/libc v1.61.10 // indirect | ||
| modernc.org/libc v1.72.0 // indirect | ||
| modernc.org/mathutil v1.7.1 // indirect | ||
| modernc.org/memory v1.8.2 // indirect | ||
| modernc.org/sqlite v1.34.5 // indirect | ||
| modernc.org/memory v1.11.0 // indirect | ||
| modernc.org/sqlite v1.50.0 // indirect | ||
| ) | ||
|
|
||
| replace gitlab.com/gitlab-org/api/client-go => gitlab.com/jirwin/client-go v0.123.1-0.20250228021302-c3f0af7d3169 |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this whole file can go away, since its redundant to the verify.yaml via baton-admin but can be another pr later on