2022-04-26 23:01:45 +00:00
|
|
|
module github.com/zitadel/zitadel
|
2020-03-18 09:38:32 +00:00
|
|
|
|
2024-05-07 08:44:39 +00:00
|
|
|
go 1.22.2
|
2020-03-18 14:46:41 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-16 13:26:53 +00:00
|
|
|
cloud.google.com/go/profiler v0.4.1
|
2024-07-04 06:28:56 +00:00
|
|
|
cloud.google.com/go/storage v1.43.0
|
|
|
|
github.com/BurntSushi/toml v1.4.0
|
2024-01-16 09:27:09 +00:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.0
|
2023-04-06 06:29:55 +00:00
|
|
|
github.com/Masterminds/squirrel v1.5.4
|
2021-10-28 15:35:24 +00:00
|
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
2024-11-04 10:44:51 +00:00
|
|
|
github.com/alicebob/miniredis/v2 v2.33.0
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/benbjohnson/clock v1.3.5
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/boombuler/barcode v1.0.2
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/brianvoe/gofakeit/v6 v6.28.0
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/cockroachdb/cockroach-go/v2 v2.3.8
|
2023-07-12 17:46:50 +00:00
|
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
2023-10-26 15:03:57 +00:00
|
|
|
github.com/crewjam/saml v0.4.14
|
2023-05-24 10:22:00 +00:00
|
|
|
github.com/descope/virtualwebauthn v1.0.2
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/dop251/goja v0.0.0-20240627195025-eb1f15ee67d2
|
|
|
|
github.com/dop251/goja_nodejs v0.0.0-20240418154818-2aae10d4cbcf
|
2023-01-23 07:11:40 +00:00
|
|
|
github.com/drone/envsubst v1.0.3
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/envoyproxy/protoc-gen-validate v1.0.4
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/fatih/color v1.17.0
|
|
|
|
github.com/gabriel-vasile/mimetype v1.4.4
|
2024-09-06 12:47:57 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.1.0
|
2024-08-06 13:07:55 +00:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.4
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.8
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/go-webauthn/webauthn v0.10.2
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/gorilla/csrf v1.7.2
|
|
|
|
github.com/gorilla/mux v1.8.1
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/gorilla/schema v1.4.1
|
2023-11-10 15:02:53 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.2
|
2024-09-06 12:47:57 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2023-04-06 06:29:55 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
2020-11-20 06:57:39 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
2024-10-31 14:57:17 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
|
2023-01-23 07:11:40 +00:00
|
|
|
github.com/h2non/gock v1.2.0
|
2024-04-23 11:23:50 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
2022-02-14 16:22:30 +00:00
|
|
|
github.com/improbable-eng/grpc-web v0.15.0
|
2024-10-04 13:15:41 +00:00
|
|
|
github.com/jackc/pgx/v5 v5.7.0
|
2023-01-23 07:11:40 +00:00
|
|
|
github.com/jarcoal/jpath v0.0.0-20140328210829-f76b8b2dbf52
|
2020-08-17 07:56:06 +00:00
|
|
|
github.com/jinzhu/gorm v1.9.16
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/k3a/html2text v1.2.1
|
feat: label policy (#1708)
* feat: label policy proto extension
* feat: label policy and activate event
* feat: label policy asset events
* feat: label policy asset commands
* feat: add storage key
* feat: storage key validation
* feat: label policy asset tests
* feat: label policy query side
* feat: avatar
* feat: avatar event
* feat: human avatar
* feat: avatar read side
* feat: font on iam label policy
* feat: label policy font
* feat: possiblity to create bucket on put file
* uplaoder
* login policy logo
* set bucket prefix
* feat: avatar upload
* feat: avatar upload
* feat: use assets on command side
* feat: fix human avatar removed event
* feat: remove human avatar
* feat: mock asset storage
* feat: remove human avatar
* fix(operator): add configuration of asset storage to zitadel operator
* feat(console): private labeling policy (#1697)
* private labeling component, routing, preview
* font, colors, upload, i18n
* show logo
* fix: uniqueness (#1710)
* fix: uniqueconstraint to lower
* feat: change org
* feat: org change test
* feat: change org
* fix: tests
* fix: handle domain claims correctly
* feat: update org
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
* fix: handle domain claimed event correctly for service users (#1711)
* fix: handle domain claimed event correctly on user view
* fix: ignore domain claimed events for email notifications
* fix: change org
* handle org changed in read models correctly
* fix: change org in user grant handler
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
* fix: correct value (#1695)
* docs(api): correct link (#1712)
* upload service
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
* feat: fix tests,
* feat: remove assets from label policy
* fix npm, set environment
* lint ts
* remove stylelinting
* fix(operator): add mapping for console with changed unit tests
* fix(operator): add secrets as env variables to pod
* feat: remove human avatar
* fix(operator): add secrets as env variables to pod
* feat: map label policy
* feat: labelpolicy, admin, mgmt, adv settings (#1715)
* fetch label policy, mgmt, admin service
* feat: advanced beh, links, add, update
* lint ts
* feat: watermark
* feat: remove human avatar
* feat: remove human avatar
* feat: remove human avatar
* feat: remove human avatar
* feat: remove human avatar
* feat: remove human avatar
* feat: remove human avatar
* feat: custom css
* css
* css
* css
* css
* css
* getobject
* feat: dynamic handler
* feat: varibale css
* content info
* css overwrite
* feat: variablen css
* feat: generate css file
* feat: dark mode
* feat: dark mode
* fix logo css
* feat: upload logos
* dark mode with cookie
* feat: handle images in login
* avatar css and begin font
* feat: avatar
* feat: user avatar
* caching of static assets in login
* add avatar.js to main.html
* feat: header dont show logo if no url
* feat: label policy colors
* feat: mock asset storage
* feat: mock asset storage
* feat: fix tests
* feat: user avatar
* feat: header logo
* avatar
* avatar
* make it compatible with go 1.15
* feat: remove unused logos
* fix handler
* fix: styling error handling
* fonts
* fix: download func
* switch to mux
* fix: change upload api to assets
* fix build
* fix: download avatar
* fix: download logos
* fix: my avatar
* font
* fix: remove error msg popup possibility
* fix: docs
* fix: svalidate colors
* rem msg popup from frontend
* fix: email with private labeling
* fix: tests
* fix: email templates
* fix: change migration version
* fix: fix duplicate imports
* fix(console): assets, service url, upload, policy current and preview (#1781)
* upload endpoint, layout
* fetch current, preview, fix upload
* cleanup private labeling
* fix linting
* begin generated asset handler
* generate asset api in dockerfile
* features for label policy
* features for label policy
* features
* flag for asset generator
* change asset generator flag
* fix label policy view in grpc
* fix: layout, activate policy (#1786)
* theme switcher up on top
* change layout
* activate policy
* feat(console): label policy back color, layout (#1788)
* theme switcher up on top
* change layout
* activate policy
* fix overwrite value fc
* reset policy, reset service
* autosave policy, preview desc, layout impv
* layout, i18n
* background colors, inject material styles
* load images
* clean, lint
* fix layout
* set custom hex
* fix content size conversion
* remove font format in generated css
* fix features for assets
* fix(console): label policy colors, image downloads, preview (#1804)
* load images
* colors, images binding
* lint
* refresh emitter
* lint
* propagate font colors
* upload error handling
* label policy feature check
* add blob in csp for console
* log
* fix: feature edits for label policy, refresh state on upload (#1807)
* show error on load image, stop spinner
* fix merge
* fix migration versions
* fix assets
* fix csp
* fix background color
* scss
* fix build
* lint scss
* fix statik for console
* fix features check for label policy
* cleanup
* lint
* public links
* fix notifications
* public links
* feat: merge main
* feat: fix translation files
* fix migration
* set api domain
* fix logo in email
* font face in email
* font face in email
* validate assets on upload
* cleanup
* add missing translations
* add missing translations
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Stefan Benz <stefan@caos.ch>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Florian Forster <florian@caos.ch>
2021-06-04 12:53:51 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.73
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
|
|
github.com/muesli/gamut v0.3.1
|
2023-04-19 08:46:02 +00:00
|
|
|
github.com/muhlemmer/gu v0.3.1
|
2023-10-17 15:19:51 +00:00
|
|
|
github.com/muhlemmer/httpforwarded v0.1.0
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.4.0
|
2024-10-04 13:15:41 +00:00
|
|
|
github.com/pashagolub/pgxmock/v4 v4.3.0
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/pquerna/otp v1.4.0
|
2020-05-13 12:41:43 +00:00
|
|
|
github.com/rakyll/statik v0.1.7
|
2024-11-04 10:44:51 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.7.0
|
2024-10-31 14:57:17 +00:00
|
|
|
github.com/rs/cors v1.11.1
|
2024-03-12 13:50:13 +00:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
2024-11-13 18:11:48 +00:00
|
|
|
github.com/sony/gobreaker/v2 v2.0.0
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/sony/sonyflake v1.2.0
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
github.com/spf13/viper v1.19.0
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2022-03-24 13:00:24 +00:00
|
|
|
github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203
|
2021-08-10 05:27:27 +00:00
|
|
|
github.com/ttacon/libphonenumber v1.2.1
|
2024-09-26 07:14:33 +00:00
|
|
|
github.com/twilio/twilio-go v1.22.2
|
2024-10-04 12:48:00 +00:00
|
|
|
github.com/zitadel/logging v0.6.1
|
2024-10-31 14:57:17 +00:00
|
|
|
github.com/zitadel/oidc/v3 v3.32.0
|
2024-06-25 08:10:49 +00:00
|
|
|
github.com/zitadel/passwap v0.6.0
|
2024-08-29 13:16:14 +00:00
|
|
|
github.com/zitadel/saml v0.2.0
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/zitadel/schema v1.3.0
|
2024-07-04 06:28:56 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
|
2024-10-31 14:57:17 +00:00
|
|
|
go.opentelemetry.io/otel v1.29.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0
|
2024-07-04 06:28:56 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.50.0
|
2024-10-31 14:57:17 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0
|
|
|
|
go.opentelemetry.io/otel/metric v1.29.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.29.0
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.29.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.29.0
|
2024-01-16 09:27:09 +00:00
|
|
|
go.uber.org/mock v0.4.0
|
2024-10-04 13:15:41 +00:00
|
|
|
golang.org/x/crypto v0.27.0
|
2024-07-04 06:28:56 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
|
2024-10-31 14:57:17 +00:00
|
|
|
golang.org/x/net v0.28.0
|
|
|
|
golang.org/x/oauth2 v0.23.0
|
2024-08-23 12:43:46 +00:00
|
|
|
golang.org/x/sync v0.8.0
|
2024-10-31 14:57:17 +00:00
|
|
|
golang.org/x/text v0.19.0
|
2024-07-04 06:28:56 +00:00
|
|
|
google.golang.org/api v0.187.0
|
2024-10-31 14:57:17 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd
|
2024-07-04 06:28:56 +00:00
|
|
|
google.golang.org/grpc v1.65.0
|
2024-06-13 09:32:27 +00:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2023-10-26 15:03:57 +00:00
|
|
|
sigs.k8s.io/yaml v1.4.0
|
2020-03-18 14:46:41 +00:00
|
|
|
)
|
2021-10-27 12:55:03 +00:00
|
|
|
|
2021-12-16 14:21:37 +00:00
|
|
|
require (
|
2024-07-04 06:28:56 +00:00
|
|
|
cloud.google.com/go/auth v0.6.1 // indirect
|
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.0 // indirect
|
2024-11-04 10:44:51 +00:00
|
|
|
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
2024-10-31 14:57:17 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
|
2023-09-29 09:26:14 +00:00
|
|
|
github.com/crewjam/httperr v0.2.0 // indirect
|
2024-11-04 10:44:51 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
2024-06-13 09:32:27 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/go-webauthn/x v0.1.9 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
2024-09-26 07:14:33 +00:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/google/go-tpm v0.9.0 // indirect
|
2024-08-16 13:26:53 +00:00
|
|
|
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
|
2023-10-26 15:03:57 +00:00
|
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
2024-03-27 13:48:22 +00:00
|
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
2024-03-27 13:48:22 +00:00
|
|
|
github.com/lib/pq v1.10.9 // indirect
|
2023-09-29 09:26:14 +00:00
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
2023-12-05 17:01:03 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-01-16 09:27:09 +00:00
|
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
2023-10-26 15:03:57 +00:00
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
2024-11-04 10:44:51 +00:00
|
|
|
github.com/yuin/gopher-lua v1.1.1 // indirect
|
2023-09-29 09:26:14 +00:00
|
|
|
github.com/zenazn/goji v1.0.1 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-01-16 09:27:09 +00:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
|
2024-10-31 14:57:17 +00:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-04 06:28:56 +00:00
|
|
|
cloud.google.com/go v0.115.0 // indirect
|
2024-06-13 09:32:27 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
cloud.google.com/go/iam v1.1.8 // indirect
|
|
|
|
cloud.google.com/go/trace v1.10.7 // indirect
|
2023-02-15 08:14:59 +00:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
2022-09-12 16:18:08 +00:00
|
|
|
github.com/amdonov/xmlsig v0.1.0 // indirect
|
2024-01-16 09:27:09 +00:00
|
|
|
github.com/beevik/etree v1.3.0
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-10-26 15:03:57 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2022-02-14 16:22:30 +00:00
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/dsoprea/go-exif v0.0.0-20230826092837-6579e82b732d // indirect
|
|
|
|
github.com/dsoprea/go-exif/v2 v2.0.0-20230826092837-6579e82b732d // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect
|
|
|
|
github.com/dsoprea/go-jpeg-image-structure v0.0.0-20221012074422-4f3f7e934102 // indirect
|
|
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
|
|
|
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect
|
|
|
|
github.com/dsoprea/go-png-image-structure v0.0.0-20210512210324-29b889a6093d // indirect
|
|
|
|
github.com/dsoprea/go-utility v0.0.0-20221003172846-a3e1774ef349 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-03-11 10:43:56 +00:00
|
|
|
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
|
|
|
github.com/go-errors/errors v1.5.1 // indirect
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2024-01-29 15:11:52 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
|
2023-11-13 10:41:29 +00:00
|
|
|
github.com/gorilla/handlers v1.5.2 // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/h2non/filetype v1.1.3 // indirect
|
2023-01-23 07:11:40 +00:00
|
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
2022-02-09 14:01:19 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-08-31 07:52:43 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2024-10-04 13:15:41 +00:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
2023-11-21 12:11:38 +00:00
|
|
|
github.com/jonboulle/clockwork v0.4.0
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762 // indirect
|
2023-02-27 21:36:43 +00:00
|
|
|
github.com/muesli/kmeans v0.3.1 // indirect
|
2024-06-20 13:31:58 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
2024-06-13 09:32:27 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.1
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2024-07-04 06:28:56 +00:00
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
2024-06-13 09:32:27 +00:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
2023-08-15 15:04:45 +00:00
|
|
|
github.com/russellhaering/goxmldsig v1.4.0 // indirect
|
2023-06-09 15:18:14 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-01-16 09:27:09 +00:00
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2024-02-21 12:26:51 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-09-01 10:32:13 +00:00
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
|
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2024-04-15 09:17:36 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
|
2023-01-23 07:11:40 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-10-31 14:57:17 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
|
2024-06-13 09:32:27 +00:00
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
2024-10-04 12:48:00 +00:00
|
|
|
golang.org/x/sys v0.25.0
|
2023-02-27 21:36:43 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-09-12 16:18:08 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-04-15 09:17:36 +00:00
|
|
|
nhooyr.io/websocket v1.8.11 // indirect
|
2021-12-16 14:21:37 +00:00
|
|
|
)
|