Commit graph

11 commits

Author SHA1 Message Date
dependabot[bot]
80571fe843
chore(deps): bump github.com/jackc/pgx/v5 from 5.7.6 to 5.9.2
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.6 to 5.9.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.6...v5.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-23 00:41:37 +00:00
dependabot[bot]
6a7f7cc052
chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#1)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 17:25:55 +01:00
678736c6aa
chore(deps): update Go and dependencies
Bump Go version to 1.25.3 and update several dependencies:
- golang.org/x/oauth2 to v0.32.0
- cloud.google.com/go/compute/metadata to v0.9.0
- golang.org/x/crypto to v0.43.0
- golang.org/x/sync to v0.17.0
- golang.org/x/sys to v0.37.0
- golang.org/x/text to v0.30.0

This ensures compatibility and includes the latest bug fixes and
improvements.
2025-10-20 17:51:05 +02:00
4ccdaa85b4
feat: add sql-backed user store 2025-09-22 17:55:57 +02:00
29fb3054a5
chore: add sqlc queries and stubs 2025-09-21 13:51:13 +02:00
19d94a6349
chore: upgrade deps and document oauth env 2025-09-20 18:34:27 +02:00
52f479206c
feat: add google oauth login 2025-09-20 18:28:04 +02:00
abd0642edd
docs: add readme and make tooling targets 2025-09-20 15:41:35 +02:00
6180b24cf6
refactor: modularize server routes 2025-09-19 23:46:40 +02:00
31963497d7
refactor: restructure project layout 2025-09-19 23:21:59 +02:00
4d6e35c4cb
feat: initialize Go project with basic setup
Add initial project files:
- .air.toml for live reload configuration
- .gitignore for temporary and environment files
- go.mod with module and Go version
- main.go with a simple Hello World program

This sets up the foundation for further development.
2025-08-01 16:31:29 +02:00