-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
27 lines (24 loc) · 853 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
module github.com/deltachat-bot/public-bots
go 1.21
require (
github.com/deltachat-bot/deltabot-cli-go v0.7.0
github.com/deltachat/deltachat-rpc-client-go v1.134.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.2
)
require (
github.com/creachadair/jrpc2 v1.1.2 // indirect
github.com/creachadair/mds v0.8.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mdp/qrterminal/v3 v3.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/qr v0.2.0 // indirect
)