github.com/getlantern/mtime@v0.0.0-20200417132445-23682092d1f7/go.mod (about)

     1  module github.com/getlantern/mtime
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // indirect
     7  	github.com/stretchr/testify v1.5.1
     8  )