25 lines
668 B
Modula-2
25 lines
668 B
Modula-2
module github.com/vincentc-afk/gitea-notification-hub
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.4
|
|
github.com/mattn/go-sqlite3 v1.14.33
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/slack-go/slack v0.17.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|