1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 06:14:09 +00:00

go.mod: update dependencies

Addresses #94
This commit is contained in:
Justin McCarthy
2020-09-14 11:08:56 -07:00
parent c5a1bd804b
commit 4c5c18964b
18 changed files with 365 additions and 2307 deletions

View File

@@ -6,7 +6,7 @@ assets: $(THEME_SOURCES)
go install -mod=vendor github.com/containous/go-bindata/go-bindata
go install -mod=vendor github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
go-bindata-assetfs -pkg theme -prefix themes themes/...
mv bindata_assetfs.go internal/theme/themes_bindata.go
mv bindata.go internal/theme/themes_bindata.go
comply: assets $(GO_SOURCES)
@# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))