mirror of
https://github.com/taigrr/github-to-signal.git
synced 2026-04-15 01:31:03 -07:00
- Bump go-github from v70 to v84 - Bump githubevents from v2.2.0 to v2.15.2 - Update signalcli to latest - Update Go toolchain to 1.26.2 - Add comprehensive tests for all format functions - Add tests for firstLine, truncate, splitMessage helpers - Add edge case tests (singular commit, closed issue body suppression)
19 lines
476 B
Modula-2
19 lines
476 B
Modula-2
module github.com/taigrr/github-to-signal
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/cbrgm/githubevents/v2 v2.15.2
|
|
github.com/google/go-github/v84 v84.0.0
|
|
github.com/taigrr/jety v0.4.0
|
|
github.com/taigrr/signalcli v0.0.0-20260412082710-b926f174d525
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0 // indirect
|
|
github.com/google/go-querystring v1.2.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|