Skip to content

Commit

Permalink
- update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lesismal committed Jun 9, 2021
1 parent f571bac commit 1de2f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.16
require (
github.com/gorilla/websocket v1.4.2
github.com/julienschmidt/httprouter v1.3.0
github.com/lesismal/llib v0.0.0-20210604154117-fe13dfe10992
github.com/lesismal/llib v0.0.0-20210609040620-df6e3c66066f
github.com/valyala/fasthttp v1.24.0
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/lesismal/llib v0.0.0-20210513155531-5e8d5ab861e3 h1:LfA4MtBaTNRAqRbvv
github.com/lesismal/llib v0.0.0-20210513155531-5e8d5ab861e3/go.mod h1:70tFXXe7P1FZ02AU9l8LgSOK7d7sRrpnkUr3rd3gKSg=
github.com/lesismal/llib v0.0.0-20210604154117-fe13dfe10992 h1:dKSIx7h17JzuCgEGTmZHv8SsaFMczqEZuQ0Anx6BqOc=
github.com/lesismal/llib v0.0.0-20210604154117-fe13dfe10992/go.mod h1:70tFXXe7P1FZ02AU9l8LgSOK7d7sRrpnkUr3rd3gKSg=
github.com/lesismal/llib v0.0.0-20210609040620-df6e3c66066f h1:gWAKr9m76pg11B35sYd2vkv6NkUI4O4KFTwdeewQNuc=
github.com/lesismal/llib v0.0.0-20210609040620-df6e3c66066f/go.mod h1:70tFXXe7P1FZ02AU9l8LgSOK7d7sRrpnkUr3rd3gKSg=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.24.0 h1:AAiG4oLDUArTb7rYf9oO2bkGooOqCaUF6a2u8asBP3I=
Expand Down

0 comments on commit 1de2f1c

Please sign in to comment.