-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.32 KB
/
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
26
27
28
29
30
31
32
33
34
35
module github.com/whosonfirst/go-webhookd-aws/v2
go 1.18
require (
github.com/aaronland/go-aws-session v0.1.0
github.com/aws/aws-sdk-go v1.44.191
github.com/sfomuseum/go-flags v0.10.0
github.com/whosonfirst/go-webhookd/v3 v3.2.0
)
require (
github.com/aaronland/go-chicken v0.2.2 // indirect
github.com/aaronland/go-http-server v1.0.0 // indirect
github.com/aaronland/go-roster v1.0.0 // indirect
github.com/aaronland/go-string v1.0.0 // indirect
github.com/aaronland/go-ucd/v13 v13.0.0 // indirect
github.com/akrylysov/algnhsa v0.12.1 // indirect
github.com/aws/aws-lambda-go v1.13.3 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
go.opencensus.io v0.23.0 // indirect
gocloud.dev v0.27.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/api v0.91.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)