Skip to content

Commit

Permalink
v1.1.0 add lark, operation log and WAF optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyale committed Apr 23, 2021
1 parent 916468d commit 7c4e778
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
github.com/go-ini/ini v1.38.1 // indirect
github.com/go-ldap/ldap/v3 v3.3.0 // indirect
github.com/go-ldap/ldap/v3 v3.3.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/nftables v0.0.0-20201230142148-715e31cb3c31
Expand All @@ -33,6 +33,7 @@ require (
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
golang.org/x/tools v0.1.1-0.20210408155258-593413344da1 // indirect
golang.org/x/tools/gopls v0.6.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
Expand Down
2 changes: 1 addition & 1 deletion static/janusec-admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<link rel="stylesheet" href="/janusec-admin/styles.50eb2ccb7b9839eeeaea.css"></head>
<body>
<app-root></app-root>
<script src="/janusec-admin/runtime-es2015.871528d607deca2f7955.js" type="module"></script><script src="/janusec-admin/runtime-es5.871528d607deca2f7955.js" nomodule defer></script><script src="/janusec-admin/polyfills-es5.a996d77834ff173dd004.js" nomodule defer></script><script src="/janusec-admin/polyfills-es2015.38a6f3d721fbb366d352.js" type="module"></script><script src="/janusec-admin/main-es2015.f0f966107f53d8124544.js" type="module"></script><script src="/janusec-admin/main-es5.f0f966107f53d8124544.js" nomodule defer></script></body>
<script src="/janusec-admin/runtime-es2015.871528d607deca2f7955.js" type="module"></script><script src="/janusec-admin/runtime-es5.871528d607deca2f7955.js" nomodule defer></script><script src="/janusec-admin/polyfills-es5.0afa16a7cc3677f2d832.js" nomodule defer></script><script src="/janusec-admin/polyfills-es2015.0b24a04100a678293b6b.js" type="module"></script><script src="/janusec-admin/main-es2015.ddc9c0a43d756b348ebc.js" type="module"></script><script src="/janusec-admin/main-es5.ddc9c0a43d756b348ebc.js" nomodule defer></script></body>
</html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/janusec-admin/main-es5.ddc9c0a43d756b348ebc.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/janusec-admin/main-es5.f0f966107f53d8124544.js

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

1 change: 1 addition & 0 deletions static/janusec-admin/polyfills-es5.0afa16a7cc3677f2d832.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/janusec-admin/polyfills-es5.a996d77834ff173dd004.js

This file was deleted.

0 comments on commit 7c4e778

Please sign in to comment.