11module github.com/authgear/authgear-server/k6
22
3- go 1.21.10
3+ // go1.21 supports toolchain
4+ // See https://go.dev/doc/toolchain
5+ go 1.22.7
46
57require (
68 github.com/google/uuid v1.6.0
7- github.com/lestrrat-go/jwx/v2 v2.0.21
8- go.k6.io/k6 v0.51 .0
9+ github.com/lestrrat-go/jwx/v2 v2.1.3
10+ go.k6.io/k6 v0.55 .0
911)
1012
1113require (
12- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
13- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
14- github.com/dlclark/regexp2 v1.9.0 // indirect
15- github.com/dop251/goja v0.0.0-20240220182346-e401ed450204 // indirect
16- github.com/fatih/color v1.16 .0 // indirect
17- github.com/go-logr/logr v1.4.1 // indirect
14+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
15+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
16+ github.com/dlclark/regexp2 v1.11.4 // indirect
17+ github.com/evanw/esbuild v0.21.2 // indirect
18+ github.com/fatih/color v1.18 .0 // indirect
19+ github.com/go-logr/logr v1.4.2 // indirect
1820 github.com/go-logr/stdr v1.2.2 // indirect
1921 github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
20- github.com/goccy/go-json v0.10.2 // indirect
22+ github.com/goccy/go-json v0.10.3 // indirect
2123 github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
22- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
24+ github.com/grafana/sobek v0.0.0-20241024150027-d91f02b05e9b // indirect
25+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
2326 github.com/josharian/intern v1.0.0 // indirect
2427 github.com/lestrrat-go/blackmagic v1.0.2 // indirect
2528 github.com/lestrrat-go/httpcc v1.0.1 // indirect
26- github.com/lestrrat-go/httprc v1.0.5 // indirect
29+ github.com/lestrrat-go/httprc v1.0.6 // indirect
2730 github.com/lestrrat-go/iter v1.0.2 // indirect
2831 github.com/lestrrat-go/option v1.0.1 // indirect
2932 github.com/mailru/easyjson v0.7.7 // indirect
@@ -36,22 +39,22 @@ require (
3639 github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
3740 github.com/sirupsen/logrus v1.9.3 // indirect
3841 github.com/spf13/afero v1.1.2 // indirect
39- go.opentelemetry.io/otel v1.24 .0 // indirect
40- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24 .0 // indirect
41- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24 .0 // indirect
42- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24 .0 // indirect
43- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
44- go.opentelemetry.io/otel/sdk v1.24 .0 // indirect
45- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
46- go.opentelemetry.io/proto/otlp v1.1.0 // indirect
47- golang.org/x/crypto v0.22 .0 // indirect
48- golang.org/x/net v0.24 .0 // indirect
49- golang.org/x/sys v0.19 .0 // indirect
50- golang.org/x/text v0.14 .0 // indirect
51- golang.org/x/time v0.5 .0 // indirect
52- google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
53- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
54- google.golang.org/grpc v1.63.2 // indirect
55- google.golang.org/protobuf v1.33.0 // indirect
42+ go.opentelemetry.io/otel v1.29 .0 // indirect
43+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29 .0 // indirect
44+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29 .0 // indirect
45+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29 .0 // indirect
46+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
47+ go.opentelemetry.io/otel/sdk v1.29 .0 // indirect
48+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
49+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
50+ golang.org/x/crypto v0.31 .0 // indirect
51+ golang.org/x/net v0.32 .0 // indirect
52+ golang.org/x/sys v0.28 .0 // indirect
53+ golang.org/x/text v0.21 .0 // indirect
54+ golang.org/x/time v0.8 .0 // indirect
55+ google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
56+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
57+ google.golang.org/grpc v1.67.1 // indirect
58+ google.golang.org/protobuf v1.35.1 // indirect
5659 gopkg.in/guregu/null.v3 v3.3.0 // indirect
5760)
0 commit comments