-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 989 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
29
module github.com/dvaumoron/puzzletools
go 1.19
require (
github.com/dvaumoron/puzzleloginservice v1.7.0
github.com/dvaumoron/puzzlemarkdownextension v1.10.0
github.com/dvaumoron/puzzlerightservice v1.3.0
github.com/dvaumoron/puzzlesaltclient v1.1.2
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.7.0
github.com/wagslane/go-password-validator v0.3.0
github.com/yuin/goldmark v1.5.5
google.golang.org/grpc v1.54.0
)
require (
github.com/dvaumoron/puzzlegrpcclient v1.0.1 // indirect
github.com/dvaumoron/puzzlesaltservice v1.0.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.28.1 // indirect
)