go.mway.dev/chrono@v0.6.1-0.20240126030049-189c5aef20d2/go.mod (about)

     1  module go.mway.dev/chrono
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/golang/mock v1.6.0
     7  	github.com/stretchr/testify v1.7.2
     8  	go.mway.dev/math v0.2.1
     9  	go.uber.org/atomic v1.9.0
    10  	go.uber.org/goleak v1.1.12
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/pmezard/go-difflib v1.0.0 // indirect
    16  	golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d // indirect
    17  	gopkg.in/yaml.v3 v3.0.1 // indirect
    18  )