updated dependencies
This commit is contained in:
parent
cca34832b7
commit
89ed7a4100
364 changed files with 28950 additions and 17035 deletions
5
Makefile
5
Makefile
|
|
@ -5,7 +5,7 @@ GCFLAGS=-gcflags '-e'
|
|||
LDFLAGS=-ldflags '-buildid=$(VERSION) -X main.version=$(VERSION) -s -w'
|
||||
PROGRAM=docstore
|
||||
CMD=-o $(PROGRAM) cmd/docstore/main.go
|
||||
ENV=CGO_ENABLED=0 GO111MODULE=on
|
||||
ENV=GOGC=0 CGO_ENABLED=0 GO111MODULE=on
|
||||
|
||||
arch:
|
||||
GOOS=openbsd make release PROGRAM=docstore_openbsd_amd64
|
||||
|
|
@ -41,6 +41,9 @@ codeqa: govet misspell staticcheck test
|
|||
govet:
|
||||
$(CC) vet ./...
|
||||
|
||||
update:
|
||||
$(ENV) $(CC) get -u ./...
|
||||
|
||||
misspell:
|
||||
$(GOPATH)/bin/misspell cmd/* pkg/* Makefile README.md sri.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue