File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/ivy/git-auto-commit
2
2
3
3
go 1.23.4
4
+
4
5
toolchain go1.24.1
5
6
6
7
require (
7
8
github.com/Netflix/go-env v0.1.2
8
9
github.com/onsi/ginkgo/v2 v2.23.3
9
10
github.com/onsi/gomega v1.37.0
10
- github.com/openai/openai-go v0.1.0-alpha.62
11
+ github.com/openai/openai-go v0.1.0-beta.9
11
12
github.com/spf13/pflag v1.0.6
12
13
go.uber.org/zap v1.27.0
13
14
)
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0
14
14
github.com/onsi/ginkgo/v2 v2.23.3 /go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM =
15
15
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y =
16
16
github.com/onsi/gomega v1.37.0 /go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0 =
17
- github.com/openai/openai-go v0.1.0-alpha.62 h1:wf1Z+ZZAlqaUBlxhE5rhXxc9hQylcDRgMU2fg+jME+E =
18
- github.com/openai/openai-go v0.1.0-alpha.62 /go.mod h1:3SdE6BffOX9HPEQv8IL/fi3LYZ5TUpRYaqGQZbyk11A =
17
+ github.com/openai/openai-go v0.1.0-beta.9 h1:ABpubc5yU/3ejee2GgRrbFta81SG/d7bQbB8mIdP0Xo =
18
+ github.com/openai/openai-go v0.1.0-beta.9 /go.mod h1:g461MYGXEXBVdV5SaR/5tNzNbSfwTBBefwc+LlDCK0Y =
19
19
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
20
20
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
21
21
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
You can’t perform that action at this time.
0 commit comments