File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v2.14.0
3+ ## v1.2.14
44
55## Added
66
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You need to have a local fake email server running. The easiest way to do that i
88
99```
1010$ docker pull ghcr.io/deltachat/mail-server-tester:release
11- $ docker run -it --rm -p 3025:25 -p 3110:110 -p 3143:143 -p 3465:465 -p 3993:993 ghcr.io/deltachat/mail-server-tester
11+ $ docker run -it --rm -p 3025:25 -p 3110:110 -p 3143:143 -p 3465:465 -p 3993:993 ghcr.io/deltachat/mail-server-tester:release
1212```
1313
1414Then you can run the tests:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module echobot
33go 1.25
44
55require (
6- github.com/chatmail/rpc-client-go v1.134.0
6+ github.com/chatmail/rpc-client-go v1.2.14
77 github.com/stretchr/testify v1.8.2
88)
99
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module rpcbot
22
33go 1.25
44
5- require github.com/chatmail/rpc-client-go v1.134.0
5+ require github.com/chatmail/rpc-client-go v1.2.14
66
77require (
88 github.com/creachadair/jrpc2 v1.1.2 // indirect
You can’t perform that action at this time.
0 commit comments