added log webhook support

This commit is contained in:
2024-03-17 12:07:17 +01:00
parent e0badcb7a2
commit cc745d177d
5 changed files with 96 additions and 4 deletions

2
go.mod
View File

@@ -7,11 +7,11 @@ require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)