cicd: build auth using actions
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m39s
Build and Deploy Go App / deploy (push) Successful in 27s

This commit is contained in:
nihonium 2025-11-27 06:35:43 +03:00
parent 4c74315291
commit e98d2c6509
Signed by: nihonium
GPG key ID: 0251623741027CFC
2 changed files with 23 additions and 5 deletions

3
go.mod
View file

@ -9,10 +9,7 @@ require (
github.com/jackc/pgx/v5 v5.7.6
github.com/oapi-codegen/runtime v1.1.2
github.com/pelletier/go-toml/v2 v2.2.4
<<<<<<< HEAD
=======
github.com/sirupsen/logrus v1.9.3
>>>>>>> front
)
require (