move from deadbeef.codes to code.stevenpolley.net
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Steven Polley 2024-06-28 11:57:09 -06:00
parent c1b138aad1
commit 1dd6fa470e
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name: default
workspace:
base: /go
path: src/deadbeef.codes/steven/mandelmapper
path: src/code.stevenpolley.net/steven/mandelmapper
steps:
- name: build
@ -20,4 +20,4 @@ steps:
- name: publish
image: plugins/docker
settings:
repo: registry.deadbeef.codes/mandelmapper
repo: registry.stevenpolley.net/mandelmapper

4
go.mod
View File

@ -1,5 +1,5 @@
module deadbeef.codes/steven/mandelmapper
go 1.21
go 1.22
require golang.org/x/image v0.15.0
require golang.org/x/image v0.18.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/image v0.15.0 h1:kOELfmgrmJlw4Cdb7g/QGuB3CvDrXbqEIww/pNtNBm8=
golang.org/x/image v0.15.0/go.mod h1:HUYqC05R2ZcZ3ejNQsIHQDQiwWM4JBqmm6MKANTp4LE=
golang.org/x/image v0.18.0 h1:jGzIakQa/ZXI1I0Fxvaa9W7yP25TqT6cHIHn+6CqvSQ=
golang.org/x/image v0.18.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E=