Skip to content

Commit

Permalink
Merge pull request #237 from bilibili/v0.2.1
Browse files Browse the repository at this point in the history
update kratos version
  • Loading branch information
Tony authored Jul 24, 2019
2 parents 0e3c15b + 76df7ef commit 09224ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
24 changes: 4 additions & 20 deletions tool/kratos/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,27 +547,11 @@ type Kratos struct {
go 1.12
require (
github.com/bilibili/kratos v0.2.0
github.com/bilibili/kratos v0.2.1
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6
google.golang.org/grpc v1.20.1
)
replace (
cloud.google.com/go => github.com/googleapis/google-cloud-go v0.26.0
golang.org/x/crypto => github.com/golang/crypto v0.0.0-20190123085648-057139ce5d2b
golang.org/x/lint => github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3
golang.org/x/net => github.com/golang/net v0.0.0-20190420063019-afa5a82059c6
golang.org/x/oauth2 => github.com/golang/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/sync => github.com/golang/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys => github.com/golang/sys v0.0.0-20180905080454-ebe1bf3edb33
golang.org/x/text => github.com/golang/text v0.3.0
golang.org/x/time => github.com/golang/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools => github.com/golang/tools v0.0.0-20190328211700-ab21143f2384
google.golang.org/appengine => github.com/golang/appengine v1.1.0
google.golang.org/genproto => github.com/google/go-genproto v0.0.0-20180817151627-c66870c02cf8
google.golang.org/grpc => github.com/grpc/grpc-go v1.20.1
github.com/golang/protobuf v1.3.2
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/grpc v1.22.0
)
`
_tplGRPCServer = `package grpc
Expand Down
4 changes: 2 additions & 2 deletions tool/kratos/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (

var (
// Version is version
Version = "0.3.0"
Version = "0.2.1"
// BuildTime is BuildTime
BuildTime = "2019/07/19"
BuildTime = "2019/07/24"
)

// VersionOptions include version
Expand Down

0 comments on commit 09224ec

Please sign in to comment.