root@localhost:/opt/syteam-cj/resource-sync/backend# journalctl -u syteam-cj-backend.service -n 50 Mar 22 21:45:30 localhost systemd[1]: Stopped syteam-cj-backend.service - Resource Syn> Mar 22 21:45:30 localhost systemd[1]: Started syteam-cj-backend.service - Resource Syn> Mar 22 21:45:30 localhost go[370787]: main.go:8:2: missing go.sum entry for module pro> Mar 22 21:45:30 localhost go[370787]: go mod download github.com/gin-contrib/c> Mar 22 21:45:30 localhost go[370787]: main.go:9:2: missing go.sum entry for module pro> Mar 22 21:45:30 localhost go[370787]: go mod download github.com/gin-gonic/gin Mar 22 21:45:30 localhost go[370787]: main.go:10:2: missing go.sum entry for module pr> Mar 22 21:45:30 localhost go[370787]: go mod download github.com/joho/godotenv Mar 22 21:45:30 localhost go[370787]: config/nats.go:6:2: missing go.sum entry for mod> Mar 22 21:45:30 localhost go[370787]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:30 localhost go[370787]: config/redis.go:7:2: missing go.sum entry for mo> Mar 22 21:45:30 localhost go[370787]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:30 localhost go[370787]: controllers/auth.go:9:2: missing go.sum entry fo> Mar 22 21:45:30 localhost go[370787]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:30 localhost go[370787]: models/db.go:8:2: missing go.sum entry for modul> Mar 22 21:45:30 localhost go[370787]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:30 localhost go[370787]: models/cloud_account.go:6:2: missing go.sum entr> Mar 22 21:45:30 localhost go[370787]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:30 localhost go[370787]: models/user.go:7:2: missing go.sum entry for mod> Mar 22 21:45:30 localhost go[370787]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:30 localhost systemd[1]: syteam-cj-backend.service: Main process exited, > Mar 22 21:45:30 localhost systemd[1]: syteam-cj-backend.service: Failed with result 'e> Mar 22 21:45:31 localhost systemd[1]: syteam-cj-backend.service: Scheduled restart job> Mar 22 21:45:31 localhost systemd[1]: Stopped syteam-cj-backend.service - Resource Syn> Mar 22 21:45:31 localhost systemd[1]: Started syteam-cj-backend.service - Resource Syn> Mar 22 21:45:31 localhost go[370795]: main.go:8:2: missing go.sum entry for module pro> Mar 22 21:45:31 localhost go[370795]: go mod download github.com/gin-contrib/c> Mar 22 21:45:31 localhost go[370795]: main.go:9:2: missing go.sum entry for module pro> Mar 22 21:45:31 localhost go[370795]: go mod download github.com/gin-gonic/gin Mar 22 21:45:31 localhost go[370795]: main.go:10:2: missing go.sum entry for module pr> Mar 22 21:45:31 localhost go[370795]: go mod download github.com/joho/godotenv Mar 22 21:45:31 localhost go[370795]: config/nats.go:6:2: missing go.sum entry for mod> Mar 22 21:45:31 localhost go[370795]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:31 localhost go[370795]: config/redis.go:7:2: missing go.sum entry for mo> Mar 22 21:45:31 localhost go[370795]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:31 localhost go[370795]: controllers/auth.go:9:2: missing go.sum entry fo> Mar 22 21:45:31 localhost go[370795]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:31 localhost go[370795]: models/db.go:8:2: missing go.sum entry for modul> Mar 22 21:45:31 localhost go[370795]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:31 localhost go[370795]: models/cloud_account.go:6:2: missing go.sum entr> Mar 22 21:45:31 localhost go[370795]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:31 localhost go[370795]: models/user.go:7:2: missing go.sum entry for mod> Mar 22 21:45:31 localhost go[370795]: go get github.com/sy-team/resource-sync/> Mar 22 21:45:31 localhost systemd[1]: syteam-cj-backend.service: Main process exited, > Mar 22 21:45:31 localhost systemd[1]: syteam-cj-backend.service: Failed with result 'e> Mar 22 21:45:31 localhost systemd[1]: syteam-cj-backend.service: Scheduled restart job> Mar 22 21:45:31 localhost systemd[1]: Stopped syteam-cj-backend.service - Resource Syn> Mar 22 21:45:31 localhost systemd[1]: syteam-cj-backend.service: Start request repeate> Mar 22 21:45:31 localhost systemd[1]: syteam-cj-backend.service: Failed with result 'e> Mar 22 21:45:31 localhost systemd[1]: Failed to start syteam-cj-backend.service - Reso> root@localhost:/opt/syteam-cj/resource-sync/backend# cd /opt/syteam-cj/resource-sync/backend root@localhost:/opt/syteam-cj/resource-sync/backend# /usr/local/btgo/bin/go run main.go main.go:8:2: missing go.sum entry for module providing package github.com/gin-contrib/cors; to add: go mod download github.com/gin-contrib/cors main.go:9:2: missing go.sum entry for module providing package github.com/gin-gonic/gin; to add: go mod download github.com/gin-gonic/gin main.go:10:2: missing go.sum entry for module providing package github.com/joho/godotenv; to add: go mod download github.com/joho/godotenv config/nats.go:6:2: missing go.sum entry for module providing package github.com/nats-io/nats.go (imported by github.com/sy-team/resource-sync/config); to add: go get github.com/sy-team/resource-sync/config config/redis.go:7:2: missing go.sum entry for module providing package github.com/redis/go-redis/v9 (imported by github.com/sy-team/resource-sync/config); to add: go get github.com/sy-team/resource-sync/config controllers/auth.go:9:2: missing go.sum entry for module providing package github.com/golang-jwt/jwt/v5 (imported by github.com/sy-team/resource-sync/controllers); to add: go get github.com/sy-team/resource-sync/controllers models/db.go:8:2: missing go.sum entry for module providing package github.com/go-sql-driver/mysql (imported by github.com/sy-team/resource-sync/models); to add: go get github.com/sy-team/resource-sync/models models/cloud_account.go:6:2: missing go.sum entry for module providing package github.com/jinzhu/gorm (imported by github.com/sy-team/resource-sync/models); to add: go get github.com/sy-team/resource-sync/models models/user.go:7:2: missing go.sum entry for module providing package golang.org/x/crypto/bcrypt (imported by github.com/sy-team/resource-sync/models); to add: go get github.com/sy-team/resource-sync/models root@localhost:/opt/syteam-cj/resource-sync/backend#