Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymaximov committed Feb 3, 2021
1 parent bb12baa commit 35c8225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/go-kata/kinit
go 1.14

require (
github.com/go-kata/kdone v0.2.3
github.com/go-kata/kerror v0.1.3
github.com/go-kata/kdone v0.2.4
github.com/go-kata/kerror v0.1.4
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/go-kata/kdone v0.2.2 h1:aMEK7mR4Dmj9b892bv1lxNfmkC+TEwXAcijYozd6VOw=
github.com/go-kata/kdone v0.2.2/go.mod h1:eorcrHqZPhsoz85AtDo3b0w44Md4pl8UYINJj69jyUg=
github.com/go-kata/kdone v0.2.3 h1:V2o/5C6YFponu0IIng3GlwWp5WkoP0w6NlIOeK0NpV4=
github.com/go-kata/kdone v0.2.3/go.mod h1:0dzf9X5WunfvCVP+wAf+Ol3SUDi4+6nu9OCKGd9nt3A=
github.com/go-kata/kdone v0.2.4 h1:2GvvuwoMzzz33naFzMkwvt0zh13XSCJfTWzIAQZmOmY=
github.com/go-kata/kdone v0.2.4/go.mod h1:zofqcVtBiDwMdxH7m3Cs+Vrc65aMSnAPF3EJQTr5coc=
github.com/go-kata/kerror v0.1.0 h1:Y7y0XGOrhWMU1YxvMAYw5VAeDfo4wUZrhLdSQ+KM7LE=
github.com/go-kata/kerror v0.1.0/go.mod h1:TtwtjetJ75COpTfrJBL9y2q4MEbDWt1r/FeF5M+5xlw=
github.com/go-kata/kerror v0.1.1 h1:9RMFNpTzN0HxOZHI2Fm0FBRgx2i+0UkQzIMVvyO33Vs=
Expand All @@ -18,3 +20,5 @@ github.com/go-kata/kerror v0.1.2 h1:IAnOcR9NokVyxg+J0xvGDPEDi5tEbEK4SFhrffEEnoQ=
github.com/go-kata/kerror v0.1.2/go.mod h1:TtwtjetJ75COpTfrJBL9y2q4MEbDWt1r/FeF5M+5xlw=
github.com/go-kata/kerror v0.1.3 h1:7FXsN5i4tsg9+ZxKV5baflj32r6iRr9uwpsj//3zrGQ=
github.com/go-kata/kerror v0.1.3/go.mod h1:TtwtjetJ75COpTfrJBL9y2q4MEbDWt1r/FeF5M+5xlw=
github.com/go-kata/kerror v0.1.4 h1:IQ18UqnrSOjG+dfbNLYkeiKsQHdsVP0BQLEkv/QoyQU=
github.com/go-kata/kerror v0.1.4/go.mod h1:TtwtjetJ75COpTfrJBL9y2q4MEbDWt1r/FeF5M+5xlw=

0 comments on commit 35c8225

Please sign in to comment.