Skip to content

Commit 3e8755b

Browse files
committed
chore: update dependencies to latest versions
- Add `github.com/charmbracelet/bubbles v0.18.0` and `github.com/charmbracelet/bubbletea v0.26.6` - Update `github.com/google/generative-ai-go` from `v0.13.0` to `v0.17.0` - Update `github.com/rodaine/table` from `v1.2.0` to `v1.3.0` - Update `github.com/sashabaranov/go-openai` from `v1.24.0` to `v1.28.1` - Update `github.com/spf13/cobra` from `v1.8.0` to `v1.8.1` - Update `github.com/spf13/viper` from `v1.18.2` to `v1.19.0` - Update `golang.org/x/net` from `v0.25.0` to `v0.28.0` - Update `google.golang.org/api` from `v0.178.0` to `v0.191.0` - Update various `cloud.google.com/go` packages to newer versions - Add `github.com/charmbracelet/x` packages and `github.com/erikgeiser/coninput` - Update `github.com/go-logr/logr` from `v1.4.1` to `v1.4.2` - Update `github.com/google/s2a-go` from `v0.1.7` to `v0.1.8` - Update `github.com/googleapis/gax-go/v2` from `v2.12.4` to `v2.13.0` - Update `github.com/mattn/go-runewidth` from `v0.0.15` to `v0.0.16` - Update `github.com/rivo/uniseg` from `v0.4.4` to `v0.4.7` - Update `github.com/sagikazarmark/locafero` from `v0.4.0` to `v0.6.0` - Update `github.com/spf13/cast` from `v1.6.0` to `v1.7.0` - Add `github.com/xo/terminfo` - Update various `go.opentelemetry.io` packages to newer versions - Update various `golang.org/x` packages to newer versions - Update various `google.golang.org` packages to newer versions Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a160bfd commit 3e8755b

File tree

2 files changed

+137
-129
lines changed

2 files changed

+137
-129
lines changed

go.mod

Lines changed: 45 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,83 +5,85 @@ go 1.21
55
require (
66
github.com/appleboy/com v0.1.7
77
github.com/appleboy/graceful v1.1.1
8+
github.com/charmbracelet/bubbles v0.18.0
9+
github.com/charmbracelet/bubbletea v0.26.6
810
github.com/erikgeiser/promptkit v0.9.0
911
github.com/fatih/color v1.17.0
10-
github.com/google/generative-ai-go v0.13.0
12+
github.com/google/generative-ai-go v0.17.0
1113
github.com/joho/godotenv v1.5.1
12-
github.com/rodaine/table v1.2.0
13-
github.com/sashabaranov/go-openai v1.24.0
14-
github.com/spf13/cobra v1.8.0
15-
github.com/spf13/viper v1.18.2
16-
golang.org/x/net v0.25.0
17-
google.golang.org/api v0.178.0
14+
github.com/rodaine/table v1.3.0
15+
github.com/sashabaranov/go-openai v1.28.1
16+
github.com/spf13/cobra v1.8.1
17+
github.com/spf13/viper v1.19.0
18+
golang.org/x/net v0.28.0
19+
google.golang.org/api v0.191.0
1820
)
1921

2022
require (
21-
cloud.google.com/go v0.113.0 // indirect
22-
cloud.google.com/go/ai v0.5.0 // indirect
23-
cloud.google.com/go/auth v0.4.0 // indirect
24-
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
25-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
26-
cloud.google.com/go/longrunning v0.5.7 // indirect
23+
cloud.google.com/go v0.115.0 // indirect
24+
cloud.google.com/go/ai v0.8.2 // indirect
25+
cloud.google.com/go/auth v0.8.0 // indirect
26+
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
27+
cloud.google.com/go/compute/metadata v0.5.0 // indirect
28+
cloud.google.com/go/longrunning v0.5.12 // indirect
2729
github.com/atotto/clipboard v0.1.4 // indirect
2830
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
29-
github.com/charmbracelet/bubbles v0.16.1 // indirect
30-
github.com/charmbracelet/bubbletea v0.24.2 // indirect
31-
github.com/charmbracelet/lipgloss v0.7.1 // indirect
32-
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
31+
github.com/charmbracelet/lipgloss v0.12.1 // indirect
32+
github.com/charmbracelet/x/ansi v0.1.4 // indirect
33+
github.com/charmbracelet/x/input v0.1.3 // indirect
34+
github.com/charmbracelet/x/term v0.1.1 // indirect
35+
github.com/charmbracelet/x/windows v0.1.2 // indirect
36+
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
3337
github.com/felixge/httpsnoop v1.0.4 // indirect
3438
github.com/fsnotify/fsnotify v1.7.0 // indirect
35-
github.com/go-logr/logr v1.4.1 // indirect
39+
github.com/go-logr/logr v1.4.2 // indirect
3640
github.com/go-logr/stdr v1.2.2 // indirect
3741
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38-
github.com/golang/protobuf v1.5.4 // indirect
39-
github.com/google/s2a-go v0.1.7 // indirect
42+
github.com/google/s2a-go v0.1.8 // indirect
4043
github.com/google/uuid v1.6.0 // indirect
4144
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
42-
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
45+
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
4346
github.com/hashicorp/hcl v1.0.0 // indirect
4447
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4548
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
4649
github.com/magiconair/properties v1.8.7 // indirect
4750
github.com/mattn/go-colorable v0.1.13 // indirect
4851
github.com/mattn/go-isatty v0.0.20 // indirect
4952
github.com/mattn/go-localereader v0.0.1 // indirect
50-
github.com/mattn/go-runewidth v0.0.15 // indirect
53+
github.com/mattn/go-runewidth v0.0.16 // indirect
5154
github.com/mitchellh/mapstructure v1.5.0 // indirect
5255
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
5356
github.com/muesli/cancelreader v0.2.2 // indirect
5457
github.com/muesli/reflow v0.3.0 // indirect
5558
github.com/muesli/termenv v0.15.2 // indirect
5659
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
57-
github.com/rivo/uniseg v0.4.4 // indirect
58-
github.com/sagikazarmark/locafero v0.4.0 // indirect
60+
github.com/rivo/uniseg v0.4.7 // indirect
61+
github.com/sagikazarmark/locafero v0.6.0 // indirect
5962
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
6063
github.com/sourcegraph/conc v0.3.0 // indirect
6164
github.com/spf13/afero v1.11.0 // indirect
62-
github.com/spf13/cast v1.6.0 // indirect
65+
github.com/spf13/cast v1.7.0 // indirect
6366
github.com/spf13/pflag v1.0.5 // indirect
6467
github.com/subosito/gotenv v1.6.0 // indirect
68+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
6569
go.opencensus.io v0.24.0 // indirect
66-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect
67-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
68-
go.opentelemetry.io/otel v1.26.0 // indirect
69-
go.opentelemetry.io/otel/metric v1.26.0 // indirect
70-
go.opentelemetry.io/otel/trace v1.26.0 // indirect
70+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
71+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
72+
go.opentelemetry.io/otel v1.28.0 // indirect
73+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
74+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
7175
go.uber.org/multierr v1.11.0 // indirect
72-
golang.org/x/crypto v0.23.0 // indirect
73-
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
74-
golang.org/x/oauth2 v0.20.0 // indirect
75-
golang.org/x/sync v0.7.0 // indirect
76-
golang.org/x/sys v0.20.0 // indirect
77-
golang.org/x/term v0.20.0 // indirect
78-
golang.org/x/text v0.15.0 // indirect
79-
golang.org/x/time v0.5.0 // indirect
80-
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
81-
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
82-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
83-
google.golang.org/grpc v1.63.2 // indirect
84-
google.golang.org/protobuf v1.34.1 // indirect
76+
golang.org/x/crypto v0.26.0 // indirect
77+
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
78+
golang.org/x/oauth2 v0.22.0 // indirect
79+
golang.org/x/sync v0.8.0 // indirect
80+
golang.org/x/sys v0.24.0 // indirect
81+
golang.org/x/text v0.17.0 // indirect
82+
golang.org/x/time v0.6.0 // indirect
83+
google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a // indirect
84+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a // indirect
85+
google.golang.org/grpc v1.65.0 // indirect
86+
google.golang.org/protobuf v1.34.2 // indirect
8587
gopkg.in/ini.v1 v1.67.0 // indirect
8688
gopkg.in/yaml.v3 v3.0.1 // indirect
8789
)

0 commit comments

Comments
 (0)