-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.19 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
module github.com/phogolabs/theta
go 1.16
require (
github.com/apex/gateway v1.1.2
github.com/aws/aws-lambda-go v1.41.0
github.com/aws/aws-sdk-go v1.44.290
github.com/aws/aws-xray-sdk-go v1.8.1
github.com/awslabs/kinesis-aggregation/go v0.0.0-20230428132731-b06a97ace10c // indirect
github.com/go-chi/chi/v5 v5.0.8
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
github.com/harlow/kinesis-consumer v0.3.5
github.com/klauspost/compress v1.16.6 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/phogolabs/flaw v0.0.0-20230111045222-8efffb46800b // indirect
github.com/phogolabs/log v0.0.0-20230111045248-dad4d3c50e0f
github.com/valyala/fasthttp v1.48.0 // indirect
golang.org/x/tools v0.10.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230626202813-9b080da550b3 // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)