github.com/network-quality/goresponsiveness@v0.0.0-20240129151524-343954285090/go.mod (about)

     1  module github.com/network-quality/goresponsiveness
     2  
     3  go 1.21
     4  
     5  require (
     6  	golang.org/x/net v0.7.0
     7  	golang.org/x/sys v0.5.0
     8  )
     9  
    10  require (
    11  	golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
    12  	golang.org/x/text v0.7.0 // indirect
    13  )
    14  
    15  require (
    16  	github.com/influxdata/tdigest v0.0.1
    17  	github.com/stretchr/testify v1.8.3
    18  )
    19  
    20  require (
    21  	github.com/davecgh/go-spew v1.1.1 // indirect
    22  	github.com/pmezard/go-difflib v1.0.0 // indirect
    23  	gopkg.in/yaml.v3 v3.0.1 // indirect
    24  )