mirror of
https://github.com/dalbodeule/sshchat.git
synced 2025-12-07 22:55:44 +09:00
28 lines
908 B
Modula-2
28 lines
908 B
Modula-2
module sshchat
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/gliderlabs/ssh v0.3.8
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/oschwald/geoip2-golang v1.13.0
|
|
github.com/uptrace/bun v1.2.15
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.15
|
|
github.com/uptrace/bun/driver/pgdriver v1.2.15
|
|
golang.org/x/crypto v0.43.0
|
|
)
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.opentelemetry.io/otel v1.37.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.37.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
mellium.im/sasl v0.3.2 // indirect
|
|
)
|