-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
51 lines (48 loc) · 1.84 KB
/
go.mod
File metadata and controls
51 lines (48 loc) · 1.84 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
42
43
44
45
46
47
48
49
50
51
module github.com/tyzbit/acars-processor
go 1.24.5
require (
codeberg.org/tyzbit/huenique v0.2.0
github.com/adrg/strutil v0.3.1
github.com/avast/retry-go v3.0.0+incompatible
github.com/fatih/color v1.18.0
github.com/ghodss/yaml v1.0.0
github.com/invopop/jsonschema v0.13.0
github.com/jftuga/geodist v1.0.0
github.com/mattn/go-mastodon v0.0.10
github.com/mcuadros/go-defaults v1.2.0
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1
github.com/ollama/ollama v0.11.6
github.com/openai/openai-go v0.1.0-alpha.62
github.com/sirupsen/logrus v1.9.3
github.com/tidwall/words v0.0.0-20181116223016-6463671b7759
gomodules.xyz/envsubst v0.2.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.6.0
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.30.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.30 // indirect
github.com/tidwall/gjson v1.18.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
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)