Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ecaef92

Browse files
chore: update go.mod and go.sum
- Updated the version of `github.com/acorn-io/cmd` to `v0.0.0-20240101193821-66a32bc6b939` in go.mod. - Updated the version of `github.com/acorn-io/cmd` to `v0.0.0-20240101193821-66a32bc6b939` in go.sum.
1 parent c7d8510 commit ecaef92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ module github.com/ibuildthecloud/catgpt
22

33
go 1.21.5
44

5-
replace github.com/acorn-io/cmd => ../cmd
6-
75
require (
8-
github.com/acorn-io/cmd v0.0.0-20231020234559-285455daa0d8
6+
github.com/acorn-io/cmd v0.0.0-20240101193821-66a32bc6b939
97
github.com/moby/term v0.0.0-20221205130635-1aeaba878587
108
github.com/sashabaranov/go-openai v1.17.9
119
github.com/spf13/cobra v1.7.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOEl
22
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
33
github.com/acorn-io/baaah v0.0.0-20231009165317-af2b68361b8a h1:0bHfiYUw4ojXCUfGHUPmRewrgJ/EpLQ4BaR4yEy8BC4=
44
github.com/acorn-io/baaah v0.0.0-20231009165317-af2b68361b8a/go.mod h1:1KSGxZt0E2MDedJESKUUYtxCwsJ3A+xZiw2QD8cVbjU=
5+
github.com/acorn-io/cmd v0.0.0-20240101193821-66a32bc6b939 h1:wTD+GlRD4zlJb5hu7BpR/bmpvPybHXQbn4JYVt23kOQ=
6+
github.com/acorn-io/cmd v0.0.0-20240101193821-66a32bc6b939/go.mod h1:J0xhtXVfrJk3Fz1HYz3AoJ/ON9gaHu/baTkqOvywcfo=
57
github.com/bombsimon/logrusr/v4 v4.0.0 h1:Pm0InGphX0wMhPqC02t31onlq9OVyJ98eP/Vh63t1Oo=
68
github.com/bombsimon/logrusr/v4 v4.0.0/go.mod h1:pjfHC5e59CvjTBIU3V3sGhFWFAnsnhOR03TRc6im0l8=
79
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)