update kratos to v0.2.2

pull/276/head
Tony 5 years ago
parent 624d898caa
commit e95a0db456
  1. 2
      tool/kratos/template.go
  2. 2
      tool/kratos/version.go

@ -546,7 +546,7 @@ type Kratos struct {
go 1.12 go 1.12
require ( require (
github.com/bilibili/kratos v0.2.1 github.com/bilibili/kratos v0.2.2
github.com/gogo/protobuf v1.2.1 github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.2 github.com/golang/protobuf v1.3.2
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 golang.org/x/net v0.0.0-20190628185345-da137c7871d7

@ -8,7 +8,7 @@ import (
var ( var (
// Version is version // Version is version
Version = "0.2.1" Version = "0.2.2"
// BuildTime is BuildTime // BuildTime is BuildTime
BuildTime = "2019/07/24" BuildTime = "2019/07/24"
) )

Loading…
Cancel
Save