Skip to content

Commit

Permalink
1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Oct 22, 2019
1 parent e803651 commit a6d1b53
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
Expand Up @@ -41,7 +41,7 @@ var (

name = "micro"
description = "A microservice runtime"
version = "1.13.1"
version = "1.13.2"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -30,7 +30,7 @@ require (
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/micro/cli v0.2.0
github.com/micro/go-micro v1.13.1
github.com/micro/go-micro v1.13.2
github.com/mitchellh/gox v1.0.1 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/olekukonko/tablewriter v0.0.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -288,6 +288,8 @@ github.com/micro/go-micro v1.13.0 h1:SIsOviIuB/MTZuj2EcMbelhwHnJ5nD1zUjzTDCU/3z0
github.com/micro/go-micro v1.13.0/go.mod h1:dbMgBQRxpTdBZPfr+sUKZsw7oY/7pf8TaM3Ud0/sDus=
github.com/micro/go-micro v1.13.1 h1:E5kwMsTnBG/Tz4Mpti0iuR71f1yL014qoMsJW8VEsZE=
github.com/micro/go-micro v1.13.1/go.mod h1:dbMgBQRxpTdBZPfr+sUKZsw7oY/7pf8TaM3Ud0/sDus=
github.com/micro/go-micro v1.13.2 h1:H+Z8rhazPpGYeUV1CxaLlo+O+wJeZqg/sjVVONmbr4o=
github.com/micro/go-micro v1.13.2/go.mod h1:dbMgBQRxpTdBZPfr+sUKZsw7oY/7pf8TaM3Ud0/sDus=
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/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
Expand Down

0 comments on commit a6d1b53

Please sign in to comment.