Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 27, 2023
1 parent b34275a commit 94b42f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/deltachat-bot/public-bots
go 1.21

require (
github.com/deltachat-bot/deltabot-cli-go v0.4.1-0.20230826154311-2e76497a3681
github.com/deltachat/deltachat-rpc-client-go v0.17.1-0.20230825233829-24baa9b81c67
github.com/deltachat-bot/deltabot-cli-go v0.5.0
github.com/deltachat/deltachat-rpc-client-go v1.127.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.2
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ github.com/creachadair/mds v0.0.1/go.mod h1:caBACU+n1Q/rZ252FTzfnG0/H+ZUi+UnIQtE
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deltachat-bot/deltabot-cli-go v0.4.1-0.20230826154311-2e76497a3681 h1:Cdwwluw2myaFkTBPw2Pqt6OTPRRWHwuEBdcJll4iN2M=
github.com/deltachat-bot/deltabot-cli-go v0.4.1-0.20230826154311-2e76497a3681/go.mod h1:npIUY/Z3HQuhHQlAJHoJmkEOYqlat0pXilAYT/Mz2EM=
github.com/deltachat/deltachat-rpc-client-go v0.17.1-0.20230825233829-24baa9b81c67 h1:YWmtYP75pdSV9/HAk7799QUJd6XGxq9lK6GRdw/Ppho=
github.com/deltachat/deltachat-rpc-client-go v0.17.1-0.20230825233829-24baa9b81c67/go.mod h1:2ISiMA742xpBiTP+KOLiTSNfZdKZChh6cnuvA10sqkA=
github.com/deltachat-bot/deltabot-cli-go v0.5.0 h1:WHHbG5++bO65risHzBj2jo0AOpBhJjVTKt6XH7d1KYo=
github.com/deltachat-bot/deltabot-cli-go v0.5.0/go.mod h1:Lj4cmrHgOk0LKUOei5RAjx94VLTs11CfPhIqOBT+g8c=
github.com/deltachat/deltachat-rpc-client-go v1.127.0 h1:fl0GAarlZsZBI3azYsBjGPV5kqZ9jxCVETyy2ONsCKI=
github.com/deltachat/deltachat-rpc-client-go v1.127.0/go.mod h1:BAmhQofUS1dJltema3k1ACBMqw7lZCpm399P4ZX4IhY=
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
Expand Down

0 comments on commit 94b42f1

Please sign in to comment.