-
Notifications
You must be signed in to change notification settings - Fork 10
Description
root@mon01:~/mod-gearman-worker-go# make
GOWORK=off go mod vendor
go: downloading github.com/appscode/g2 v0.0.0-20190123131438-388ba74fd273
go: downloading github.com/consol-monitoring/check_nsc_web v0.7.4
go: downloading github.com/kdar/factorlog v0.0.0-20211012144011-6ea75a169038
go: downloading github.com/nsf/termbox-go v1.1.1
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/sevlyar/go-daemon v0.1.6
go: downloading github.com/sni/shelltoken v0.0.0-20251121074725-29095f38eced
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/appscode/go v0.0.0-20201105063637-5613f3b8169f
go: downloading gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
go: downloading google.golang.org/protobuf v1.36.10
go: downloading github.com/mattn/go-runewidth v0.0.19
go: downloading github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
go: downloading golang.org/x/sys v0.38.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.67.3
go: downloading github.com/prometheus/procfs v0.19.2
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/golang/glog v1.2.5
go: downloading github.com/clipperhouse/uax29/v2 v2.3.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/clipperhouse/stringish v0.1.1
set -e; for CMD in check_gearman gearman_top mod_gearman_worker send_gearman; do
( cd ./cmd/$CMD && go build -ldflags "-s -w -X main.Build=d8b2b4c" -o ../../$CMD ) ;
done
go: no modules were found in the current workspace; see 'go help work'
make: *** [Makefile:74: build] Error 1