35 lines
1.4 KiB
Modula-2
35 lines
1.4 KiB
Modula-2
module git.selly.red/Selly-Modules/devicemngmt
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.selly.red/Selly-Modules/logger v0.0.2-0.20221010053254-567df039afdb
|
|
git.selly.red/Selly-Modules/mongodb v1.0.6-0.20221010033754-1d897a0f9ea2
|
|
git.selly.red/Selly-Modules/postgresql v0.0.0-20221010052843-00938e033a56
|
|
github.com/Masterminds/squirrel v1.5.3
|
|
github.com/elastic/go-licenser v0.4.1 // indirect
|
|
github.com/elastic/go-sysinfo v1.8.1 // indirect
|
|
github.com/elastic/go-windows v1.0.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/jcchavezs/porto v0.4.0 // indirect
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mattn/go-sqlite3 v1.14.10 // indirect
|
|
github.com/montanaflynn/stats v0.6.6 // indirect
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.elastic.co/apm/module/apmzap v1.15.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.10.3 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/goleak v1.1.12 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.23.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
|
|
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
|
|
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
)
|