mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module config
|
|
|
|
go 1.13
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/cloudflare/cloudflare-go v0.10.9 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
|
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b // indirect
|
|
github.com/micro/go-micro/v3 v3.0.0-beta.2.0.20200923201616-af8d55eb7f43 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
github.com/rhysd/go-github-selfupdate v1.2.2 // indirect
|
|
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 // indirect
|
|
github.com/urfave/cli/v2 v2.2.0 // indirect
|
|
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|
|
|
|
replace github.com/micro/micro/v3 => ../../..
|