-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prototype pkg as a sub module
- Loading branch information
1 parent
2ff8b19
commit ff47119
Showing
3 changed files
with
783 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,192 @@ | ||
module github.com/speakeasy-api/speakeasy/pkg | ||
|
||
go 1.23.0 | ||
|
||
replace github.com/speakeasy-api/speakeasy => ../ | ||
|
||
replace github.com/pb33f/doctor v0.0.8 => github.com/speakeasy-api/doctor v0.0.0-20240920145439-74ab55243125 | ||
|
||
replace github.com/pb33f/libopenapi => github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939 | ||
|
||
replace github.com/daveshanley/vacuum => github.com/speakeasy-api/vacuum v0.0.0-20240926095216-18e2075ffe0f | ||
|
||
require ( | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-version v1.7.0 | ||
github.com/pb33f/libopenapi v0.18.1 | ||
github.com/speakeasy-api/openapi-overlay v0.9.0 | ||
github.com/speakeasy-api/sdk-gen-config v1.27.4 | ||
github.com/speakeasy-api/speakeasy-core v0.16.0 | ||
github.com/stretchr/testify v1.9.0 | ||
go.uber.org/zap v1.27.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/AlekSi/pointer v1.2.0 | ||
github.com/speakeasy-api/speakeasy v0.0.0-00010101000000-000000000000 | ||
) | ||
|
||
require ( | ||
atomicgo.dev/cursor v0.2.0 // indirect | ||
atomicgo.dev/keyboard v0.2.9 // indirect | ||
atomicgo.dev/schedule v0.1.0 // indirect | ||
dario.cat/mergo v1.0.1 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.3.0 // indirect | ||
github.com/Masterminds/sprig/v3 v3.3.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect | ||
github.com/agext/levenshtein v1.2.1 // indirect | ||
github.com/alecthomas/chroma v0.10.0 // indirect | ||
github.com/alecthomas/chroma/v2 v2.8.0 // indirect | ||
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
github.com/atotto/clipboard v0.1.4 // indirect | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/bahlo/generic-list-go v0.2.0 // indirect | ||
github.com/buger/jsonparser v1.1.1 // indirect | ||
github.com/catppuccin/go v0.2.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/charmbracelet/bubbles v0.20.0 // indirect | ||
github.com/charmbracelet/bubbletea v1.1.1 // indirect | ||
github.com/charmbracelet/glamour v0.7.0 // indirect | ||
github.com/charmbracelet/huh v0.5.1 // indirect | ||
github.com/charmbracelet/lipgloss v0.13.0 // indirect | ||
github.com/charmbracelet/x/ansi v0.2.3 // indirect | ||
github.com/charmbracelet/x/exp/strings v0.0.0-20240617190524-788ec55faed1 // indirect | ||
github.com/charmbracelet/x/term v0.2.0 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/daveshanley/vacuum v0.11.1 // indirect | ||
github.com/dlclark/regexp2 v1.11.4 // indirect | ||
github.com/dop251/goja v0.0.0-20240919115326-6c7d1df7ff05 // indirect | ||
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc // indirect | ||
github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect | ||
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect | ||
github.com/ettle/strcase v0.2.0 // indirect | ||
github.com/evanw/esbuild v0.24.0 // indirect | ||
github.com/forPelevin/gomoji v1.2.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gammban/numtow v0.0.2 // indirect | ||
github.com/gertd/go-pluralize v0.2.1 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
github.com/go-git/go-billy/v5 v5.5.0 // indirect | ||
github.com/go-git/go-git/v5 v5.12.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gookit/color v1.5.4 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/hcl/v2 v2.22.0 // indirect | ||
github.com/huandu/xstrings v1.5.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
github.com/lithammer/fuzzysearch v1.1.8 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-localereader v0.0.1 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.25 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect | ||
github.com/muesli/cancelreader v0.2.2 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pb33f/doctor v0.0.12 // indirect | ||
github.com/pb33f/libopenapi-validator v0.1.0 // indirect | ||
github.com/pb33f/openapi-changes v0.0.61 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pjbgf/sha1cd v0.3.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/posthog/posthog-go v1.2.24 // indirect | ||
github.com/pterm/pterm v0.12.79 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect | ||
github.com/sagikazarmark/locafero v0.4.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sahilm/fuzzy v0.1.1 // indirect | ||
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect | ||
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect | ||
github.com/sethvargo/go-envconfig v0.9.0 // indirect | ||
github.com/sethvargo/go-githubactions v1.1.0 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
github.com/skeema/knownhosts v1.2.2 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/speakeasy-api/easytemplate v0.11.1 // indirect | ||
github.com/speakeasy-api/huh v1.1.2 // indirect | ||
github.com/speakeasy-api/jsonpath v0.1.1 // indirect | ||
github.com/speakeasy-api/openapi-generation/v2 v2.457.2 // indirect | ||
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.14.11 // indirect | ||
github.com/speakeasy-api/versioning-reports v0.6.0 // indirect | ||
github.com/spewerspew/spew v0.0.0-20230513223542-89b69fbbe2bd // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/spf13/cobra v1.8.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.19.0 // indirect | ||
github.com/stoewer/go-strcase v1.3.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/tetratelabs/wazero v1.8.1 // indirect | ||
github.com/twinj/uuid v1.0.0 // indirect | ||
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect | ||
github.com/wk8/go-ordered-map/v2 v2.1.9-0.20240815153524-6ea36470d1bd // indirect | ||
github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/yuin/goldmark v1.7.1 // indirect | ||
github.com/yuin/goldmark-emoji v1.0.2 // indirect | ||
github.com/zclconf/go-cty v1.14.4 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect | ||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.31.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
oras.land/oras-go/v2 v2.5.0 // indirect | ||
) |
Oops, something went wrong.