mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
47 lines
2.1 KiB
Modula-2
47 lines
2.1 KiB
Modula-2
module github.com/onepanelio/core
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
|
|
github.com/Masterminds/squirrel v1.1.0
|
|
github.com/argoproj/argo v2.4.2+incompatible
|
|
github.com/argoproj/pkg v0.0.0-20191031223000-02a6aac40ac4
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
|
|
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
|
|
github.com/go-openapi/spec v0.19.4 // indirect
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/uuid v1.1.1
|
|
github.com/googleapis/gnostic v0.3.1 // indirect
|
|
github.com/gophercloud/gophercloud v0.6.0 // indirect
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.12.1
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
github.com/lib/pq v1.0.0
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
|
|
github.com/valyala/fasttemplate v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1 // indirect
|
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
|
|
google.golang.org/grpc v1.25.1
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
k8s.io/api v0.0.0-20190313235455-40a48860b5ab
|
|
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
|
|
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
|
|
)
|