2021-08-01 00:08:25 +00:00
|
|
|
module code.tnxs.net/vernonkeenan/lib
|
2021-07-31 03:05:02 +00:00
|
|
|
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
go 1.25.0
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
require (
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
github.com/go-openapi/errors v0.22.8
|
|
|
|
|
github.com/go-openapi/runtime v0.32.4
|
|
|
|
|
github.com/go-openapi/strfmt v0.26.3
|
|
|
|
|
github.com/go-openapi/swag/conv v0.27.0
|
|
|
|
|
github.com/go-openapi/swag/jsonutils v0.27.0
|
|
|
|
|
github.com/go-openapi/swag/typeutils v0.27.0
|
|
|
|
|
github.com/go-openapi/validate v0.26.0
|
2024-01-22 15:39:53 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
|
|
|
github.com/prometheus/client_golang v1.18.0
|
|
|
|
|
github.com/rs/cors v1.10.1
|
|
|
|
|
github.com/spf13/viper v1.18.2
|
|
|
|
|
go.uber.org/zap v1.26.0
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
|
github.com/go-openapi/analysis v0.25.2 // indirect
|
|
|
|
|
github.com/go-openapi/jsonpointer v0.23.1 // indirect
|
|
|
|
|
github.com/go-openapi/jsonreference v0.21.6 // indirect
|
|
|
|
|
github.com/go-openapi/loads v0.24.0 // indirect
|
|
|
|
|
github.com/go-openapi/runtime/server-middleware v0.30.0 // indirect
|
|
|
|
|
github.com/go-openapi/spec v0.22.6 // indirect
|
|
|
|
|
github.com/go-openapi/swag/fileutils v0.26.1 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonname v0.26.1 // indirect
|
|
|
|
|
github.com/go-openapi/swag/loading v0.26.1 // indirect
|
|
|
|
|
github.com/go-openapi/swag/mangling v0.26.1 // indirect
|
|
|
|
|
github.com/go-openapi/swag/stringutils v0.26.1 // indirect
|
|
|
|
|
github.com/go-openapi/swag/yamlutils v0.26.1 // indirect
|
|
|
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
|
github.com/oklog/ulid/v2 v2.1.1 // indirect
|
|
|
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
|
github.com/prometheus/common v0.46.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
|
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
|
|
|
github.com/sourcegraph/conc v0.3.0 // 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/subosito/gotenv v1.6.0 // indirect
|
|
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.44.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.44.0 // indirect
|
|
|
|
|
go.uber.org/goleak v1.3.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2024-01-22 15:39:53 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
golang.org/x/net v0.55.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.21.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
|
|
|
golang.org/x/text v0.37.0 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-07-31 03:05:02 +00:00
|
|
|
)
|