43 lines
1.5 KiB
AMPL
43 lines
1.5 KiB
AMPL
module neo
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/davidbyttow/govips/v2 v2.18.0
|
|
github.com/gabriel-vasile/mimetype v1.4.13
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.49
|
|
github.com/mdp/qrterminal/v3 v3.2.1
|
|
go.mau.fi/whatsmeow v0.0.0-20260828224850-0fadda796019
|
|
google.golang.org/protobuf v1.36.12
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.31.2
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
|
github.com/beeper/argo-go v1.1.2 // indirect
|
|
github.com/coder/websocket v1.8.15 // indirect
|
|
github.com/elliotchance/orderedmap/v3 v3.1.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.15 // indirect
|
|
github.com/mattn/go-isatty v0.0.24 // indirect
|
|
github.com/petermattis/goid v0.0.0-20260816044145-ed329add6b1b // indirect
|
|
github.com/rs/zerolog v1.35.1 // indirect
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
|
github.com/vektah/gqlparser/v2 v2.5.37 // indirect
|
|
go.mau.fi/libsignal v0.2.2 // indirect
|
|
go.mau.fi/util v0.10.1-0.20260820140024-eb612d936fde // indirect
|
|
golang.org/x/crypto v0.56.0 // indirect
|
|
golang.org/x/exp v0.0.0-20260813180055-c1d0aacb2297 // indirect
|
|
golang.org/x/image v0.44.0 // indirect
|
|
golang.org/x/net v0.58.0 // indirect
|
|
golang.org/x/sync v0.22.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/term v0.45.0 // indirect
|
|
golang.org/x/text v0.41.0 // indirect
|
|
rsc.io/qr v0.2.0 // indirect
|
|
)
|