Skip to content

Commit

Permalink
example:update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Jan 15, 2019
1 parent 67c7d02 commit 7569578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions module/example/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/alimy/mir/module/example

require (
github.com/alimy/mir v0.2.1-0.20190115142210-7ece0119ad1e
github.com/alimy/mir/module/gin v0.0.0-20190115155826-3d032df8839e
github.com/alimy/mir v0.3.1-0.20190115155546-286222e50845
github.com/alimy/mir/module/gin v0.0.0-20190115160130-67c7d025254b
github.com/gin-gonic/gin v1.3.0
)
8 changes: 4 additions & 4 deletions module/example/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/alimy/mir v0.2.1-0.20190115142210-7ece0119ad1e h1:WkywsiOS8/I4yeuEnLeyYkVAZsxXNTZLIBUx6Z0SQ3U=
github.com/alimy/mir v0.2.1-0.20190115142210-7ece0119ad1e/go.mod h1:OcrVTghXSDdFJYE301IkBL2FZy5Lk6RdVMx1lZA2Bsg=
github.com/alimy/mir/module/gin v0.0.0-20190115155826-3d032df8839e h1:wYXXP+31CjXaY2E132oObJh3bQT/uMASJdmcxCkFJ+8=
github.com/alimy/mir/module/gin v0.0.0-20190115155826-3d032df8839e/go.mod h1:8zmh1NAEyoXoddh18WueIoC/hAI1LxTYArp/x4+xYW0=
github.com/alimy/mir v0.3.1-0.20190115155546-286222e50845 h1:UnBfeP0nSYT+xKNua0hknTDmbnVe2vTzSs4HZpF2Fyk=
github.com/alimy/mir v0.3.1-0.20190115155546-286222e50845/go.mod h1:OcrVTghXSDdFJYE301IkBL2FZy5Lk6RdVMx1lZA2Bsg=
github.com/alimy/mir/module/gin v0.0.0-20190115160130-67c7d025254b h1:ylH/nhc7ib9P/ATnHuDI9KavTGdOoWSrQmMJeK0oeJk=
github.com/alimy/mir/module/gin v0.0.0-20190115160130-67c7d025254b/go.mod h1:ObwUAuz0ReehNaSXpPlWggcWuwZupM6wC9omVri5Gd0=
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 h1:AzN37oI0cOS+cougNAV9szl6CVoj2RYwzS3DpUQNtlY=
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7/go.mod h1:VJ0WA2NBN22VlZ2dKZQPAPnyWw5XTlK1KymzLKsr59s=
github.com/gin-gonic/gin v1.3.0 h1:kCmZyPklC0gVdL728E6Aj20uYBJV93nj/TkwBTKhFbs=
Expand Down

0 comments on commit 7569578

Please sign in to comment.