-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 999 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 999 Bytes
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
26
27
module github.com/function61/lambda-alertmanager
go 1.26.4
require (
github.com/aws/aws-lambda-go v1.14.0
github.com/aws/aws-sdk-go v1.29.0
github.com/function61/eventhorizon v0.2.1-0.20260822112641-bdf8d2936b7f
github.com/function61/gokit v0.0.0-20260109142558-7b125766c662
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v1.6.1
)
require (
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect
github.com/apex/gateway v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/lmittmann/tint v1.0.5 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/xattr v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/sys v0.6.0 // indirect
)