Go to file
jordi fita mas 78d9a568bf Downgrade pgx to v4
I’ve tried to make RPM packages of numerus and pgx/v4 for AlmaLinux, so
install in a virtual server, but i was unable to break a build cycle
between golang/x/text, required by pgx, and golang/x/tools both a
dependency and a dependee of golang/x/text: once tools finished
building, it would trigger a new build for text, that in turn would
trigger a build for all its dependences, including tools.

At the end i had to create a Debian repository, because they already
have all the packages, even though i had to back port pgx/v4 from
Testing to bullseye.  I did not want to try my luck with writting
packages for pgx/v5, so v4 it is.
2023-01-15 20:45:45 +01:00
cmd/numerus Downgrade pgx to v4 2023-01-15 20:45:45 +01:00
deploy Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
pkg Downgrade pgx to v4 2023-01-15 20:45:45 +01:00
revert Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
test Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
verify Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
web/template Add the simplest possible web server to test login 2023-01-13 20:53:43 +01:00
COPYING Rename LICENSE to COPYING 2023-01-15 04:08:35 +01:00
go.mod Downgrade pgx to v4 2023-01-15 20:45:45 +01:00
go.sum Downgrade pgx to v4 2023-01-15 20:45:45 +01:00
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00