11module github.com/intility/indev
22
3- go 1.22.7
4-
5- toolchain go1.23.4
3+ go 1.24.2
64
75require (
8- github.com/AzureAD/microsoft-authentication-library-for-go v1.3 .2
6+ github.com/AzureAD/microsoft-authentication-library-for-go v1.4 .2
97 github.com/adrg/xdg v0.5.3
10- github.com/charmbracelet/bubbles v0.20 .0
11- github.com/charmbracelet/bubbletea v1.2 .4
12- github.com/charmbracelet/lipgloss v1.0 .0
8+ github.com/charmbracelet/bubbles v0.21 .0
9+ github.com/charmbracelet/bubbletea v1.3 .4
10+ github.com/charmbracelet/lipgloss v1.1 .0
1311 github.com/google/uuid v1.6.0
1412 github.com/matishsiao/goInfo v0.0.0-20241216093258-66a9250504d6
15- github.com/spf13/afero v1.12 .0
16- github.com/spf13/cobra v1.8 .1
13+ github.com/spf13/afero v1.14 .0
14+ github.com/spf13/cobra v1.9 .1
1715 github.com/stretchr/testify v1.10.0
18- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0
19- go.opentelemetry.io/otel v1.33 .0
20- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33 .0
21- go.opentelemetry.io/otel/sdk v1.33 .0
22- go.opentelemetry.io/otel/sdk/metric v1.33 .0
23- go.opentelemetry.io/otel/trace v1.33 .0
16+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0
17+ go.opentelemetry.io/otel v1.35 .0
18+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35 .0
19+ go.opentelemetry.io/otel/sdk v1.35 .0
20+ go.opentelemetry.io/otel/sdk/metric v1.35 .0
21+ go.opentelemetry.io/otel/trace v1.35 .0
2422 go.opentelemetry.io/proto/otlp v1.5.0
25- golang.org/x/term v0.28 .0
26- google.golang.org/protobuf v1.36.2
23+ golang.org/x/term v0.31 .0
24+ google.golang.org/protobuf v1.36.6
2725 gopkg.in/yaml.v3 v3.0.1
2826)
2927
3028require (
3129 github.com/atotto/clipboard v0.1.4 // indirect
3230 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
3331 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
34- github.com/charmbracelet/x/ansi v0.6.0 // indirect
32+ github.com/charmbracelet/colorprofile v0.3.0 // indirect
33+ github.com/charmbracelet/x/ansi v0.8.0 // indirect
34+ github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
3535 github.com/charmbracelet/x/term v0.2.1 // indirect
3636 github.com/davecgh/go-spew v1.1.1 // indirect
3737 github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
3838 github.com/felixge/httpsnoop v1.0.4 // indirect
3939 github.com/go-logr/logr v1.4.2 // indirect
4040 github.com/go-logr/stdr v1.2.2 // indirect
41- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
42- github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
41+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
42+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
4343 github.com/inconshreveable/mousetrap v1.1.0 // indirect
4444 github.com/kylelemons/godebug v1.1.0 // indirect
4545 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -48,20 +48,21 @@ require (
4848 github.com/mattn/go-runewidth v0.0.16 // indirect
4949 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
5050 github.com/muesli/cancelreader v0.2.2 // indirect
51- github.com/muesli/termenv v0.15.2 // indirect
51+ github.com/muesli/termenv v0.16.0 // indirect
5252 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
5353 github.com/pmezard/go-difflib v1.0.0 // indirect
5454 github.com/rivo/uniseg v0.4.7 // indirect
55- github.com/spf13/pflag v1.0.5 // indirect
55+ github.com/spf13/pflag v1.0.6 // indirect
5656 github.com/stretchr/objx v0.5.2 // indirect
57+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
5758 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
58- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0 // indirect
59- go.opentelemetry.io/otel/metric v1.33 .0 // indirect
60- golang.org/x/net v0.34 .0 // indirect
61- golang.org/x/sync v0.10 .0 // indirect
62- golang.org/x/sys v0.29 .0 // indirect
63- golang.org/x/text v0.21 .0 // indirect
64- google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
65- google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
66- google.golang.org/grpc v1.69.2 // indirect
59+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0 // indirect
60+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
61+ golang.org/x/net v0.39 .0 // indirect
62+ golang.org/x/sync v0.13 .0 // indirect
63+ golang.org/x/sys v0.32 .0 // indirect
64+ golang.org/x/text v0.24 .0 // indirect
65+ google.golang.org/genproto/googleapis/api v0.0.0-20250409194420-de1ac958c67a // indirect
66+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
67+ google.golang.org/grpc v1.71.1 // indirect
6768)
0 commit comments