Skip to content

Commit

Permalink
update go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
hslam committed Jan 30, 2021
1 parent a9f39e2 commit 77a5939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hslam/socket
go 1.15

require (
github.com/hslam/netpoll v0.0.1
github.com/hslam/netpoll v0.0.2
github.com/hslam/websocket v0.1.0
github.com/hslam/writer v1.0.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
github.com/hslam/mmap v1.0.0 h1:GSp55lZrPDhctob3yE0SqESBjzgCn9cP4iu4Pmmm+gE=
github.com/hslam/mmap v1.0.0/go.mod h1:mtuj54WoaupC65QteY9RubXVPkQT86Q/Xj0WPzRefFw=
github.com/hslam/netpoll v0.0.1 h1:kT7VDjDM3yI0VTuj0IoYBdcJYwKIqHjYn4rIJUi9PqA=
github.com/hslam/netpoll v0.0.1/go.mod h1:90BnYLxisS2kDmFrKQxmB+k1cEqAj/zCtms1kEbzZKc=
github.com/hslam/netpoll v0.0.2 h1:mzdK0qocjWDzK51ED3kvKvKQBOT9jSwJisLfVapegk0=
github.com/hslam/netpoll v0.0.2/go.mod h1:SlOdxCP03SlA5HWtq5vuVGtDG1UR42CCEv6MSnregQg=
github.com/hslam/sendfile v1.0.0 h1:kAOsxqvTyHseaUC7smR6uqpKQFFkuizhEtVITuluxn0=
github.com/hslam/sendfile v1.0.0/go.mod h1:IVInXNh7ccvv6fdFkcC3gRGCH7E+fRsTlyBnftCAk5A=
github.com/hslam/splice v1.0.0 h1:B8cGoO5ivgOIxIcKVtKURUKuK1YIBBWr0OVkPxZiSl8=
github.com/hslam/splice v1.0.0/go.mod h1:7D1QlFptoG0ruXzcAwpzckKxUN4+ZpvrIhwfbcAQcx8=
github.com/hslam/splice v1.0.1 h1:kaSQzUWm6t0bkQKLw4BT77+Z0G/0cacGAj9lxQjw26c=
github.com/hslam/splice v1.0.1/go.mod h1:7D1QlFptoG0ruXzcAwpzckKxUN4+ZpvrIhwfbcAQcx8=
github.com/hslam/websocket v0.1.0 h1:/9+c1Vz8JgEbxjjG5w0LLYHTKs75CymePddewYUCBP4=
github.com/hslam/websocket v0.1.0/go.mod h1:xoT2ngru7DdKgoaX1As6SbclSReRLjhYeqNoBLiqEZo=
github.com/hslam/writer v1.0.0 h1:4utMtVZoH1QF+nzQBdiVj1Yl76VwrjfHN1PUd+dNHo0=
Expand Down

0 comments on commit 77a5939

Please # to comment.