You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While following the build directions to run as plugin for webirc gateway I am getting the following error when I run make in the webircgateway directory.
plugin
github.com/tus/tusd/cmd/tusd/cli/hooks
# github.com/tus/tusd/cmd/tusd/cli/hooks
../go/src/github.com/tus/tusd/cmd/tusd/cli/hooks/file.go:57:32: cmd.ProcessState.ExitCode undefined (type *os.ProcessState has no field or method ExitCode)
github.com/go-sql-driver/mysql
github.com/mattn/go-sqlite3
github.com/rubenv/sql-migrate/sqlparse
gopkg.in/gorp.v1
github.com/rubenv/sql-migrate
github.com/tus/tusd/uid
gopkg.in/Acconut/lockfile.v1
github.com/kiwiirc/plugin-fileuploader/shardedfilestore
github.com/kiwiirc/plugin-fileuploader/expirer
github.com/rs/zerolog/log
os/signal
Makefile:26: recipe for target 'build-plugins' failed
make: *** [build-plugins] Error 2
The text was updated successfully, but these errors were encountered:
While following the build directions to run as plugin for webirc gateway I am getting the following error when I run
make
in the webircgateway directory.The text was updated successfully, but these errors were encountered: