feat:mod tidy

This commit is contained in:
pluto 2023-08-31 18:49:14 +08:00
parent b82a262e00
commit d30589425a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/conversion
go 1.17
go 1.18
require (

View File

@ -45,5 +45,5 @@ func TestRequestConversion(t *testing.T) {
// pass
func TestChatLogsConversion(t *testing.T) {
// If the printed result is too long, the console will not display it, but it can run normally
ChatLogsConversion()
//ChatLogsConversion()
}