-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 861 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/yusing/hpatch
go 1.26
require (
github.com/BurntSushi/toml v1.6.0
github.com/creack/pty v1.1.24
github.com/gofrs/flock v0.13.0
github.com/openai/openai-go/v3 v3.56.0
github.com/pmezard/go-difflib v1.0.0
github.com/tiktoken-go/tokenizer v0.8.1
github.com/tree-sitter/go-tree-sitter v0.25.0
github.com/tree-sitter/tree-sitter-javascript v0.25.0
github.com/tree-sitter/tree-sitter-python v0.25.0
github.com/tree-sitter/tree-sitter-typescript v0.23.2
golang.org/x/term v0.41.0
mvdan.cc/sh/v3 v3.13.1
)
require (
github.com/dlclark/regexp2/v2 v2.5.2 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/sys v0.47.0 // indirect
)