mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
41 lines
1.6 KiB
Modula-2
41 lines
1.6 KiB
Modula-2
module github.com/onepanelio/core
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Azure/go-autorest v14.0.0+incompatible
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.2 // indirect
|
|
github.com/Masterminds/squirrel v1.1.0
|
|
github.com/argoproj/argo v0.0.0-20200316175433-2e8ac609cba1
|
|
github.com/argoproj/pkg v0.0.0-20200102163130-2dd1f3f6b4de
|
|
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
|
|
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-sql-driver/mysql v1.5.0 // 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/gorilla/handlers v1.4.2
|
|
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/jmoiron/sqlx v1.2.0
|
|
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/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
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
|
|
google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5
|
|
google.golang.org/grpc v1.27.0
|
|
k8s.io/api v0.16.4
|
|
k8s.io/apimachinery v0.16.7-beta.0
|
|
k8s.io/client-go v0.16.4
|
|
)
|