Skip to content

Commit f35f9de

Browse files
committed
add go mod
1 parent 98c1755 commit f35f9de

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/hslam/rum
2+
3+
go 1.15
4+
5+
require (
6+
github.com/hslam/netpoll v0.0.1
7+
github.com/hslam/request v0.0.1
8+
github.com/hslam/response v0.0.1
9+
)

go.sum

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
github.com/hslam/mmap v1.0.0 h1:GSp55lZrPDhctob3yE0SqESBjzgCn9cP4iu4Pmmm+gE=
2+
github.com/hslam/mmap v1.0.0/go.mod h1:mtuj54WoaupC65QteY9RubXVPkQT86Q/Xj0WPzRefFw=
3+
github.com/hslam/netpoll v0.0.1 h1:kT7VDjDM3yI0VTuj0IoYBdcJYwKIqHjYn4rIJUi9PqA=
4+
github.com/hslam/netpoll v0.0.1/go.mod h1:90BnYLxisS2kDmFrKQxmB+k1cEqAj/zCtms1kEbzZKc=
5+
github.com/hslam/request v0.0.1 h1:e/ZiC2jqrxrjGHBjYB8iEMAbBASl+l0/JtO4TaJY1p0=
6+
github.com/hslam/request v0.0.1/go.mod h1:IAd//fhhTeA+hw73GdFOMQfvP5zeQjki9KZKAYcBhEI=
7+
github.com/hslam/response v0.0.1 h1:XpoJuehNJkOoafsrdbkptPW8w98AuHW5YGY0fkqDM4I=
8+
github.com/hslam/response v0.0.1/go.mod h1:JXn4BTA/vEUe7+Q1+T/75xrJJiDGWMdDoTL2pbEHScM=
9+
github.com/hslam/sendfile v1.0.0 h1:kAOsxqvTyHseaUC7smR6uqpKQFFkuizhEtVITuluxn0=
10+
github.com/hslam/sendfile v1.0.0/go.mod h1:IVInXNh7ccvv6fdFkcC3gRGCH7E+fRsTlyBnftCAk5A=
11+
github.com/hslam/splice v1.0.0 h1:B8cGoO5ivgOIxIcKVtKURUKuK1YIBBWr0OVkPxZiSl8=
12+
github.com/hslam/splice v1.0.0/go.mod h1:7D1QlFptoG0ruXzcAwpzckKxUN4+ZpvrIhwfbcAQcx8=

0 commit comments

Comments
 (0)