1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-07 23:02:12 +02:00
kratos/go.mod

71 lines
3.3 KiB
Modula-2
Raw Normal View History

2020-03-28 12:02:25 +02:00
module github.com/go-kratos/kratos
2019-02-01 09:57:43 +02:00
go 1.13
2019-04-12 15:07:26 +02:00
2019-02-01 09:57:43 +02:00
require (
2019-04-04 09:44:15 +02:00
github.com/BurntSushi/toml v0.3.1
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
2020-01-19 09:48:50 +02:00
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
2019-09-21 18:22:42 +02:00
github.com/aristanetworks/goarista v0.0.0-20190912214011-b54698eaaca6 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
2019-11-03 10:44:58 +02:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
2019-07-20 13:38:44 +02:00
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fatih/color v1.10.0
2019-04-04 09:44:15 +02:00
github.com/fsnotify/fsnotify v1.4.7
2019-07-19 17:52:08 +02:00
github.com/go-ole/go-ole v1.2.4 // indirect
2019-02-01 09:57:43 +02:00
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
2019-11-05 07:48:48 +02:00
github.com/go-zookeeper/zk v1.0.1
2019-11-03 10:44:58 +02:00
github.com/gobuffalo/packr/v2 v2.7.1
github.com/gogo/protobuf v1.3.1
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
2019-07-04 10:12:23 +02:00
github.com/golang/mock v1.3.1 // indirect
github.com/golang/protobuf v1.3.5
2019-10-12 10:14:55 +02:00
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
2019-02-01 09:57:43 +02:00
github.com/leodido/go-urn v1.1.0 // indirect
2019-04-12 15:07:26 +02:00
github.com/montanaflynn/stats v0.5.0
2020-12-01 18:41:47 +02:00
github.com/opentracing/opentracing-go v1.1.0
2019-09-04 05:35:58 +02:00
github.com/openzipkin/zipkin-go v0.2.1
github.com/otokaze/mock v0.0.0-20190125081256-8282b7a7c7c3
github.com/philchia/agollo/v4 v4.1.1
2019-02-01 09:57:43 +02:00
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/procfs v0.0.11 // indirect
2019-09-19 13:51:39 +02:00
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec // indirect
github.com/shirou/gopsutil v2.19.11+incompatible
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
github.com/sirupsen/logrus v1.5.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.6.1
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
2019-07-20 13:38:44 +02:00
github.com/tsuna/gohbase v0.0.0-20190502052937-24ffed0537aa
2020-12-01 18:41:47 +02:00
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
github.com/urfave/cli/v2 v2.3.0
go.etcd.io/etcd v0.0.0-20200402134248-51bdeb39e698
2020-12-01 18:41:47 +02:00
go.uber.org/atomic v1.6.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20201202213521-69691e467435 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20191105231337-689d0f08e67a
2019-07-04 10:12:23 +02:00
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20200402124713-8ff61da6d932
2020-12-03 16:50:09 +02:00
google.golang.org/grpc v1.29.1
2019-02-01 09:57:43 +02:00
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
2019-07-20 13:38:44 +02:00
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/yaml.v2 v2.4.0
sigs.k8s.io/yaml v1.2.0 // indirect
2019-02-01 09:57:43 +02:00
)