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 98c1755 commit f35f9de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module github.com/hslam/rum

go 1.15

require (
github.com/hslam/netpoll v0.0.1
github.com/hslam/request v0.0.1
github.com/hslam/response v0.0.1
)
12 changes: 12 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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/request v0.0.1 h1:e/ZiC2jqrxrjGHBjYB8iEMAbBASl+l0/JtO4TaJY1p0=
github.com/hslam/request v0.0.1/go.mod h1:IAd//fhhTeA+hw73GdFOMQfvP5zeQjki9KZKAYcBhEI=
github.com/hslam/response v0.0.1 h1:XpoJuehNJkOoafsrdbkptPW8w98AuHW5YGY0fkqDM4I=
github.com/hslam/response v0.0.1/go.mod h1:JXn4BTA/vEUe7+Q1+T/75xrJJiDGWMdDoTL2pbEHScM=
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 f35f9de

Please sign in to comment.