Skip to content

Commit

Permalink
Merge pull request #65 from ucirello/master
Browse files Browse the repository at this point in the history
chore: migrate to go modules
  • Loading branch information
ucirello authored Aug 12, 2019
2 parents 87e8266 + c303b68 commit c5a1bd8
Show file tree
Hide file tree
Showing 125 changed files with 7,334 additions and 2,443 deletions.
289 changes: 0 additions & 289 deletions Gopkg.lock

This file was deleted.

30 changes: 0 additions & 30 deletions Gopkg.toml

This file was deleted.

13 changes: 6 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ GO_SOURCES := $(shell find . -name '*.go')
THEME_SOURCES := $(shell find themes)

assets: $(THEME_SOURCES)
@go get github.com/jteeuwen/go-bindata/...
@go get github.com/elazarl/go-bindata-assetfs/...
@go install github.com/elazarl/go-bindata-assetfs
go-bindata-assetfs -o bindata.go -pkg theme -prefix themes themes/...
mv bindata.go internal/theme/themes_bindata.go
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

comply: assets $(GO_SOURCES)
@# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
Expand Down Expand Up @@ -128,7 +127,7 @@ minor: clean gitsem
release-deps: gitsem gh-release

gitsem:
go get -u github.com/Clever/gitsem
go install github.com/Clever/gitsem

gh-release:
go get -u github.com/aktau/github-release
go install github.com/aktau/github-release
Loading

0 comments on commit c5a1bd8

Please sign in to comment.