Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 36 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ replace github.com/oauth2-proxy/mockoidc => github.com/keboola/go-mockoidc v0.0.

require (
ariga.io/atlas v1.2.0
entgo.io/ent v0.14.5
entgo.io/ent v0.14.6
github.com/ActiveState/vt10x v1.3.1
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/DataDog/dd-trace-go/v2 v2.7.3
github.com/DataDog/dd-trace-go/v2 v2.8.1
github.com/MichaelMure/go-term-markdown v0.1.4
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
github.com/Shopify/toxiproxy/v2 v2.12.0
Expand Down Expand Up @@ -42,15 +42,15 @@ require (
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
github.com/json-iterator/go v1.1.12
github.com/keboola/go-cloud-encrypt v0.0.0-20250422071622-41a5d5547c43
github.com/keboola/go-utils v1.4.0
github.com/keboola/go-utils v1.4.1
github.com/keboola/keboola-sdk-go/v2 v2.19.0
github.com/keboola/keboola-sdk-go/v2/transfer v1.1.0
github.com/klauspost/compress v1.18.5
github.com/klauspost/compress v1.18.6
github.com/klauspost/pgzip v1.2.6
github.com/kylelemons/godebug v1.1.0
github.com/lafikl/consistent v0.0.0-20220512074542-bdd3606bfc3e
github.com/lestrrat-go/strftime v1.1.1
github.com/mattn/go-sqlite3 v1.14.42
github.com/mattn/go-sqlite3 v1.14.44
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
github.com/oauth2-proxy/oauth2-proxy/v7 v7.15.2
Expand All @@ -70,13 +70,13 @@ require (
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/umisama/go-regexpcache v0.0.0-20150417035358-2444a542492f
github.com/valyala/fasthttp v1.70.0
github.com/valyala/fasthttp v1.71.0
github.com/valyala/fastjson v1.6.10
github.com/writeas/go-strip-markdown/v2 v2.1.1
github.com/xtaci/kcp-go/v5 v5.6.72
go.etcd.io/etcd/api/v3 v3.6.10
go.etcd.io/etcd/client/v3 v3.6.10
go.etcd.io/etcd/tests/v3 v3.6.10
go.etcd.io/etcd/api/v3 v3.6.11
go.etcd.io/etcd/client/v3 v3.6.11
go.etcd.io/etcd/tests/v3 v3.6.11
go.nhat.io/aferocopy/v2 v2.0.3
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
Expand All @@ -88,12 +88,12 @@ require (
go.opentelemetry.io/otel/sdk v1.43.0
go.opentelemetry.io/otel/sdk/metric v1.43.0
go.opentelemetry.io/otel/trace v1.43.0
go.uber.org/zap v1.27.1
go.uber.org/zap v1.28.0
goa.design/goa/v3 v3.26.0
goa.design/plugins/v3 v3.26.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/sync v0.20.0
google.golang.org/grpc v1.80.0
google.golang.org/grpc v1.81.0
gopkg.in/Knetic/govaluate.v3 v3.0.0
k8s.io/client-go v0.36.0
v.io/x/lib v0.1.21
Expand All @@ -115,6 +115,9 @@ require (
github.com/bgentry/speakeasy v0.2.0 // indirect
github.com/bitfield/gotestdox v0.2.2 // indirect
github.com/cheggaaa/pb/v3 v3.1.6 // indirect
github.com/clipperhouse/displaywidth v0.6.2 // indirect
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
Expand All @@ -127,7 +130,10 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/linkdata/deadlock v0.5.5 // indirect
github.com/minio/simdjson-go v0.4.5 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
github.com/olekukonko/errors v1.1.0 // indirect
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
github.com/olekukonko/tablewriter v1.1.3 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
github.com/prometheus/otlptranslator v1.0.0 // indirect
Expand All @@ -136,7 +142,7 @@ require (
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
github.com/trailofbits/go-mutexasserts v0.0.0-20250514102930-c1f3d2e37561 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.etcd.io/etcd/etcdctl/v3 v3.6.10 // indirect
go.etcd.io/etcd/etcdctl/v3 v3.6.11 // indirect
go.etcd.io/gofail v0.2.0 // indirect
go.etcd.io/raft/v3 v3.6.0 // indirect
go.opentelemetry.io/collector/featuregate v1.51.1-0.20260205185216-81bc641f26c0 // indirect
Expand All @@ -163,7 +169,7 @@ require (
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
github.com/dimfeld/httptreemux/v5 v5.5.0
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.9.0
github.com/fsnotify/fsnotify v1.10.1
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -184,14 +190,14 @@ require (
github.com/tinylib/msgp v1.6.3 // indirect
go.uber.org/atomic v1.11.0
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.50.0
golang.org/x/mod v0.35.0 // indirect
golang.org/x/net v0.53.0
golang.org/x/sys v0.43.0
golang.org/x/term v0.42.0
golang.org/x/text v0.36.0
golang.org/x/crypto v0.51.0
golang.org/x/mod v0.36.0 // indirect
golang.org/x/net v0.54.0
golang.org/x/sys v0.44.0
golang.org/x/term v0.43.0
golang.org/x/text v0.37.0
golang.org/x/time v0.15.0 // indirect
golang.org/x/tools v0.44.0
golang.org/x/tools v0.45.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
gopkg.in/ini.v1 v1.67.1 // indirect
Expand Down Expand Up @@ -228,11 +234,10 @@ require (
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20260217080614-b0f4edc38a6d // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/gostackparse v0.7.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
github.com/Masterminds/semver/v3 v3.4.0
github.com/Masterminds/semver/v3 v3.5.0
github.com/MichaelMure/go-term-text v0.3.1 // indirect
github.com/a8m/envsubst v1.4.3 // indirect
github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66 // indirect
Expand Down Expand Up @@ -270,7 +275,7 @@ require (
github.com/briandowns/spinner v1.23.2 // indirect
github.com/bsm/redislock v0.9.4 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
github.com/coreos/go-oidc/v3 v3.18.0 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
Expand All @@ -284,8 +289,8 @@ require (
github.com/dnephin/pflag v1.0.7 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344 // indirect
Expand Down Expand Up @@ -329,7 +334,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20260216142805-b3301c5f2a88 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mightyguava/jl v0.1.0 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
Expand Down Expand Up @@ -376,14 +381,14 @@ require (
github.com/zclconf/go-cty v1.16.2 // indirect
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.10 // indirect
go.etcd.io/etcd/pkg/v3 v3.6.10 // indirect
go.etcd.io/etcd/server/v3 v3.6.10 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.11 // indirect
go.etcd.io/etcd/pkg/v3 v3.6.11 // indirect
go.etcd.io/etcd/server/v3 v3.6.11 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/collector/component v1.51.1-0.20260205185216-81bc641f26c0 // indirect
go.opentelemetry.io/collector/pdata v1.51.1-0.20260205185216-81bc641f26c0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.42.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/proto/otlp v1.9.0 // indirect
Expand Down
Loading
Loading