fix package after repo name change

This commit is contained in:
Steven Polley 2018-08-01 19:51:59 -06:00
parent 385a0e349c
commit 663cadf297
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ pipeline:
commands: commands:
- go get - go get
- go build - go build
- pwd
publish: publish:
image: plugins/docker image: plugins/docker

View File

@ -14,7 +14,7 @@ import (
"strings" "strings"
"sync" "sync"
"deadbeef.codes/steven/mandelbrot/palette" "deadbeef.codes/steven/mandelmapper/palette"
) )
const ( const (