Skip to content

Commit

Permalink
add go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hslam committed Jan 16, 2021
1 parent 2ee7b48 commit 6399044
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/hslam/netpoll

go 1.15

require (
github.com/hslam/sendfile v1.0.0
github.com/hslam/splice v1.0.0
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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/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=

0 comments on commit 6399044

Please sign in to comment.