Skip to content

Commit 1b8bb0f

Browse files
committed
fix: compatible with 32-bit system
Change-Id: I129c8b4eabe4478926bd94d65e4c444b839f27f4
1 parent fd60331 commit 1b8bb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require (
55
github.com/gogo/protobuf v1.2.1
66
github.com/golang/protobuf v1.3.1
77
github.com/henrylee2cn/cfgo v0.0.0-20180417024816-e6c3cc325b21
8-
github.com/henrylee2cn/goutil v0.0.0-20191029125303-21920e347847
9-
github.com/kavu/go_reuseport v1.4.0
8+
github.com/henrylee2cn/goutil v0.0.0-20200416032639-974f5b4094a2
9+
github.com/kavu/go_reuseport v1.4.0 // indirect
1010
github.com/lucas-clemente/quic-go v0.13.1
1111
github.com/montanaflynn/stats v0.5.0
1212
github.com/stretchr/testify v1.4.0

0 commit comments

Comments
 (0)