Skip to content

Commit

Permalink
Upgrade dictpool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Sep 14, 2020
1 parent 5a009ec commit 727cd70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v1.14.3
github.com/savsgio/dictpool v0.0.0-20200914112832-0bff730a9f4c
github.com/savsgio/dictpool v0.0.0-20200914121634-61efc2e36e16
github.com/savsgio/gotils v0.0.0-20200909101946-939aa3fc74fb
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ github.com/philhofer/fwd v1.0.0 h1:UbZqGr5Y38ApvM/V/jEljVxwocdweyH+vmYvRPBnbqQ=
github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/savsgio/dictpool v0.0.0-20200914112832-0bff730a9f4c h1:gm4brEMjjC+lMSBlR0oMqrA/EotRvnrMLmZ69URn8Qk=
github.com/savsgio/dictpool v0.0.0-20200914112832-0bff730a9f4c/go.mod h1:tMqFqOOZyCLiNIUl3vtsJj2mFkKjfwKs61e3tdfLBjw=
github.com/savsgio/dictpool v0.0.0-20200914121634-61efc2e36e16 h1:Rt6zARBHWhK9O7QscbgUZLDyxbBS2Vkgm+EhcgQ8XHg=
github.com/savsgio/dictpool v0.0.0-20200914121634-61efc2e36e16/go.mod h1:tMqFqOOZyCLiNIUl3vtsJj2mFkKjfwKs61e3tdfLBjw=
github.com/savsgio/gotils v0.0.0-20200909101946-939aa3fc74fb h1:XPJCVf85HPE2jMVEQ7QWrazaZo1lc94GbUWaQ8Yv5sM=
github.com/savsgio/gotils v0.0.0-20200909101946-939aa3fc74fb/go.mod h1:TWNAOTaVzGOXq8RbEvHnhzA/A2sLZzgn0m6URjnukY8=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 727cd70

Please sign in to comment.