godeps to go mod

This commit is contained in:
Onur Yılmaz 2024-08-01 18:50:45 +00:00
parent 40912fd6f7
commit 0b3a548e1e
112 changed files with 176 additions and 14353 deletions

View file

@ -4,7 +4,7 @@ VERSION = 2.0.0-alpha.3
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
gotty: main.go server/*.go webtty/*.go backend/*.go Makefile
godep go build ${BUILD_OPTIONS}
go build ${BUILD_OPTIONS}
.PHONY: asset
asset: bindata/static/js/gotty-bundle.js bindata/static/index.html bindata/static/favicon.png bindata/static/css/index.css bindata/static/css/xterm.css bindata/static/css/xterm_customize.css