Stop the process before compiling.

This commit is contained in:
skiffer-git 2024-05-07 20:57:33 +08:00
parent 04f5f45a3a
commit a0384cb928
2 changed files with 2 additions and 0 deletions

View File

@ -121,3 +121,4 @@ services:
- openim - openim

1
go.mod
View File

@ -44,6 +44,7 @@ require (
golang.org/x/sync v0.6.0 golang.org/x/sync v0.6.0
) )
require ( require (
cloud.google.com/go v0.112.0 // indirect cloud.google.com/go v0.112.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect cloud.google.com/go/compute v1.23.3 // indirect