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.
36 lines
1.4 KiB
36 lines
1.4 KiB
module github.com/Cyclops-Labs/cyclops-4-hpc.git/services/credit-system
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Nerzal/gocloak/v7 v7.11.0
|
|
github.com/go-openapi/errors v0.20.2
|
|
github.com/go-openapi/loads v0.21.1
|
|
github.com/go-openapi/runtime v0.23.1
|
|
github.com/go-openapi/spec v0.20.4
|
|
github.com/go-openapi/strfmt v0.21.2
|
|
github.com/go-openapi/swag v0.21.1
|
|
github.com/go-openapi/validate v0.21.0
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/jackc/pgx/v4 v4.15.0 // indirect
|
|
github.com/klauspost/compress v1.14.4 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
|
github.com/rs/cors v1.8.2
|
|
github.com/segmentio/encoding v0.3.4
|
|
github.com/segmentio/kafka-go v0.4.29
|
|
github.com/spf13/afero v1.8.1 // indirect
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/Cyclops-Labs/cyclops-4-hpc.git/services/cdr v0.0.2
|
|
github.com/Cyclops-Labs/cyclops-4-hpc.git/services/customerdb v0.0.2
|
|
github.com/Cyclops-Labs/cyclops-4-hpc.git/services/plan-manager v0.0.2
|
|
gitlab.com/cyclops-utilities/logging v0.0.0-20200914110347-ca1d02efd346
|
|
go.mongodb.org/mongo-driver v1.8.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
gorm.io/driver/postgres v1.3.1
|
|
gorm.io/gorm v1.23.2
|
|
)
|
|
|