-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NOTICE.md with details of used libraries and their licenses
A new file NOTICE.md has been created. This file documents the libraries used in this project along with their respective licenses. This will help users understand the source of our dependencies and their licensing agreements. Signed-off-by: Christian Roessner <[email protected]>
- Loading branch information
Christian Roessner
committed
May 15, 2024
1 parent
cdc4068
commit ead891d
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
The following libraries are used in this project: | ||
|
||
| Source | License | | ||
|-----------------------------------------------------------------------------------|--------------| | ||
| [github.com/DmitriyVTitov/size](http://github.com/DmitriyVTitov/size) | MIT | | ||
| [github.com/coreos/go-oidc](http://github.com/coreos/go-oidc)/v3 | Apache-2.0 | | ||
| [github.com/dspinhirne/netaddr-go](http://github.com/dspinhirne/netaddr-go) | Apache-2.0 | | ||
| [github.com/emersion/go-imap](http://github.com/emersion/go-imap) | MIT | | ||
| [github.com/emersion/go-smtp](http://github.com/emersion/go-smtp) | MIT | | ||
| [github.com/gin-contrib/pprof](http://github.com/gin-contrib/pprof) | MIT | | ||
| [github.com/gin-contrib/sessions](http://github.com/gin-contrib/sessions) | MIT | | ||
| [github.com/gin-gonic/gin](http://github.com/gin-gonic/gin) | MIT | | ||
| [github.com/go-kit/log](http://github.com/go-kit/log) | MIT | | ||
| [github.com/go-ldap/ldap](http://github.com/go-ldap/ldap)/v3 | MIT | | ||
| [github.com/go-webauthn/webauthn](http://github.com/go-webauthn/webauthn) | BSD 3-Clause | | ||
| [github.com/gwatts/gin-adapter](http://github.com/gwatts/gin-adapter) | MIT | | ||
| [github.com/justinas/nosurf](http://github.com/justinas/nosurf) | MIT | | ||
| [github.com/mackerelio/go-osstat](http://github.com/mackerelio/go-osstat) | Apache-2.0 | | ||
| [github.com/mitchellh/mapstructure](http://github.com/mitchellh/mapstructure) | MIT | | ||
| [github.com/nicksnyder/go-i18n](http://github.com/nicksnyder/go-i18n)/v2 | MIT | | ||
| [github.com/ory/hydra-client-go](http://github.com/ory/hydra-client-go)/v2 | Apache-2.0 | | ||
| [github.com/patrickmn/go-cache](http://github.com/patrickmn/go-cache) | MIT | | ||
| [github.com/pires/go-proxyproto](http://github.com/pires/go-proxyproto) | Apache-2.0 | | ||
| [github.com/pquerna/otp](http://github.com/pquerna/otp) | Apache-2.0 | | ||
| [github.com/prometheus/client_golang](http://github.com/prometheus/client_golang) | Apache-2.0 | | ||
| [github.com/prometheus/client_model](http://github.com/prometheus/client_model) | Apache-2.0 | | ||
| [github.com/redis/go-redis](http://github.com/redis/go-redis)/v9 | BSD-2-Clause | | ||
| [github.com/segmentio/ksuid](http://github.com/segmentio/ksuid) | MIT | | ||
| [github.com/simia-tech/crypt](http://github.com/simia-tech/crypt) | Apache-2.0 | | ||
| [github.com/spf13/pflag](http://github.com/spf13/pflag) | BSD-3-Clause | | ||
| [github.com/spf13/viper](http://github.com/spf13/viper) | MIT | | ||
| [github.com/tengattack/gluacrypto](http://github.com/tengattack/gluacrypto) | MIT | | ||
| [github.com/vadv/gopher-lua-libs](http://github.com/vadv/gopher-lua-libs) | BSD-3-Clause | | ||
| [github.com/yuin/gopher-lua](http://github.com/yuin/gopher-lua) | MIT | | ||
| [go.uber.org/zap](http://go.uber.org/zap) | MIT | | ||
| [golang.org/x/net](http://golang.org/x/net) | BSD-3-Clause | | ||
| [golang.org/x/oauth2](http://golang.org/x/oauth2) | BSD-3-Clause | | ||
| [golang.org/x/text](http://golang.org/x/text) | BSD-3-Clause | | ||
|
||
Many thanks to all these projects! |