You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.3 KiB
34 lines
1.3 KiB
module github.com/Cyclops-Labs/cyclops-4-hpc.git/services/customerdb
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Nerzal/gocloak/v7 v7.11.0
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
github.com/go-openapi/analysis v0.21.1 // indirect
|
|
github.com/go-openapi/errors v0.20.1
|
|
github.com/go-openapi/loads v0.21.0
|
|
github.com/go-openapi/runtime v0.21.0
|
|
github.com/go-openapi/spec v0.20.4
|
|
github.com/go-openapi/strfmt v0.21.1
|
|
github.com/go-openapi/swag v0.19.15
|
|
github.com/go-openapi/validate v0.20.3
|
|
github.com/go-resty/resty/v2 v2.7.0 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/jackc/pgx/v4 v4.14.1 // indirect
|
|
github.com/jinzhu/now v1.1.4 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/rs/cors v1.8.2
|
|
github.com/segmentio/ksuid v1.0.4 // indirect
|
|
github.com/spf13/viper v1.10.1
|
|
gitlab.com/cyclops-utilities/logging v0.0.0-20200914110347-ca1d02efd346
|
|
go.mongodb.org/mongo-driver v1.8.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
gorm.io/driver/postgres v1.2.3
|
|
gorm.io/gorm v1.22.4
|
|
)
|
|
|