Skip to content

Commit 450ad28

Browse files
committed
chore: update dependencies to latest versions
- Update `go-openai` library from version `1.17.8` to `1.17.9` - Upgrade `golang.org/x/net` from version `0.18.0` to `0.19.0` - Bump `github.com/spf13/afero` from `1.10.0` to `1.11.0` as an indirect dependency - Increment `github.com/spf13/cast` version from `1.5.1` to `1.6.0` as an indirect dependency - Update `golang.org/x/exp` to a newer commit hash - Upgrade `golang.org/x/sys` from `0.14.0` to `0.15.0` as an indirect dependency Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent e031a18 commit 450ad28

2 files changed

Lines changed: 19 additions & 448 deletions

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/fatih/color v1.16.0
88
github.com/joho/godotenv v1.5.1
99
github.com/rodaine/table v1.1.0
10-
github.com/sashabaranov/go-openai v1.17.8
10+
github.com/sashabaranov/go-openai v1.17.9
1111
github.com/spf13/cobra v1.8.0
1212
github.com/spf13/viper v1.17.0
13-
golang.org/x/net v0.18.0
13+
golang.org/x/net v0.19.0
1414
)
1515

1616
require (
@@ -25,13 +25,13 @@ require (
2525
github.com/sagikazarmark/locafero v0.3.0 // indirect
2626
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
2727
github.com/sourcegraph/conc v0.3.0 // indirect
28-
github.com/spf13/afero v1.10.0 // indirect
29-
github.com/spf13/cast v1.5.1 // indirect
28+
github.com/spf13/afero v1.11.0 // indirect
29+
github.com/spf13/cast v1.6.0 // indirect
3030
github.com/spf13/pflag v1.0.5 // indirect
3131
github.com/subosito/gotenv v1.6.0 // indirect
3232
go.uber.org/multierr v1.11.0 // indirect
33-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
34-
golang.org/x/sys v0.14.0 // indirect
33+
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
34+
golang.org/x/sys v0.15.0 // indirect
3535
golang.org/x/text v0.14.0 // indirect
3636
gopkg.in/ini.v1 v1.67.0 // indirect
3737
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)