Use go modules (#15)

This commit is contained in:
Alan Scherger
2019-01-09 16:58:52 -06:00
committed by Ludovic Fernandez
parent 2bc53608e9
commit c835c52085
6 changed files with 9 additions and 56 deletions

View File

@ -6,7 +6,7 @@ build:
CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o whoami
dependencies:
dep ensure -v
go mod download
image:
docker build -t containous/whoami .