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

View File

@@ -4,9 +4,9 @@ import (
"sync"
"time"
goevents "github.com/micro/go-micro/v3/events"
"github.com/micro/micro/v3/service"
"github.com/micro/micro/v3/service/events"
goevents "github.com/micro/micro/v3/service/events"
"github.com/micro/micro/v3/service/logger"
)