87a34102f5
* make: add target cl for create changelog entry This PR adds `tools/cl-entry` and the `make cl` Makefile target for conveniently creating correctly formatted Changelog entries. * Update tools/cl-entry/main.go Co-authored-by: Luiz Aoqui <luiz@hashicorp.com> * Update tools/cl-entry/main.go Co-authored-by: Luiz Aoqui <luiz@hashicorp.com> Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
15 lines
276 B
Modula-2
15 lines
276 B
Modula-2
module github.com/hashicorp/nomad/tools
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.37.26
|
|
github.com/hashicorp/go-set v0.1.6
|
|
github.com/shoenig/test v0.4.4
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
)
|