-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 892 Bytes
/
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
module github.com/jukeizu/birthday
go 1.20
require (
github.com/cheapRoc/grpc-zerolog v0.0.0-20180425150930-27ca9d023ead
github.com/golang/protobuf v1.5.3
github.com/jnewmano/grpc-json-proxy v0.0.0-20180914194908-38a7fdf2bd5c
github.com/jukeizu/contract v0.1.0
github.com/lib/pq v1.0.0
github.com/mattn/go-shellwords v1.0.3
github.com/oklog/run v1.0.0
github.com/olebedev/when v0.0.0-20190131080308-164b69386514
github.com/rs/xid v1.2.1
github.com/rs/zerolog v1.11.0
github.com/shawntoffel/gossage v0.0.1
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)
require (
github.com/AlekSi/pointer v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
)