-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.85 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
36
37
38
39
40
41
42
module github.com/pentops/o5-test-app
go 1.22.4
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
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/pentops/flowtest v0.0.0-20240806162256-23b05c4df309
github.com/pentops/go-grpc-helpers v0.0.0-20240806161744-1a499a2d8108
github.com/pentops/j5 v0.0.0-20240810013210-12540c68f639
github.com/pentops/log.go v0.0.0-20240806161938-2742d05b4c24
github.com/pentops/o5-messaging v0.0.0-20240810013929-db56de35f3ed
github.com/pentops/pgtest.go v0.0.0-20240806042712-cca5bdfe6542
github.com/pentops/protostate v0.0.0-20240810014359-b8c03420cbfb
github.com/pentops/realms v0.0.0-20240810000025-29d00346a1f8
github.com/pentops/runner v0.0.0-20240806162317-0eb1ced9ab3d
github.com/pentops/sqrlx.go v0.0.0-20240806064322-33adc0ac5bd4
github.com/pressly/goose v2.7.0+incompatible
google.golang.org/genproto/googleapis/api v0.0.0-20240805194559-2c9e96a0b5d4
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
require (
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/bufbuild/protovalidate-go v0.6.3 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/cel-go v0.21.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4 // indirect
)