github.com/Capventis/moq@v0.2.6-0.20220316100624-05dd47497214/go.mod (about)

     1  module github.com/Capventis/moq
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/pmezard/go-difflib v1.0.0
     7  	golang.org/x/tools v0.1.9
     8  )