[Update] module version
This commit is contained in:
parent
740c969509
commit
7651896655
33
go.mod
33
go.mod
|
@ -3,10 +3,33 @@ module git.selly.red/Selly-Modules/devicemngt
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/Masterminds/squirrel v1.5.0
|
||||
git.selly.red/Selly-Modules/logger v0.0.0-20210809034923-140a51f39ec9
|
||||
git.selly.red/Selly-Modules/mongodb v0.0.0-20210809045618-1627bbdb616b
|
||||
git.selly.red/Selly-Modules/postgresql v0.0.0-20210809033000-f4da943b5d98
|
||||
github.com/jmoiron/sqlx v1.3.4
|
||||
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/gofrs/uuid v4.3.0+incompatible // indirect
|
||||
github.com/golang-migrate/migrate/v4 v4.15.2 // indirect
|
||||
github.com/jackc/pgx/v4 v4.17.2 // 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/mssola/user_agent v0.5.3
|
||||
github.com/prometheus/procfs v0.8.0 // indirect
|
||||
github.com/volatiletech/sqlboiler/v4 v4.13.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/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
|
||||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
||||
howett.net/plist v1.0.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue