Skip to content

Commit

Permalink
1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Dec 8, 2019
1 parent 286c1c7 commit 2f6e1f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (

name = "micro"
description = "A microservice runtime"
version = "1.17.1"
version = "1.18.0"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/gorilla/mux v1.7.3
github.com/hako/branca v0.0.0-20180808000428-10b799466ada
github.com/micro/cli v0.2.0
github.com/micro/go-micro v1.17.2-0.20191208160146-a9be1288d2b6
github.com/micro/go-micro v1.18.0
github.com/miekg/dns v1.1.22
github.com/olekukonko/tablewriter v0.0.2
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ github.com/micro/go-micro v1.17.2-0.20191205000117-40c09eed1cf7 h1:HdbFizl0g4f60
github.com/micro/go-micro v1.17.2-0.20191205000117-40c09eed1cf7/go.mod h1:klwUJL1gkdY1MHFyz+fFJXn52dKcty4hoe95Mp571AA=
github.com/micro/go-micro v1.17.2-0.20191208160146-a9be1288d2b6 h1:isd0n1mXcDboUqR9bhQ4sYY7Jo8eWC+KzqwimKGFSiQ=
github.com/micro/go-micro v1.17.2-0.20191208160146-a9be1288d2b6/go.mod h1:klwUJL1gkdY1MHFyz+fFJXn52dKcty4hoe95Mp571AA=
github.com/micro/go-micro v1.18.0 h1:gP70EZVHpJuUIT0YWth192JmlIci+qMOEByHm83XE9E=
github.com/micro/go-micro v1.18.0/go.mod h1:klwUJL1gkdY1MHFyz+fFJXn52dKcty4hoe95Mp571AA=
github.com/micro/mdns v0.3.0 h1:bYycYe+98AXR3s8Nq5qvt6C573uFTDPIYzJemWON0QE=
github.com/micro/mdns v0.3.0/go.mod h1:KJ0dW7KmicXU2BV++qkLlmHYcVv7/hHnbtguSWt9Aoc=
github.com/micro/protoc-gen-micro v1.0.0/go.mod h1:C8ij4DJhapBmypcT00AXdb0cZ675/3PqUO02buWWqbE=
Expand Down

0 comments on commit 2f6e1f8

Please sign in to comment.