2026-03-22 01:53:16 +00:00
|
|
|
module dappco.re/go/core/build
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
|
|
|
|
|
go 1.26.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-03-26 14:58:13 +00:00
|
|
|
dappco.re/go/core v0.8.0-alpha.1
|
2026-03-22 01:34:37 +00:00
|
|
|
dappco.re/go/core/api v0.2.0
|
|
|
|
|
dappco.re/go/core/i18n v0.2.0
|
|
|
|
|
dappco.re/go/core/io v0.2.0
|
|
|
|
|
dappco.re/go/core/log v0.1.0
|
2026-03-26 17:41:53 +00:00
|
|
|
dappco.re/go/core/process v0.3.0
|
2026-03-22 01:34:37 +00:00
|
|
|
dappco.re/go/core/ws v0.3.0
|
2026-04-04 16:21:12 +01:00
|
|
|
dappco.re/go/core/cli v0.3.7
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/Snider/Borg v0.2.0
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/gin-gonic/gin v1.12.0
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/leaanthony/debme v1.2.1
|
|
|
|
|
github.com/leaanthony/gosod v1.0.4
|
2026-03-17 17:48:03 +00:00
|
|
|
github.com/oasdiff/kin-openapi v0.136.1
|
2026-03-16 22:19:48 +00:00
|
|
|
github.com/oasdiff/oasdiff v1.12.3
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-03-15 15:28:58 +00:00
|
|
|
golang.org/x/net v0.52.0
|
|
|
|
|
golang.org/x/text v0.35.0
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
cloud.google.com/go v0.123.0 // indirect
|
2026-04-04 16:21:12 +01:00
|
|
|
dappco.re/go/core v0.3.2 // indirect
|
|
|
|
|
dappco.re/go/core/i18n v0.1.7 // indirect
|
|
|
|
|
dappco.re/go/core/inference v0.1.7 // indirect
|
|
|
|
|
dappco.re/go/core/log v0.0.4 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.88 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/TwiN/go-color v1.4.1 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
|
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
|
2026-03-17 17:48:03 +00:00
|
|
|
github.com/bytedance/gopkg v0.1.4 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/bytedance/sonic v1.15.0 // indirect
|
|
|
|
|
github.com/bytedance/sonic/loader v0.5.0 // indirect
|
|
|
|
|
github.com/casbin/casbin/v2 v2.135.0 // indirect
|
|
|
|
|
github.com/casbin/govaluate v1.10.0 // indirect
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/charmbracelet/bubbletea v1.3.10 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/charmbracelet/colorprofile v0.4.3 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834 // indirect
|
|
|
|
|
github.com/charmbracelet/x/ansi v0.11.6 // indirect
|
|
|
|
|
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
|
|
|
|
|
github.com/charmbracelet/x/term v0.2.2 // indirect
|
|
|
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
|
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/cloudwego/base64x v0.1.6 // indirect
|
|
|
|
|
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
|
|
|
|
|
github.com/gin-contrib/authz v1.0.6 // indirect
|
|
|
|
|
github.com/gin-contrib/cors v1.7.6 // indirect
|
|
|
|
|
github.com/gin-contrib/expvar v1.0.3 // indirect
|
|
|
|
|
github.com/gin-contrib/gzip v1.2.5 // indirect
|
|
|
|
|
github.com/gin-contrib/httpsign v1.0.3 // indirect
|
|
|
|
|
github.com/gin-contrib/location/v2 v2.0.0 // indirect
|
|
|
|
|
github.com/gin-contrib/pprof v1.5.3 // indirect
|
|
|
|
|
github.com/gin-contrib/secure v1.1.2 // indirect
|
|
|
|
|
github.com/gin-contrib/sessions v1.0.4 // indirect
|
|
|
|
|
github.com/gin-contrib/slog v1.2.0 // indirect
|
|
|
|
|
github.com/gin-contrib/sse v1.1.0 // indirect
|
|
|
|
|
github.com/gin-contrib/static v1.1.5 // indirect
|
|
|
|
|
github.com/gin-contrib/timeout v1.1.0 // indirect
|
|
|
|
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
|
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.22.5 // indirect
|
|
|
|
|
github.com/go-openapi/jsonreference v0.21.5 // indirect
|
|
|
|
|
github.com/go-openapi/spec v0.22.4 // indirect
|
|
|
|
|
github.com/go-openapi/swag/conv v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/loading v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
|
|
|
|
|
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
|
|
github.com/go-playground/validator/v10 v10.30.1 // indirect
|
|
|
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
|
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
|
|
|
github.com/gorilla/sessions v1.4.0 // indirect
|
|
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/mailru/easyjson v0.9.2 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.21 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
|
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
|
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
|
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
2026-03-16 22:19:48 +00:00
|
|
|
github.com/oasdiff/yaml v0.0.1 // indirect
|
|
|
|
|
github.com/oasdiff/yaml3 v0.0.1 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
|
|
|
github.com/quic-go/quic-go v0.59.0 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.18.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
github.com/sosodev/duration v1.4.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/spf13/cobra v1.10.2 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/swaggo/files v1.0.1 // indirect
|
|
|
|
|
github.com/swaggo/gin-swagger v1.6.1 // indirect
|
|
|
|
|
github.com/swaggo/swag v1.16.6 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
2026-03-14 13:42:30 +00:00
|
|
|
github.com/tidwall/match v1.2.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
|
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
|
|
|
github.com/ugorji/go/codec v1.3.1 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.15 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.32 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/wI2L/jsondiff v0.7.0 // indirect
|
2026-03-14 13:42:30 +00:00
|
|
|
github.com/woodsbury/decimal128 v1.4.0 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
|
|
|
github.com/yargevad/filepathx v1.0.0 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
|
|
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.67.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v1.42.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.42.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.42.0 // indirect
|
|
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2026-03-15 15:28:58 +00:00
|
|
|
golang.org/x/arch v0.25.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.49.0 // indirect
|
|
|
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.36.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
|
|
|
golang.org/x/term v0.41.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.43.0 // indirect
|
2026-03-14 13:38:59 +00:00
|
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
|
|
|
)
|