mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
45 lines
2.1 KiB
Modula-2
45 lines
2.1 KiB
Modula-2
module github.com/micro/services
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/caddyserver/certmagic v0.12.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.0.2 // indirect
|
|
github.com/cloudflare/cloudflare-go v0.13.3 // indirect
|
|
github.com/evanphx/json-patch/v5 v5.1.0 // indirect
|
|
github.com/go-acme/lego/v3 v3.9.0 // indirect
|
|
github.com/gobwas/httphead v0.0.0-20200921212729-da3d93bc3c58 // indirect
|
|
github.com/gobwas/ws v1.0.4 // indirect
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/micro/go-micro v1.18.0 // indirect
|
|
github.com/micro/go-micro/v3 v3.0.0-beta.3
|
|
github.com/micro/go-plugins/broker/nats/v3 v3.0.0-20200908121001-4ea6f6760baf // indirect
|
|
github.com/micro/go-plugins/events/stream/nats/v3 v3.0.0-20200908121001-4ea6f6760baf // indirect
|
|
github.com/micro/go-plugins/metrics/prometheus/v3 v3.0.0-20200908121001-4ea6f6760baf // indirect
|
|
github.com/micro/go-plugins/registry/etcd/v3 v3.0.0-20200908121001-4ea6f6760baf // indirect
|
|
github.com/micro/go-plugins/store/cockroach/v3 v3.0.0-20200908121001-4ea6f6760baf // indirect
|
|
github.com/micro/micro/v3 v3.0.0-beta.5.1
|
|
github.com/miekg/dns v1.1.31 // indirect
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
|
github.com/xanzy/go-gitlab v0.38.1 // indirect
|
|
github.com/xlab/treeprint v1.0.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977 // indirect
|
|
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
google.golang.org/genproto v0.0.0-20201001141541-efaab9d3c4f7 // indirect
|
|
google.golang.org/grpc v1.32.0 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|