github.com/scaleoutsean/fusego@v0.0.0-20220224074057-4a6429e46bb8/go.mod (about)

     1  module github.com/scaleoutsean/fusego
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
     7  	// github.com/github.com/scaleoutsean/fusego 3d84003f0f7f30c65c46728a87e80e2a5608ae36 
     8  	github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd
     9  	github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11
    10  	github.com/jacobsa/syncutil v0.0.0-20180201203307-228ac8e5a6c3
    11  	github.com/jacobsa/timeutil v0.0.0-20170205232429-577e5acbbcf6
    12  	github.com/kylelemons/godebug v1.1.0
    13  	golang.org/x/sys v0.0.0-20220209214540-3681064d5158
    14  )
    15  
    16  require (
    17  	github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
    18  	github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb // indirect
    19  	golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
    20  )