Skip to content

Commit

Permalink
chore(go.mod): update dependencies for better compatibility and bug f…
Browse files Browse the repository at this point in the history
…ixes

- Update golang.org/x/exp to v0.0.0-20240213143201-ec583247a57a
- Update github.com/sashabaranov/go-openai to v1.19.4
- Update github.com/spf13/afero to v1.11.0
- Update golang.org/x/mod to v0.15.0
- Update golang.org/x/tools to v0.18.0

These updates are necessary to ensure compatibility with the latest versions of these libraries and to incorporate any bug fixes or improvements they may have introduced.
  • Loading branch information
bounoable committed Feb 16, 2024
1 parent b57f8ec commit f278af6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 465 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,24 @@ require (
github.com/google/go-cmp v0.6.0
)

require golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
require golang.org/x/exp v0.0.0-20240213143201-ec583247a57a

require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/alecthomas/kong v0.8.1
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/bmatcuk/doublestar/v4 v4.6.1
github.com/dave/dst v0.27.3
github.com/sashabaranov/go-openai v1.17.6
github.com/spf13/afero v1.10.0
github.com/sashabaranov/go-openai v1.19.4
github.com/spf13/afero v1.11.0
github.com/tiktoken-go/tokenizer v0.1.0
)

require (
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.15.0 // indirect
golang.org/x/tools v0.18.0 // indirect
)
Loading

0 comments on commit f278af6

Please sign in to comment.