Skip to content

Commit

Permalink
chore: update keygrip version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Oct 17, 2020
1 parent f19407e commit a42cc4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func (c *Context) Elton() *Elton {
return c.elton
}

// Pass pass requst to another elton
// Pass pass request to another elton
func (c *Context) Pass(another *Elton) {
// 设置为已commit,避免当前cod继续处理
c.Committed = true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require (
github.com/vicanso/fresh v1.0.0
github.com/vicanso/hes v0.2.3
github.com/vicanso/intranet-ip v0.0.1
github.com/vicanso/keygrip v1.0.1
github.com/vicanso/keygrip v1.1.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/vicanso/hes v0.2.3 h1:q99u/6veXCJPfNEPUpRB0LpmwUbcvNjNcorZmt9Ciwk=
github.com/vicanso/hes v0.2.3/go.mod h1:QcxOFmFfBQMhASTaLgnFayXYCgevdSeBVprt+o+3eKo=
github.com/vicanso/intranet-ip v0.0.1 h1:cYS+mExFsKqewWSuHtFwAqw/CO66GsheB/P1BPmSTx0=
github.com/vicanso/intranet-ip v0.0.1/go.mod h1:bqQ6VUhxdz0ipSb1kzd6aoZStlp+pB7CTlVmVhgLAxA=
github.com/vicanso/keygrip v1.0.1 h1:pbMM8jicd7Bh3SLops0b3rkDONH+XUCm5zpiwSf26DM=
github.com/vicanso/keygrip v1.0.1/go.mod h1:cI05iOjY00NJ7oH2Z9Zdm9eJPUkpoex3XnEubK78nho=
github.com/vicanso/keygrip v1.1.0 h1:B+qtNe/vvgZbYlkbJC4cOsbY9MzNp23+m2+ZybRy45Q=
github.com/vicanso/keygrip v1.1.0/go.mod h1:tfB5az1yqold78zotkzNugk3sV+QW5m71CFz3zg9eeo=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
Expand Down

0 comments on commit a42cc4b

Please sign in to comment.