dynamic endpoints

This commit is contained in:
2026-03-23 21:31:50 -04:00
parent 03791ecca8
commit 816ec8fd6b
6 changed files with 204 additions and 19 deletions

4
go.mod
View File

@@ -1,11 +1,11 @@
module github.com/taigrr/github-to-signal
go 1.26.0
go 1.26.1
require (
github.com/cbrgm/githubevents/v2 v2.2.0
github.com/google/go-github/v70 v70.0.0
github.com/taigrr/jety v0.2.0
github.com/taigrr/jety v0.4.0
github.com/taigrr/signalcli v0.0.0-20260301154901-6aed09f3f2af
)