-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (44 loc) · 2.03 KB
/
go.mod
File metadata and controls
47 lines (44 loc) · 2.03 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/pentops/trigger
go 1.24.2
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250603165357-b52ab10f4468.1
github.com/elgris/sqrl v0.0.0-20210727210741-7e0198b30236
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/lib/pq v1.10.9
github.com/pentops/flowtest v0.0.0-20250731234319-af76c17154d5
github.com/pentops/golib v0.0.0-20250326060930-8c83d58ddb63
github.com/pentops/grpc.go v0.0.0-20250604193928-b45524df9c41
github.com/pentops/j5 v0.0.0-20250805181314-90e47c933653
github.com/pentops/log.go v0.0.16
github.com/pentops/o5-auth v0.0.0-20250305164344-739d2fcc76a6
github.com/pentops/o5-messaging v0.0.0-20250804192812-419352c5dd36
github.com/pentops/pgtest.go v0.0.0-20241223222214-7638cc50e15b
github.com/pentops/realms v0.0.0-20250803154340-aacc1b26be5d
github.com/pentops/runner v0.0.0-20250619010747-2bb7a5385324
github.com/pentops/sqrlx.go v0.0.0-20250520210217-2f46de329c7a
github.com/pressly/goose v2.7.0+incompatible
github.com/robfig/cron/v3 v3.0.1
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
google.golang.org/grpc v1.72.2
google.golang.org/protobuf v1.36.6
)
require (
buf.build/go/protovalidate v0.12.0 // indirect
cel.dev/expr v0.24.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/google/cel-go v0.25.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.0 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
)