2020-07-02 19:36:10 +01:00
|
|
|
module tools
|
|
|
|
|
|
2024-01-16 14:23:08 -06:00
|
|
|
go 1.21
|
2020-07-02 19:36:10 +01:00
|
|
|
|
|
|
|
|
require (
|
2024-01-16 14:23:08 -06:00
|
|
|
github.com/golang/mock v1.6.1-0.20211230170304-bdab070d9c4e // indirect
|
2020-07-02 19:36:10 +01:00
|
|
|
github.com/golangci/golangci-lint v1.24.1-0.20200420081818-6771beaee681 // indirect
|
|
|
|
|
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 // indirect
|
2024-01-16 14:23:08 -06:00
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.17.1-0.20240112224347-9164f2aedb4f // indirect
|
2020-07-02 19:36:10 +01:00
|
|
|
)
|