|
1 | 1 | module github.com/intility/indev
|
2 | 2 |
|
3 |
| -go 1.22 |
| 3 | +go 1.22.7 |
| 4 | + |
| 5 | +toolchain go1.23.4 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 |
7 |
| - github.com/adrg/xdg v0.4.0 |
8 |
| - github.com/charmbracelet/bubbles v0.18.0 |
9 |
| - github.com/charmbracelet/bubbletea v0.25.0 |
10 |
| - github.com/charmbracelet/lipgloss v0.10.0 |
| 8 | + github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 |
| 9 | + 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 |
11 | 13 | github.com/google/uuid v1.6.0
|
12 |
| - github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f |
13 |
| - github.com/spf13/afero v1.11.0 |
14 |
| - github.com/spf13/cobra v1.8.0 |
15 |
| - github.com/stretchr/testify v1.9.0 |
16 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 |
17 |
| - go.opentelemetry.io/otel v1.26.0 |
18 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 |
19 |
| - go.opentelemetry.io/otel/sdk v1.26.0 |
20 |
| - go.opentelemetry.io/otel/sdk/metric v1.26.0 |
21 |
| - go.opentelemetry.io/otel/trace v1.26.0 |
22 |
| - go.opentelemetry.io/proto/otlp v1.2.0 |
23 |
| - golang.org/x/term v0.21.0 |
24 |
| - google.golang.org/protobuf v1.33.0 |
| 14 | + 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 |
| 17 | + 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 |
| 24 | + go.opentelemetry.io/proto/otlp v1.5.0 |
| 25 | + golang.org/x/term v0.28.0 |
| 26 | + google.golang.org/protobuf v1.36.2 |
25 | 27 | gopkg.in/yaml.v3 v3.0.1
|
26 | 28 | )
|
27 | 29 |
|
28 | 30 | require (
|
29 | 31 | github.com/atotto/clipboard v0.1.4 // indirect
|
30 | 32 | github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
31 | 33 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
32 |
| - github.com/containerd/console v1.0.4 // indirect |
| 34 | + github.com/charmbracelet/x/ansi v0.6.0 // indirect |
| 35 | + github.com/charmbracelet/x/term v0.2.1 // indirect |
33 | 36 | github.com/davecgh/go-spew v1.1.1 // indirect
|
| 37 | + github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect |
34 | 38 | github.com/felixge/httpsnoop v1.0.4 // indirect
|
35 |
| - github.com/go-logr/logr v1.4.1 // indirect |
| 39 | + github.com/go-logr/logr v1.4.2 // indirect |
36 | 40 | github.com/go-logr/stdr v1.2.2 // indirect
|
37 |
| - github.com/golang-jwt/jwt/v5 v5.0.0 // indirect |
38 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect |
| 41 | + github.com/golang-jwt/jwt/v5 v5.2.1 // indirect |
| 42 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect |
39 | 43 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
40 | 44 | github.com/kylelemons/godebug v1.1.0 // indirect
|
41 | 45 | github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
42 | 46 | github.com/mattn/go-isatty v0.0.20 // indirect
|
43 | 47 | github.com/mattn/go-localereader v0.0.1 // indirect
|
44 |
| - github.com/mattn/go-runewidth v0.0.15 // indirect |
| 48 | + github.com/mattn/go-runewidth v0.0.16 // indirect |
45 | 49 | github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
46 | 50 | github.com/muesli/cancelreader v0.2.2 // indirect
|
47 |
| - github.com/muesli/reflow v0.3.0 // indirect |
48 | 51 | github.com/muesli/termenv v0.15.2 // indirect
|
49 |
| - github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect |
| 52 | + github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect |
50 | 53 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
51 | 54 | github.com/rivo/uniseg v0.4.7 // indirect
|
52 |
| - github.com/rogpeppe/go-internal v1.11.0 // indirect |
53 | 55 | github.com/spf13/pflag v1.0.5 // indirect
|
54 | 56 | github.com/stretchr/objx v0.5.2 // indirect
|
55 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect |
56 |
| - go.opentelemetry.io/otel/metric v1.26.0 // indirect |
57 |
| - golang.org/x/net v0.23.0 // indirect |
58 |
| - golang.org/x/sync v0.7.0 // indirect |
59 |
| - golang.org/x/sys v0.21.0 // indirect |
60 |
| - golang.org/x/text v0.14.0 // indirect |
61 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect |
62 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect |
63 |
| - google.golang.org/grpc v1.63.2 // indirect |
| 57 | + 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 |
64 | 67 | )
|
0 commit comments