Blog changes + tests (#4)

* Blog changes + tests

* Fix build

* Fix

* Add back step

* Fix logger

* Fix test

* Typo

* Better test

* Changes to tests

* Update micro

* Fixing all them things

* Fixing even more things :))

* Bump micro

* Fix posts and tags by following micro changes

* Trying to pin workflow to correct micro version

* huh

* Bump go micro

* Add etcd replace

* Changing a bunch of things

* Denormalize to fix bug

* Fixes
This commit is contained in:
Janos Dobronszki
2020-10-15 15:09:59 +02:00
committed by GitHub
parent 4eb8479f9f
commit 6e8d7f4248
30 changed files with 1203 additions and 1449 deletions

29
go.mod
View File

@@ -3,41 +3,22 @@ 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/m3o/services v0.0.0-20201013090801-c9adc79659de
github.com/micro/go-micro/v3 v3.0.0-beta.3.0.20201014103235-c49fef49b8af
github.com/micro/micro/plugin/etcd/v3 v3.0.0-20201014133532-d4ad235f4987 // indirect
github.com/micro/micro/v3 v3.0.0-beta.6.0.20201014125737-097dd92a1b29
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/genproto v0.0.0-20201013134114-7f9ee70cb474 // indirect
google.golang.org/grpc v1.32.0
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
)