We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d34a4e commit fb76339Copy full SHA for fb76339
Makefile
@@ -47,3 +47,9 @@ generate-api: generate-client format
47
generate-license:
48
go-licenses report --template .NOTICE.template ./... > NOTICE
49
copywrite headers apply
50
+
51
+install-build-deps:
52
+ go install github.com/vektra/mockery/v3@v3.2.1
53
+ go install github.com/google/go-licenses@v1.6.0
54
+ go install github.com/hashicorp/copywrite@v0.22.0
55
0 commit comments