-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.52 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (38 loc) · 1.52 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/mapleafgo/codex-api-gateway
go 1.26.5
require (
github.com/anthropics/anthropic-sdk-go v1.63.0
github.com/fsnotify/fsnotify v1.10.1
github.com/gogpu/systray v0.2.8
github.com/knadh/koanf/parsers/yaml v1.1.1
github.com/knadh/koanf/providers/env v1.1.0
github.com/knadh/koanf/providers/rawbytes v1.0.1
github.com/knadh/koanf/v2 v2.3.6
github.com/mapleafgo/logrotate v0.1.0
github.com/openai/openai-go/v3 v3.50.0
golang.org/x/sys v0.47.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.6.1 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/go-webgpu/goffi v0.6.3 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/invopop/jsonschema v0.14.0 // indirect
github.com/knadh/koanf/maps v0.1.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/standard-webhooks/standard-webhooks/libraries v0.0.1 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.6 // indirect
golang.org/x/sync v0.22.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)