Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
update murmur, gse and other pkg [impove performance]
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Oct 6, 2018
1 parent f22ab22 commit 1cfb44c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -11,8 +11,8 @@ require (
github.com/fsnotify/fsnotify v1.4.7
github.com/go-ego/cedar v0.0.0-20180905173823-393be26fe3b8 // indirect
github.com/go-ego/gpy v0.0.0-20180905182312-c381ef5b982f
github.com/go-ego/gse v0.0.0-20180922133553-ca7f25c1bfab
github.com/go-ego/murmur v0.0.0-20180916164947-f005b68c42f0
github.com/go-ego/gse v0.0.0-20181003121412-34da30aea88e
github.com/go-ego/murmur v0.0.0-20181006142212-b677c4ebe46a
github.com/go-ole/go-ole v1.2.1
github.com/go-vgo/grpclb v0.0.0-20180520124126-434b4da1cea2
github.com/go-vgo/gt v0.0.0-20180924174828-283b79133891
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Expand Up @@ -27,10 +27,14 @@ github.com/go-ego/gse v0.0.0-20180819140213-7df3c69d68f9 h1:tO8MDfAdRdyDPGhgxwlQ
github.com/go-ego/gse v0.0.0-20180819140213-7df3c69d68f9/go.mod h1:PfNZ9H8cHyiD4L7w/HPOCI6X53Ma8f/3hksFnFIUg9A=
github.com/go-ego/gse v0.0.0-20180922133553-ca7f25c1bfab h1:X8ra/8IJsMsgxFYzosR0TOCW3bI9NLrQinjqyIaJ+7o=
github.com/go-ego/gse v0.0.0-20180922133553-ca7f25c1bfab/go.mod h1:PfNZ9H8cHyiD4L7w/HPOCI6X53Ma8f/3hksFnFIUg9A=
github.com/go-ego/gse v0.0.0-20181003121412-34da30aea88e h1:wxI4TF2V4R2crssu4QMOuxet9R8Ng1KtuOZeaRXANA0=
github.com/go-ego/gse v0.0.0-20181003121412-34da30aea88e/go.mod h1:PfNZ9H8cHyiD4L7w/HPOCI6X53Ma8f/3hksFnFIUg9A=
github.com/go-ego/murmur v0.0.0-20180711150520-0e80721bb094 h1:qc9MGhR9KEtenA4Kp1l/79GoLV8oKed6OOFSnkff0mI=
github.com/go-ego/murmur v0.0.0-20180711150520-0e80721bb094/go.mod h1:WocLQI5wTl0GeQ+h144mrLx1vyFZkoOxGKlzD7xlqdc=
github.com/go-ego/murmur v0.0.0-20180916164947-f005b68c42f0 h1:Ct7OJ3aqn+M8h9LWEANL3MIJytauT1oWRaKvb0+3Kgo=
github.com/go-ego/murmur v0.0.0-20180916164947-f005b68c42f0/go.mod h1:WocLQI5wTl0GeQ+h144mrLx1vyFZkoOxGKlzD7xlqdc=
github.com/go-ego/murmur v0.0.0-20181006142212-b677c4ebe46a h1:1SP0dcDX1Dn8eXLVkXwpz1pPe72HsiWardiHIjJNrBE=
github.com/go-ego/murmur v0.0.0-20181006142212-b677c4ebe46a/go.mod h1:WocLQI5wTl0GeQ+h144mrLx1vyFZkoOxGKlzD7xlqdc=
github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8=
github.com/go-vgo/grpclb v0.0.0-20180520124126-434b4da1cea2 h1:xwn4PU3jIrV8TlxAj78tYEn9dTLrtmuDviTHcDTqGOc=
github.com/go-vgo/grpclb v0.0.0-20180520124126-434b4da1cea2/go.mod h1:sLelYUl1D8P3psJVdnxzjw2wH0CFxJllfczwnOLx9K4=
Expand Down

0 comments on commit 1cfb44c

Please sign in to comment.