-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 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/dispatchrun/dispatch-go
go 1.22.3
require (
buf.build/gen/go/stealthrocket/dispatch-proto/connectrpc/go v1.16.2-20240612225639-f8a6c0a10402.1
buf.build/gen/go/stealthrocket/dispatch-proto/protocolbuffers/go v1.34.2-20240612225639-f8a6c0a10402.2
connectrpc.com/connect v1.16.2
connectrpc.com/validate v0.1.0
github.com/aws/aws-lambda-go v1.47.0
github.com/dispatchrun/coroutine v0.9.1
github.com/offblocks/httpsig v0.8.1
golang.org/x/sys v0.21.0
google.golang.org/protobuf v1.34.2
)
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240508200655-46a4cf4ba109.2 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/bufbuild/protovalidate-go v0.6.2 // indirect
github.com/dunglas/httpsfv v1.0.2 // indirect
github.com/google/cel-go v0.20.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
)