Experimental custodial API
Go to file
dependabot[bot] d9806ca02c
build(deps): bump github.com/jackc/pgx/v5 from 5.3.0 to 5.3.1 (#61)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 15:37:22 +03:00
.github bump: go version -> 1.20.X 2023-02-24 16:48:23 +00:00
cmd/service feat: add in-built db migrator 2023-03-01 11:19:57 +00:00
internal refactor: ctx propagation, api handlers 2023-02-24 16:46:46 +00:00
migrations feat: add in-built db migrator 2023-03-01 11:19:57 +00:00
pkg feat: add in-built db migrator 2023-03-01 11:19:57 +00:00
.deepsource.toml init: celo wip 2022-11-30 09:51:24 +00:00
.env.example fix: enable CGO builds 2022-12-01 09:19:47 +00:00
.gitignore tests (keystore): add integration tests 2022-12-19 08:59:16 +00:00
.goreleaser.yaml feat: add in-built db migrator 2023-03-01 11:19:57 +00:00
Dockerfile feat: add in-built db migrator 2023-03-01 11:19:57 +00:00
LICENSE release: v0.1.0-alpha 2022-12-01 08:09:46 +00:00
config.toml feat: add in-built db migrator 2023-03-01 11:19:57 +00:00
docker-compose.build.yaml ci: fix docker cache image source 2023-01-10 11:23:30 +00:00
docker-compose.dev.yaml refactor: breaking API changes 2023-02-15 10:05:43 +03:00
go.mod build(deps): bump github.com/jackc/pgx/v5 from 5.3.0 to 5.3.1 (#61) 2023-03-01 15:37:22 +03:00
go.sum build(deps): bump github.com/jackc/pgx/v5 from 5.3.0 to 5.3.1 (#61) 2023-03-01 15:37:22 +03:00
queries.sql build: move SQL queries to root folder 2023-02-28 10:37:30 +00:00