updated dependencies

This commit is contained in:
ston1th 2023-01-15 16:27:22 +01:00
commit 89ed7a4100
364 changed files with 28950 additions and 17035 deletions

View file

@ -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