moq/go.mod
Kasper Juul Hermansen db1df76659
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
fix(deps): update module golang.org/x/tools to v0.18.0
2024-02-12 23:17:14 +00:00

14 lines
207 B
Modula-2

module github.com/matryer/moq
go 1.19
require (
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.18.0
)
require (
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.14.0 // indirect
)