* Use go modules for dependencies * PR feedback: put back include in Makefile It is necessary for travis because it uses Makefile targets in build-harness * PR Feedback: Fix .travis.yml Since make targets are based on go modules, travis.yml definition needs to change appropriately to no longer use godep and glide.
10 lines
217 B
Modula-2
10 lines
217 B
Modula-2
module github.com/cloudposse/prometheus-to-cloudwatch
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.35.21 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/prometheus/common v0.14.0 // indirect
|
|
)
|