-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (19 loc) · 903 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/stong1994/aicommit
go 1.22.3
require (
github.com/spf13/cobra v1.8.0
github.com/tmc/langchaingo v0.1.10
)
require golang.org/x/oauth2 v0.21.0 // indirect
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stong1994/github-copilot-api v0.0.0-20240623193826-ee5cc126e888
)
// github.com/stong1994/langchaingo v0.0.0-20240530110154-9446ef856b7a => /Users/stong/ghq/github.com/stong1994/langchaingo
// github.com/tmc/langchaingo v0.1.10 => github.com/stong1994/langchaingo v0.0.0-20240530090939-f4a275633b04
replace github.com/tmc/langchaingo v0.1.10 => github.com/stong1994/langchaingo v0.0.0-20240530110154-9446ef856b7a