mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
61 lines
2.8 KiB
Modula-2
61 lines
2.8 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.3+incompatible
|
|
github.com/argoproj/pkg v0.0.0-20191031223000-02a6aac40ac4
|
|
github.com/colinmarc/hdfs v1.1.4-0.20180805212432-9746310a4d31 // indirect
|
|
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/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.3.3
|
|
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/go-grpc-middleware v1.2.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.13.0
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/jcmturner/gofork v1.0.0 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
github.com/lib/pq v1.3.0
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
|
|
github.com/minio/minio-go/v6 v6.0.45
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc
|
|
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-20200114155413-6afb5195e5aa // indirect
|
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5
|
|
google.golang.org/grpc v1.27.0
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/jcmturner/goidentity.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // 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
|
|
)
|