mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 10:30:25 +00:00
57 lines
2.2 KiB
Modula-2
57 lines
2.2 KiB
Modula-2
module github.com/RafaySystems/rcloud-base/components/common
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/processout/grpc-go-pool v1.2.1
|
|
github.com/segmentio/encoding v0.3.2
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
github.com/uptrace/bun v1.0.20
|
|
go.uber.org/zap v1.19.1
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
|
|
google.golang.org/grpc v1.43.0
|
|
google.golang.org/protobuf v1.27.1
|
|
k8s.io/apimachinery v0.23.1
|
|
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
|
|
sigs.k8s.io/kustomize/pseudo/k8s v0.1.0
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/segmentio/asm v1.1.0 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
|
|
golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
k8s.io/klog v1.0.0 // indirect
|
|
k8s.io/klog/v2 v2.30.0 // indirect
|
|
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
|
|
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
|
|
)
|
|
|
|
replace github.com/RafaySystems/rcloud-base/components/common => ./
|