8000 go mod tidy · coder/labeler@b92ddab · GitHub
[go: up one dir, main page]

Skip to content

Commit b92ddab

Browse files
committed
go mod tidy
1 parent 2b4fe7c commit b92ddab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6262
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
6363
github.com/golang/protobuf v1.5.4 // indirect
64-
github.com/google/uuid v1.6.0
64+
github.com/google/uuid v1.6.0 // indirect
6565
github.com/hashicorp/errwrap v1.1.0 // indirect
6666
github.com/hashicorp/go-multierror v1.1.1 // indirect
6767
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
158158
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
159159
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
160160
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
161-
github.com/sashabaranov/go-openai v1.23.0 h1:KYW97r5yc35PI2MxeLZ3OofecB/6H+yxvSNqiT9u8is=
162-
github.com/sashabaranov/go-openai v1.23.0/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
163161
github.com/sashabaranov/go-openai v1.28.1 h1:aREx6faUTeOZNMDTNGAY8B9vNmmN7qoGvDV0Ke2J1Mc=
164162
github.com/sashabaranov/go-openai v1.28.1/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
165163
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=

0 commit comments

Comments
 (0)
0