fix bug: If there are uppercase letters in the directory, 'mage start' encounters an error (#2253)

* fix bug:
If there are uppercase letters in the directory, 'mage start' encounters an error

* update go.mod
This commit is contained in:
skiffer-git
2024-04-28 14:35:46 +08:00
committed by GitHub
parent 281e3a8d6c
commit 879cf75743
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module github.com/openimsdk/open-im-server/v3
go 1.21
go 1.21.2
require (
firebase.google.com/go v3.13.0+incompatible
@@ -34,7 +34,7 @@ require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/kelindar/bitmap v1.5.2
github.com/likexian/gokit v0.25.13
github.com/openimsdk/gomake v0.0.9
github.com/openimsdk/gomake v0.0.11
github.com/redis/go-redis/v9 v9.4.0
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil v3.21.11+incompatible