프로세스 구동중인지 검출하는 로직 변경

This commit is contained in:
2023-06-28 18:29:12 +09:00
parent d04dd5b05d
commit 6a35d7b1fe
3 changed files with 3 additions and 39 deletions

1
go.mod
View File

@ -13,6 +13,5 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230525234025-438c736192d0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
)