增加审计日志的导出功能

This commit is contained in:
lanrenwo
2022-07-25 18:50:05 +08:00
parent b8c3d33f2e
commit b9bd74ed1f
4 changed files with 74 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ require (
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
github.com/go-ldap/ldap/v3 v3.4.3 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/gocarina/gocsv v0.0.0-20220712153207-8b2118da4570 // indirect
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/google/gopacket v1.1.19
github.com/gorilla/mux v1.8.0