-
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) · 867 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 867 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 raydoc
go 1.23.2
require (
github.com/antlr4-go/antlr/v4 v4.13.1
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.24
github.com/openai/openai-go v0.1.0-alpha.45
github.com/pmezard/go-difflib v1.0.0
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/oauth2 v0.25.0
golang.org/x/sync v0.8.0
)
require (
github.com/fsnotify/fsnotify v1.8.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/tidwall/gjson v1.14.4 // 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
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)