From f6f3751b4cf5450228729cb788a0f4a1e93dbff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 08:55:06 +0000 Subject: [PATCH 1/4] Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.14.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.13.2...v5.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 26 +++++++++++------------ go.sum | 67 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 45 insertions(+), 48 deletions(-) diff --git a/go.mod b/go.mod index 95af555d..d8cfc6b5 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/arduino/go-paths-helper v1.12.1 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 - github.com/go-git/go-git/v5 v5.13.2 + github.com/go-git/go-git/v5 v5.14.0 github.com/olekukonko/tablewriter v0.0.5 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 @@ -25,15 +25,15 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect - github.com/cloudflare/circl v1.3.7 // indirect + github.com/cloudflare/circl v1.6.0 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cyphar/filepath-securejoin v0.3.6 // indirect + github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect @@ -44,8 +44,8 @@ require ( github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.3.1 // indirect github.com/h2non/filetype v1.1.3 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -76,7 +76,7 @@ require ( github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect - github.com/skeema/knownhosts v1.3.0 // indirect + github.com/skeema/knownhosts v1.3.1 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.10.0 // indirect @@ -95,14 +95,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/go.sum b/go.sum index 7f2c4980..d548dd6a 100644 --- a/go.sum +++ b/go.sum @@ -52,8 +52,8 @@ github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= @@ -127,8 +127,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= +github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -167,8 +167,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= -github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= +github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -197,8 +197,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= -github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= +github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o= +github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -238,8 +238,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= -github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= +github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= +github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -583,8 +583,8 @@ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4er github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -608,9 +608,8 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -625,8 +624,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-jsonnet v0.16.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/go-jsonnet v0.17.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1119,8 +1118,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1181,8 +1180,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= -github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= +github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= +github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1415,8 +1414,8 @@ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= -golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1515,8 +1514,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1538,8 +1537,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1628,11 +1627,11 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= -golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1643,8 +1642,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1867,8 +1866,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/DataDog/dd-trace-go.v1 v1.27.0/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I= From 15f76aa639354a5d516d661d4810e6ba42829e57 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 00:59:04 -0800 Subject: [PATCH 2/4] Tidy dependent modules to reflect `github.com/go-git/go-git` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 26 +++++++++--------- docsgen/go.sum | 67 ++++++++++++++++++++++------------------------ ruledocsgen/go.mod | 26 +++++++++--------- ruledocsgen/go.sum | 67 ++++++++++++++++++++++------------------------ 4 files changed, 90 insertions(+), 96 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index b61a95df..490e83a5 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -16,7 +16,7 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-paths-helper v1.12.1 // indirect @@ -24,23 +24,23 @@ require ( github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/client9/misspell v0.3.4 // indirect - github.com/cloudflare/circl v1.3.7 // indirect + github.com/cloudflare/circl v1.6.0 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect - github.com/cyphar/filepath-securejoin v0.3.6 // indirect + github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.13.2 // indirect + github.com/go-git/go-git/v5 v5.14.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.3.1 // indirect github.com/h2non/filetype v1.1.3 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -75,7 +75,7 @@ require ( github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.3.0 // indirect + github.com/skeema/knownhosts v1.3.1 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -98,14 +98,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 08af98ac..f9f83ee8 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -52,8 +52,8 @@ github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= @@ -127,8 +127,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= +github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -168,8 +168,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= -github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= +github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -198,8 +198,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= -github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= +github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o= +github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -239,8 +239,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= -github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= +github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= +github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -584,8 +584,8 @@ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4er github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -609,9 +609,8 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -626,8 +625,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-jsonnet v0.16.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/go-jsonnet v0.17.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1120,8 +1119,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1183,8 +1182,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= -github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= +github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= +github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1417,8 +1416,8 @@ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= -golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1517,8 +1516,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1540,8 +1539,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1630,11 +1629,11 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= -golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1645,8 +1644,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1869,8 +1868,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/DataDog/dd-trace-go.v1 v1.27.0/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 82d6cd57..bff81103 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -16,29 +16,29 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/client9/misspell v0.3.4 // indirect - github.com/cloudflare/circl v1.3.7 // indirect + github.com/cloudflare/circl v1.6.0 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cyphar/filepath-securejoin v0.3.6 // indirect + github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.13.2 // indirect + github.com/go-git/go-git/v5 v5.14.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.3.1 // indirect github.com/h2non/filetype v1.1.3 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -71,7 +71,7 @@ require ( github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.3.0 // indirect + github.com/skeema/knownhosts v1.3.1 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -94,14 +94,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index ba7d57df..af3fb82e 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -54,8 +54,8 @@ github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= @@ -131,8 +131,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= +github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -171,8 +171,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= -github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= +github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -201,8 +201,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= -github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= +github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o= +github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -242,8 +242,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= -github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= +github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= +github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -587,8 +587,8 @@ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4er github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -612,9 +612,8 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -629,8 +628,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-jsonnet v0.16.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/go-jsonnet v0.17.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1123,8 +1122,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1187,8 +1186,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= -github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= +github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= +github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1427,8 +1426,8 @@ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= -golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= -golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1536,8 +1535,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1561,8 +1560,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1659,8 +1658,8 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= @@ -1669,8 +1668,8 @@ golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= -golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= -golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1685,8 +1684,8 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1911,8 +1910,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/DataDog/dd-trace-go.v1 v1.27.0/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I= From cdcb01d55f907366001441a72fecd6099896889a Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 01:09:31 -0800 Subject: [PATCH 3/4] Update dependency license metadata cache for `github.com/go-git/go-git` bump --- .../cloudflare/circl/dh/x25519.dep.yml | 6 +- .../cloudflare/circl/dh/x448.dep.yml | 6 +- .../cloudflare/circl/ecc/goldilocks.dep.yml | 6 +- .../cloudflare/circl/internal/conv.dep.yml | 6 +- .../cloudflare/circl/internal/sha3.dep.yml | 6 +- .../github.com/cloudflare/circl/math.dep.yml | 6 +- .../cloudflare/circl/math/fp25519.dep.yml | 6 +- .../cloudflare/circl/math/fp448.dep.yml | 6 +- .../cloudflare/circl/math/mlsbset.dep.yml | 6 +- .../github.com/cloudflare/circl/sign.dep.yml | 6 +- .../cloudflare/circl/sign/ed25519.dep.yml | 6 +- .../cloudflare/circl/sign/ed448.dep.yml | 6 +- .../cyphar/filepath-securejoin.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../github.com/golang/groupcache/lru.dep.yml | 4 +- .../github.com/golang/protobuf/jsonpb.dep.yml | 4 +- .../github.com/golang/protobuf/proto.dep.yml | 4 +- .../github.com/golang/protobuf/ptypes.dep.yml | 4 +- .../golang/protobuf/ptypes/any.dep.yml | 4 +- .../golang/protobuf/ptypes/duration.dep.yml | 4 +- .../golang/protobuf/ptypes/timestamp.dep.yml | 4 +- .../go/github.com/skeema/knownhosts.dep.yml | 6 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/hkdf.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../x/net/internal/httpcommon.dep.yml | 62 +++++++++++++++++++ .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- .../arduino-lint/go/golang.org/x/term.dep.yml | 2 +- .../go/golang.org/x/text/encoding.dep.yml | 6 +- .../x/text/encoding/internal.dep.yml | 6 +- .../text/encoding/internal/identifier.dep.yml | 6 +- .../x/text/encoding/unicode.dep.yml | 6 +- .../x/text/internal/utf8internal.dep.yml | 6 +- .../go/golang.org/x/text/runes.dep.yml | 6 +- .../cloudflare/circl/dh/x25519.dep.yml | 6 +- .../cloudflare/circl/dh/x448.dep.yml | 6 +- .../cloudflare/circl/ecc/goldilocks.dep.yml | 6 +- .../cloudflare/circl/internal/conv.dep.yml | 6 +- .../cloudflare/circl/internal/sha3.dep.yml | 6 +- .../github.com/cloudflare/circl/math.dep.yml | 6 +- .../cloudflare/circl/math/fp25519.dep.yml | 6 +- .../cloudflare/circl/math/fp448.dep.yml | 6 +- .../cloudflare/circl/math/mlsbset.dep.yml | 6 +- .../github.com/cloudflare/circl/sign.dep.yml | 6 +- .../cloudflare/circl/sign/ed25519.dep.yml | 6 +- .../cloudflare/circl/sign/ed448.dep.yml | 6 +- .../cyphar/filepath-securejoin.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../github.com/golang/groupcache/lru.dep.yml | 4 +- .../github.com/golang/protobuf/jsonpb.dep.yml | 4 +- .../github.com/golang/protobuf/proto.dep.yml | 4 +- .../github.com/golang/protobuf/ptypes.dep.yml | 4 +- .../golang/protobuf/ptypes/any.dep.yml | 4 +- .../golang/protobuf/ptypes/duration.dep.yml | 4 +- .../golang/protobuf/ptypes/timestamp.dep.yml | 4 +- .../go/github.com/skeema/knownhosts.dep.yml | 6 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/hkdf.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/http2.dep.yml | 6 +- .../x/net/internal/httpcommon.dep.yml | 62 +++++++++++++++++++ .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/proxy.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../docsgen/go/golang.org/x/sys/unix.dep.yml | 6 +- .../docsgen/go/golang.org/x/term.dep.yml | 2 +- .../go/golang.org/x/text/encoding.dep.yml | 6 +- .../x/text/encoding/internal.dep.yml | 6 +- .../text/encoding/internal/identifier.dep.yml | 6 +- .../x/text/encoding/unicode.dep.yml | 6 +- .../x/text/internal/utf8internal.dep.yml | 6 +- .../go/golang.org/x/text/runes.dep.yml | 6 +- .../cloudflare/circl/dh/x25519.dep.yml | 6 +- .../cloudflare/circl/dh/x448.dep.yml | 6 +- .../cloudflare/circl/ecc/goldilocks.dep.yml | 6 +- .../cloudflare/circl/internal/conv.dep.yml | 6 +- .../cloudflare/circl/internal/sha3.dep.yml | 6 +- .../github.com/cloudflare/circl/math.dep.yml | 6 +- .../cloudflare/circl/math/fp25519.dep.yml | 6 +- .../cloudflare/circl/math/fp448.dep.yml | 6 +- .../cloudflare/circl/math/mlsbset.dep.yml | 6 +- .../github.com/cloudflare/circl/sign.dep.yml | 6 +- .../cloudflare/circl/sign/ed25519.dep.yml | 6 +- .../cloudflare/circl/sign/ed448.dep.yml | 6 +- .../cyphar/filepath-securejoin.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../github.com/golang/groupcache/lru.dep.yml | 4 +- .../github.com/golang/protobuf/jsonpb.dep.yml | 4 +- .../github.com/golang/protobuf/proto.dep.yml | 4 +- .../github.com/golang/protobuf/ptypes.dep.yml | 4 +- .../golang/protobuf/ptypes/any.dep.yml | 4 +- .../golang/protobuf/ptypes/duration.dep.yml | 4 +- .../golang/protobuf/ptypes/timestamp.dep.yml | 4 +- .../go/github.com/skeema/knownhosts.dep.yml | 6 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/hkdf.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../x/net/internal/httpcommon.dep.yml | 62 +++++++++++++++++++ .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- .../ruledocsgen/go/golang.org/x/term.dep.yml | 2 +- .../go/golang.org/x/text/encoding.dep.yml | 6 +- .../x/text/encoding/internal.dep.yml | 6 +- .../text/encoding/internal/identifier.dep.yml | 6 +- .../x/text/encoding/unicode.dep.yml | 6 +- .../x/text/internal/utf8internal.dep.yml | 6 +- .../go/golang.org/x/text/runes.dep.yml | 6 +- 282 files changed, 984 insertions(+), 798 deletions(-) create mode 100644 .licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml create mode 100644 .licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml create mode 100644 .licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 500a57f0..54c1682f 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml index 951a866b..804cf21c 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index ab0f591c..4e18bb99 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.3.7 +version: v1.6.0 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml index 62d01022..b7d803cc 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.3.7 +version: v1.6.0 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml index b3f76274..0ac40817 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.3.7 +version: v1.6.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml index cc74ae78..6b99b5b6 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.3.7 +version: v1.6.0 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml index 4ebf3c37..b2a5c73e 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml index ad97715a..ee7e7fe1 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index 0a6e0d1f..a122e5fd 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.3.7 +version: v1.6.0 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml index aed6d656..f8f80af3 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.3.7 +version: v1.6.0 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index b9de6513..93291873 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml index edb6acff..538f5dc4 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml index 5b0f2cae..868b96d4 100644 --- a/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.3.6 +version: v0.4.1 type: go summary: Package securejoin implements a set of helpers to make it easier to write Go code that is safe against symlink-related escape attacks. diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml index c146824a..2df1ff1c 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.13.2 +version: v5.14.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml index 19f31f09..21b279ab 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2a04952f..f94faecf 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 812fc730..b41845a4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.13.2 +version: v5.14.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 847a60f6..2471a5f8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 4bebd890..e8c5b713 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.13.2 +version: v5.14.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 26e9abe7..2f7fe1f4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ff0f0552..079d0aed 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index a450c8c6..e345582e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index 7e6fba20..d32efb7c 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 98cecdec..81258e02 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index a598caf9..61463512 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.13.2 +version: v5.14.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 63ec2fea..3ba803e9 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0930ce8b..0fa899ea 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.13.2 +version: v5.14.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index b20fc7b4..65b18d29 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 0530e243..eb25a2af 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 7152b41a..94aaff11 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.13.2 +version: v5.14.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index d8ad34d7..b9e3ecd1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.13.2 +version: v5.14.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 70873b87..60c59377 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.13.2 +version: v5.14.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 74b3d7cf..872dcec2 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 4798564f..bba9c677 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.13.2 +version: v5.14.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 262b1d97..07b40fda 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.13.2 +version: v5.14.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 05c0260a..4a87df6a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.13.2 +version: v5.14.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index b7307e34..3fabe97c 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.13.2 +version: v5.14.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index efd228ab..2ce5a07a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.13.2 +version: v5.14.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 9a716a06..04c1eb25 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.13.2 +version: v5.14.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index bdf62713..faad88ce 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.13.2 +version: v5.14.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index c99f2a17..2324532d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.13.2 +version: v5.14.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 3bf529af..f37ae004 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.13.2 +version: v5.14.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 0cbbeb48..d90e8c98 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.13.2 +version: v5.14.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index f6ac68f9..1a38d8e8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.13.2 +version: v5.14.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 3cef0f03..322b91d1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.13.2 +version: v5.14.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml index a74cd7dc..96b66446 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index e20d66fe..13d7935f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 9947ed03..861b8765 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.13.2 +version: v5.14.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 5c4e9ca0..edde9fd8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.13.2 +version: v5.14.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 7af945d5..ad373e2d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.13.2 +version: v5.14.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 05ff14ca..a9318990 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.13.2 +version: v5.14.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index e5123361..971ae0a7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.13.2 +version: v5.14.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index d0eabf84..0a6da20f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.13.2 +version: v5.14.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6cdc5ab8..5d8e9f9e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index e8676bcd..a0ad39ad 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 315a047b..f6fa2a87 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index e7e24050..0a700ff4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.13.2 +version: v5.14.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 5719d2b4..db27c50d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 6ccc6beb..af601bbb 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml b/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml index 9fa3fc71..11dad64f 100644 --- a/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/groupcache/lru -version: v0.0.0-20210331224755-41bb18bfe9da +version: v0.0.0-20241129210726-2c02b8208cf8 type: go summary: Package lru implements an LRU cache. homepage: https://pkg.go.dev/github.com/golang/groupcache/lru license: apache-2.0 licenses: -- sources: groupcache@v0.0.0-20210331224755-41bb18bfe9da/LICENSE +- sources: groupcache@v0.0.0-20241129210726-2c02b8208cf8/LICENSE text: | Apache License Version 2.0, January 2004 diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml index f31bd044..3d01c024 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/golang/protobuf/jsonpb -version: v1.5.3 +version: v1.5.4 type: go summary: Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml index cec24b9a..d9415b9a 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/proto -version: v1.5.3 +version: v1.5.4 type: go summary: Package proto provides functionality for handling protocol buffer messages. homepage: https://pkg.go.dev/github.com/golang/protobuf/proto license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml index 61048e01..814a7f57 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes -version: v1.5.3 +version: v1.5.4 type: go summary: Package ptypes provides functionality for interacting with well-known types. homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml index e964341f..41d67629 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/any -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml index a2afe63a..facc6503 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/duration -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 0eaf03df..50bcfb28 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/timestamp -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml b/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml index e60ef13d..61e2ba7d 100644 --- a/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.3.0 +version: v1.3.1 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. @@ -212,7 +212,7 @@ licenses: limitations under the License. - sources: README.md text: |- - **Source code copyright 2024 Skeema LLC and the Skeema Knownhosts authors** + **Source code copyright 2025 Skeema LLC and the Skeema Knownhosts authors** ```text Licensed under the Apache License, Version 2.0 (the "License"); @@ -230,7 +230,7 @@ licenses: notices: - sources: NOTICE text: |- - Copyright 2024 Skeema LLC and the Skeema Knownhosts authors + Copyright 2025 Skeema LLC and the Skeema Knownhosts authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml index ffff61be..0f5276c3 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.32.0 +version: v0.35.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml index d3d02e34..9370f6ec 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.32.0 +version: v0.35.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml index c8ee4041..f6803c41 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.32.0 +version: v0.35.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml index 221e479b..32791320 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.32.0 +version: v0.35.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml index aa3d6625..13a95d3c 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.32.0 +version: v0.35.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml index f46b5c38..8d1b40b1 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml index 00f76cd3..326eff3a 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.32.0 +version: v0.35.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml index 43d6c938..e1533c54 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.32.0 +version: v0.35.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml index 60e34f25..9458072a 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.32.0 +version: v0.35.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index d923d32a..e939d393 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 7ba7fb3b..6327a9ce 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.32.0 +version: v0.35.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml index 74a24b94..238a28bf 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.34.0 +version: v0.35.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml index 92cd6578..7b8a9b52 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.34.0 +version: v0.35.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml new file mode 100644 index 00000000..e81b28f1 --- /dev/null +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -0,0 +1,62 @@ +--- +name: golang.org/x/net/internal/httpcommon +version: v0.35.0 +type: go +summary: +homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon +license: other +licenses: +- sources: net@v0.35.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +- sources: net@v0.35.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google hereby grants to You a perpetual, worldwide, non-exclusive, + no-charge, royalty-free, irrevocable (except as stated in this section) + patent license to make, have made, use, offer to sell, sell, import, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml index b858f1e6..209361da 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.34.0 +version: v0.35.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml index dc29c00f..9b7aeffb 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.34.0 +version: v0.35.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml index e836f007..d40dbc43 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.34.0 +version: v0.35.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml index cc30ed23..f33c9b95 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.34.0 +version: v0.35.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml index 4c6200e0..9d8c4139 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.29.0 +version: v0.30.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml index 3cfc4cbc..996da088 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.29.0 +version: v0.30.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml index 7ebcb76e..97cfe967 100644 --- a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.28.0 +version: v0.29.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml index a3db99df..fe0cfcf5 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.21.0 +version: v0.22.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml index 253505da..ac5f4c76 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 82bf0b76..53cc1213 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.21.0 +version: v0.22.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml index 86483b51..0da684d4 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.21.0 +version: v0.22.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml index c88db981..dce1e8cc 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml index 5f94dd43..2718dfde 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.21.0 +version: v0.22.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 500a57f0..54c1682f 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml index 951a866b..804cf21c 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index ab0f591c..4e18bb99 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.3.7 +version: v1.6.0 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml index 62d01022..b7d803cc 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.3.7 +version: v1.6.0 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml index b3f76274..0ac40817 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.3.7 +version: v1.6.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml index cc74ae78..6b99b5b6 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.3.7 +version: v1.6.0 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml index 4ebf3c37..b2a5c73e 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml index ad97715a..ee7e7fe1 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index 0a6e0d1f..a122e5fd 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.3.7 +version: v1.6.0 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml index aed6d656..f8f80af3 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.3.7 +version: v1.6.0 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index b9de6513..93291873 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml index edb6acff..538f5dc4 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml index 5b0f2cae..868b96d4 100644 --- a/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.3.6 +version: v0.4.1 type: go summary: Package securejoin implements a set of helpers to make it easier to write Go code that is safe against symlink-related escape attacks. diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml index c146824a..2df1ff1c 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.13.2 +version: v5.14.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml index 19f31f09..21b279ab 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2a04952f..f94faecf 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 812fc730..b41845a4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.13.2 +version: v5.14.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 847a60f6..2471a5f8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 4bebd890..e8c5b713 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.13.2 +version: v5.14.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 26e9abe7..2f7fe1f4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ff0f0552..079d0aed 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index a450c8c6..e345582e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index 7e6fba20..d32efb7c 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 98cecdec..81258e02 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index a598caf9..61463512 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.13.2 +version: v5.14.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 63ec2fea..3ba803e9 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0930ce8b..0fa899ea 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.13.2 +version: v5.14.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index b20fc7b4..65b18d29 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 0530e243..eb25a2af 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 7152b41a..94aaff11 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.13.2 +version: v5.14.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index d8ad34d7..b9e3ecd1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.13.2 +version: v5.14.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 70873b87..60c59377 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.13.2 +version: v5.14.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 74b3d7cf..872dcec2 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 4798564f..bba9c677 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.13.2 +version: v5.14.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 262b1d97..07b40fda 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.13.2 +version: v5.14.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 05c0260a..4a87df6a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.13.2 +version: v5.14.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index b7307e34..3fabe97c 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.13.2 +version: v5.14.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index efd228ab..2ce5a07a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.13.2 +version: v5.14.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 9a716a06..04c1eb25 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.13.2 +version: v5.14.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index bdf62713..faad88ce 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.13.2 +version: v5.14.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index c99f2a17..2324532d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.13.2 +version: v5.14.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 3bf529af..f37ae004 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.13.2 +version: v5.14.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 0cbbeb48..d90e8c98 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.13.2 +version: v5.14.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index f6ac68f9..1a38d8e8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.13.2 +version: v5.14.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 3cef0f03..322b91d1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.13.2 +version: v5.14.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index a74cd7dc..96b66446 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index e20d66fe..13d7935f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 9947ed03..861b8765 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.13.2 +version: v5.14.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 5c4e9ca0..edde9fd8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.13.2 +version: v5.14.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 7af945d5..ad373e2d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.13.2 +version: v5.14.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 05ff14ca..a9318990 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.13.2 +version: v5.14.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index e5123361..971ae0a7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.13.2 +version: v5.14.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index d0eabf84..0a6da20f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.13.2 +version: v5.14.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6cdc5ab8..5d8e9f9e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index e8676bcd..a0ad39ad 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 315a047b..f6fa2a87 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index e7e24050..0a700ff4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.13.2 +version: v5.14.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 5719d2b4..db27c50d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 6ccc6beb..af601bbb 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml b/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml index 9fa3fc71..11dad64f 100644 --- a/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/groupcache/lru -version: v0.0.0-20210331224755-41bb18bfe9da +version: v0.0.0-20241129210726-2c02b8208cf8 type: go summary: Package lru implements an LRU cache. homepage: https://pkg.go.dev/github.com/golang/groupcache/lru license: apache-2.0 licenses: -- sources: groupcache@v0.0.0-20210331224755-41bb18bfe9da/LICENSE +- sources: groupcache@v0.0.0-20241129210726-2c02b8208cf8/LICENSE text: | Apache License Version 2.0, January 2004 diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml index f31bd044..3d01c024 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/golang/protobuf/jsonpb -version: v1.5.3 +version: v1.5.4 type: go summary: Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml index cec24b9a..d9415b9a 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/proto -version: v1.5.3 +version: v1.5.4 type: go summary: Package proto provides functionality for handling protocol buffer messages. homepage: https://pkg.go.dev/github.com/golang/protobuf/proto license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml index 61048e01..814a7f57 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes -version: v1.5.3 +version: v1.5.4 type: go summary: Package ptypes provides functionality for interacting with well-known types. homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index e964341f..41d67629 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/any -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index a2afe63a..facc6503 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/duration -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 0eaf03df..50bcfb28 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/timestamp -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml b/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml index e60ef13d..61e2ba7d 100644 --- a/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.3.0 +version: v1.3.1 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. @@ -212,7 +212,7 @@ licenses: limitations under the License. - sources: README.md text: |- - **Source code copyright 2024 Skeema LLC and the Skeema Knownhosts authors** + **Source code copyright 2025 Skeema LLC and the Skeema Knownhosts authors** ```text Licensed under the Apache License, Version 2.0 (the "License"); @@ -230,7 +230,7 @@ licenses: notices: - sources: NOTICE text: |- - Copyright 2024 Skeema LLC and the Skeema Knownhosts authors + Copyright 2025 Skeema LLC and the Skeema Knownhosts authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml index ffff61be..0f5276c3 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.32.0 +version: v0.35.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml index d3d02e34..9370f6ec 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.32.0 +version: v0.35.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml index c8ee4041..f6803c41 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.32.0 +version: v0.35.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml index 221e479b..32791320 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.32.0 +version: v0.35.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml index aa3d6625..13a95d3c 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.32.0 +version: v0.35.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml index f46b5c38..8d1b40b1 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml index 00f76cd3..326eff3a 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.32.0 +version: v0.35.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml index 43d6c938..e1533c54 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.32.0 +version: v0.35.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index 60e34f25..9458072a 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.32.0 +version: v0.35.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index d923d32a..e939d393 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 7ba7fb3b..6327a9ce 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.32.0 +version: v0.35.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml index 74a24b94..238a28bf 100644 --- a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.34.0 +version: v0.35.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml index 92cd6578..7b8a9b52 100644 --- a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.34.0 +version: v0.35.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml new file mode 100644 index 00000000..e81b28f1 --- /dev/null +++ b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -0,0 +1,62 @@ +--- +name: golang.org/x/net/internal/httpcommon +version: v0.35.0 +type: go +summary: +homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon +license: other +licenses: +- sources: net@v0.35.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +- sources: net@v0.35.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google hereby grants to You a perpetual, worldwide, non-exclusive, + no-charge, royalty-free, irrevocable (except as stated in this section) + patent license to make, have made, use, offer to sell, sell, import, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml index b858f1e6..209361da 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.34.0 +version: v0.35.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml index dc29c00f..9b7aeffb 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.34.0 +version: v0.35.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml index e836f007..d40dbc43 100644 --- a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.34.0 +version: v0.35.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml index cc30ed23..f33c9b95 100644 --- a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.34.0 +version: v0.35.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml index 4c6200e0..9d8c4139 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.29.0 +version: v0.30.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml index 3cfc4cbc..996da088 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.29.0 +version: v0.30.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/term.dep.yml b/.licenses/docsgen/go/golang.org/x/term.dep.yml index 7ebcb76e..97cfe967 100644 --- a/.licenses/docsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.28.0 +version: v0.29.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml index a3db99df..fe0cfcf5 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.21.0 +version: v0.22.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml index 253505da..ac5f4c76 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 82bf0b76..53cc1213 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.21.0 +version: v0.22.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml index 86483b51..0da684d4 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.21.0 +version: v0.22.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml index c88db981..dce1e8cc 100644 --- a/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml b/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml index 5f94dd43..2718dfde 100644 --- a/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.21.0 +version: v0.22.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 500a57f0..54c1682f 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml index 951a866b..804cf21c 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index ab0f591c..4e18bb99 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.3.7 +version: v1.6.0 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml index 62d01022..b7d803cc 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.3.7 +version: v1.6.0 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml index b3f76274..0ac40817 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.3.7 +version: v1.6.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml index cc74ae78..6b99b5b6 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.3.7 +version: v1.6.0 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml index 4ebf3c37..b2a5c73e 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml index ad97715a..ee7e7fe1 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index 0a6e0d1f..a122e5fd 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.3.7 +version: v1.6.0 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml index aed6d656..f8f80af3 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.3.7 +version: v1.6.0 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index b9de6513..93291873 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml index edb6acff..538f5dc4 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml index 5b0f2cae..868b96d4 100644 --- a/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.3.6 +version: v0.4.1 type: go summary: Package securejoin implements a set of helpers to make it easier to write Go code that is safe against symlink-related escape attacks. diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml index c146824a..2df1ff1c 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.13.2 +version: v5.14.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml index 19f31f09..21b279ab 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2a04952f..f94faecf 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 812fc730..b41845a4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.13.2 +version: v5.14.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 847a60f6..2471a5f8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 4bebd890..e8c5b713 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.13.2 +version: v5.14.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 26e9abe7..2f7fe1f4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ff0f0552..079d0aed 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index a450c8c6..e345582e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index 7e6fba20..d32efb7c 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 98cecdec..81258e02 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index a598caf9..61463512 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.13.2 +version: v5.14.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 63ec2fea..3ba803e9 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0930ce8b..0fa899ea 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.13.2 +version: v5.14.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index b20fc7b4..65b18d29 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 0530e243..eb25a2af 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 7152b41a..94aaff11 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.13.2 +version: v5.14.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index d8ad34d7..b9e3ecd1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.13.2 +version: v5.14.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 70873b87..60c59377 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.13.2 +version: v5.14.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 74b3d7cf..872dcec2 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 4798564f..bba9c677 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.13.2 +version: v5.14.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 262b1d97..07b40fda 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.13.2 +version: v5.14.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 05c0260a..4a87df6a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.13.2 +version: v5.14.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index b7307e34..3fabe97c 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.13.2 +version: v5.14.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index efd228ab..2ce5a07a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.13.2 +version: v5.14.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 9a716a06..04c1eb25 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.13.2 +version: v5.14.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index bdf62713..faad88ce 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.13.2 +version: v5.14.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index c99f2a17..2324532d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.13.2 +version: v5.14.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 3bf529af..f37ae004 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.13.2 +version: v5.14.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 0cbbeb48..d90e8c98 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.13.2 +version: v5.14.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index f6ac68f9..1a38d8e8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.13.2 +version: v5.14.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 3cef0f03..322b91d1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.13.2 +version: v5.14.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index a74cd7dc..96b66446 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index e20d66fe..13d7935f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 9947ed03..861b8765 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.13.2 +version: v5.14.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 5c4e9ca0..edde9fd8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.13.2 +version: v5.14.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 7af945d5..ad373e2d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.13.2 +version: v5.14.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 05ff14ca..a9318990 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.13.2 +version: v5.14.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index e5123361..971ae0a7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.13.2 +version: v5.14.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index d0eabf84..0a6da20f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.13.2 +version: v5.14.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6cdc5ab8..5d8e9f9e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index e8676bcd..a0ad39ad 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 315a047b..f6fa2a87 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index e7e24050..0a700ff4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.13.2 +version: v5.14.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 5719d2b4..db27c50d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 6ccc6beb..af601bbb 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml index 9fa3fc71..11dad64f 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/groupcache/lru -version: v0.0.0-20210331224755-41bb18bfe9da +version: v0.0.0-20241129210726-2c02b8208cf8 type: go summary: Package lru implements an LRU cache. homepage: https://pkg.go.dev/github.com/golang/groupcache/lru license: apache-2.0 licenses: -- sources: groupcache@v0.0.0-20210331224755-41bb18bfe9da/LICENSE +- sources: groupcache@v0.0.0-20241129210726-2c02b8208cf8/LICENSE text: | Apache License Version 2.0, January 2004 diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml index f31bd044..3d01c024 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/golang/protobuf/jsonpb -version: v1.5.3 +version: v1.5.4 type: go summary: Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml index cec24b9a..d9415b9a 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/proto -version: v1.5.3 +version: v1.5.4 type: go summary: Package proto provides functionality for handling protocol buffer messages. homepage: https://pkg.go.dev/github.com/golang/protobuf/proto license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml index 61048e01..814a7f57 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes -version: v1.5.3 +version: v1.5.4 type: go summary: Package ptypes provides functionality for interacting with well-known types. homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index e964341f..41d67629 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/any -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index a2afe63a..facc6503 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/duration -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 0eaf03df..50bcfb28 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/timestamp -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml b/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml index e60ef13d..61e2ba7d 100644 --- a/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.3.0 +version: v1.3.1 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. @@ -212,7 +212,7 @@ licenses: limitations under the License. - sources: README.md text: |- - **Source code copyright 2024 Skeema LLC and the Skeema Knownhosts authors** + **Source code copyright 2025 Skeema LLC and the Skeema Knownhosts authors** ```text Licensed under the Apache License, Version 2.0 (the "License"); @@ -230,7 +230,7 @@ licenses: notices: - sources: NOTICE text: |- - Copyright 2024 Skeema LLC and the Skeema Knownhosts authors + Copyright 2025 Skeema LLC and the Skeema Knownhosts authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml index ffff61be..0f5276c3 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.32.0 +version: v0.35.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml index d3d02e34..9370f6ec 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.32.0 +version: v0.35.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml index c8ee4041..f6803c41 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.32.0 +version: v0.35.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml index 221e479b..32791320 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.32.0 +version: v0.35.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml index aa3d6625..13a95d3c 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.32.0 +version: v0.35.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml index f46b5c38..8d1b40b1 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml index 00f76cd3..326eff3a 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.32.0 +version: v0.35.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml index 43d6c938..e1533c54 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.32.0 +version: v0.35.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index 60e34f25..9458072a 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.32.0 +version: v0.35.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index d923d32a..e939d393 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 7ba7fb3b..6327a9ce 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.32.0 +version: v0.35.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml index 74a24b94..238a28bf 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.34.0 +version: v0.35.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml index 92cd6578..7b8a9b52 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.34.0 +version: v0.35.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml new file mode 100644 index 00000000..e81b28f1 --- /dev/null +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -0,0 +1,62 @@ +--- +name: golang.org/x/net/internal/httpcommon +version: v0.35.0 +type: go +summary: +homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon +license: other +licenses: +- sources: net@v0.35.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +- sources: net@v0.35.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google hereby grants to You a perpetual, worldwide, non-exclusive, + no-charge, royalty-free, irrevocable (except as stated in this section) + patent license to make, have made, use, offer to sell, sell, import, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml index b858f1e6..209361da 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.34.0 +version: v0.35.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml index dc29c00f..9b7aeffb 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.34.0 +version: v0.35.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml index e836f007..d40dbc43 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.34.0 +version: v0.35.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml index cc30ed23..f33c9b95 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.34.0 +version: v0.35.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml index 4c6200e0..9d8c4139 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.29.0 +version: v0.30.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml index 3cfc4cbc..996da088 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.29.0 +version: v0.30.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml index 7ebcb76e..97cfe967 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.28.0 +version: v0.29.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml index a3db99df..fe0cfcf5 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.21.0 +version: v0.22.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml index 253505da..ac5f4c76 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 82bf0b76..53cc1213 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.21.0 +version: v0.22.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml index 86483b51..0da684d4 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.21.0 +version: v0.22.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml index c88db981..dce1e8cc 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml index 5f94dd43..2718dfde 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.21.0 +version: v0.22.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) From 8363c7a63615090836835264d4ac22e39b85f4d8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 01:10:40 -0800 Subject: [PATCH 4/4] Manually define dependency license metadata that was not detected The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed. --- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 2 +- .../docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml | 2 +- .../ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml index e81b28f1..027a885d 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -4,7 +4,7 @@ version: v0.35.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon -license: other +license: bsd-3-clause licenses: - sources: net@v0.35.0/LICENSE text: | diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index e81b28f1..027a885d 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -4,7 +4,7 @@ version: v0.35.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon -license: other +license: bsd-3-clause licenses: - sources: net@v0.35.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index e81b28f1..027a885d 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -4,7 +4,7 @@ version: v0.35.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon -license: other +license: bsd-3-clause licenses: - sources: net@v0.35.0/LICENSE text: |