-
Notifications
You must be signed in to change notification settings - Fork 33
/
go.mod
25 lines (22 loc) · 889 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/kiskolabs/heroku-cloudwatch-drain
go 1.19
require (
github.com/aws/aws-sdk-go v1.12.9-0.20171010225127-0c897fc0ae57
github.com/honeybadger-io/honeybadger-go v0.2.1
github.com/jcxplorer/cwlogger v0.0.0-20170704082755-4e30a5a47e6a
github.com/newrelic/go-agent v1.9.0
github.com/stretchr/testify v1.8.0
gopkg.in/tylerb/graceful.v1 v1.2.15
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shirou/gopsutil v2.16.13-0.20171008114115-8f7dc4e5a173+incompatible // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)