Marvin Steadfast
104e72bd86
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
393 B
Modula-2
16 lines
393 B
Modula-2
module github.com/vektra/mockery/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rs/zerolog v1.18.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
golang.org/x/tools v0.0.0-20200323144430-8dcfad9e016e
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|