github.com/release-engineering/exodus-rsync@v1.11.2/go.tools.mod (about)

     1  module github.com/release-engineering/exodus-rsync
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/golang/mock v1.5.0 // indirect
     7  	golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
     8  	golang.org/x/tools v0.1.0 // indirect
     9  )