Skip to content

Commit 8e25124

Browse files
committed
fix: unable to create postgresdatabase: location not allowed, available
locations: [nine-cz41 nine-cz42 nine-es34]
1 parent b6ff757 commit 8e25124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/mattn/go-isatty v0.0.20
2727
github.com/moby/moby v28.5.1+incompatible
2828
github.com/moby/term v0.5.2
29-
github.com/ninech/apis v0.0.0-20251028130639-3aef8b148fd2
29+
github.com/ninech/apis v0.0.0-20251216104606-2b9f1436eb20
3030
github.com/posener/complete v1.2.3
3131
github.com/prometheus/common v0.67.4
3232
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
577577
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=
578578
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
579579
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
580-
github.com/ninech/apis v0.0.0-20251028130639-3aef8b148fd2 h1:iht5IoClsJOeu2g/TPWkEZSKo7jTCJly7F7IixfoHQM=
581-
github.com/ninech/apis v0.0.0-20251028130639-3aef8b148fd2/go.mod h1:v9N/4IvFju6G/Qp6BPanKG+V6VYsTFiytZs2hktr3Yk=
580+
github.com/ninech/apis v0.0.0-20251216104606-2b9f1436eb20 h1:XcFAJUrsyHpOlKqLkks7cwoul4juQ2QMet/ALbYiU9Y=
581+
github.com/ninech/apis v0.0.0-20251216104606-2b9f1436eb20/go.mod h1:a70Lrp7lseFzv/fO3q/05xSW42GQPKMFd7WE7XrrEjU=
582582
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
583583
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
584584
github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=

0 commit comments

Comments
 (0)