Skip to content

Commit

Permalink
Add third party licenses file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Jan 9, 2025
1 parent 888c062 commit 7818f32
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions licenses/third_party.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Licenses

| Software | License |
| :------- | :------ |
| cuelang.org/go | Apache-2.0 |
| github.com/Jeffail/gabs/v2 | MIT |
| github.com/Jeffail/grok | Apache-2.0 |
| github.com/Jeffail/shutdown | MIT |
| github.com/OneOfOne/xxhash | Apache-2.0 |
| github.com/cenkalti/backoff/v4 | MIT |
| github.com/cockroachdb/apd/v3 | Apache-2.0 |
| github.com/cpuguy83/go-md2man/v2/md2man | MIT |
| github.com/dustin/go-humanize | MIT |
| github.com/fatih/color | MIT |
| github.com/felixge/httpsnoop | MIT |
| github.com/fsnotify/fsnotify | BSD-3-Clause |
| github.com/go-logr/logr | Apache-2.0 |
| github.com/go-logr/stdr | Apache-2.0 |
| github.com/gofrs/uuid | MIT |
| github.com/golang-jwt/jwt/v5 | MIT |
| github.com/golang/snappy | BSD-3-Clause |
| github.com/gorilla/handlers | BSD-3-Clause |
| github.com/gorilla/mux | BSD-3-Clause |
| github.com/gorilla/websocket | BSD-2-Clause |
| github.com/govalues/decimal | MIT |
| github.com/hashicorp/golang-lru/arc/v2 | MPL-2.0 |
| github.com/hashicorp/golang-lru/v2 | MPL-2.0 |
| github.com/hashicorp/golang-lru/v2/simplelru | BSD-3-Clause |
| github.com/influxdata/go-syslog/v3 | MIT |
| github.com/itchyny/gojq | MIT |
| github.com/itchyny/timefmt-go | MIT |
| github.com/jmespath/go-jmespath | Apache-2.0 |
| github.com/klauspost/compress | Apache-2.0 |
| github.com/klauspost/compress/internal/snapref | BSD-3-Clause |
| github.com/klauspost/compress/s2 | BSD-3-Clause |
| github.com/klauspost/compress/snappy | BSD-3-Clause |
| github.com/klauspost/compress/zstd/internal/xxhash | MIT |
| github.com/klauspost/pgzip | MIT |
| github.com/linkedin/goavro/v2 | Apache-2.0 |
| github.com/matoous/go-nanoid/v2 | MIT |
| github.com/mattn/go-colorable | MIT |
| github.com/mattn/go-isatty | MIT |
| github.com/nsf/jsondiff | MIT |
| github.com/pierrec/lz4/v4 | BSD-3-Clause |
| github.com/quipo/dependencysolver | MIT |
| github.com/rcrowley/go-metrics | BSD-2-Clause-FreeBSD |
| github.com/redpanda-data/benthos/v4 | MIT |
| github.com/rickb777/period | BSD-3-Clause |
| github.com/rickb777/plural | BSD-3-Clause |
| github.com/robfig/cron/v3 | MIT |
| github.com/russross/blackfriday/v2 | BSD-2-Clause |
| github.com/segmentio/ksuid | MIT |
| github.com/sirupsen/logrus | MIT |
| github.com/tilinna/z85 | MIT |
| github.com/urfave/cli/v2 | MIT |
| github.com/xeipuuv/gojsonpointer | Apache-2.0 |
| github.com/xeipuuv/gojsonreference | Apache-2.0 |
| github.com/xeipuuv/gojsonschema | Apache-2.0 |
| github.com/xrash/smetrics | MIT |
| github.com/youmark/pkcs8 | MIT |
| go.opentelemetry.io/otel | Apache-2.0 |
| go.opentelemetry.io/otel/metric | Apache-2.0 |
| go.opentelemetry.io/otel/trace | Apache-2.0 |
| go.uber.org/multierr | MIT |
| golang.org/x/crypto | BSD-3-Clause |
| golang.org/x/oauth2 | BSD-3-Clause |
| golang.org/x/sync | BSD-3-Clause |
| golang.org/x/sys/unix | BSD-3-Clause |
| golang.org/x/text | BSD-3-Clause |
| gopkg.in/natefinch/lumberjack.v2 | MIT |
| gopkg.in/yaml.v3 | MIT |


0 comments on commit 7818f32

Please sign in to comment.