-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the go-modules group with 33 updates #1
Conversation
Bumps the go-modules group with 33 updates: | Package | From | To | | --- | --- | --- | | [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.3.2` | `1.4.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.31.1` | `1.33.1` | | [github.com/paketo-buildpacks/libnodejs](https://github.com/paketo-buildpacks/libnodejs) | `0.1.0` | `0.2.0` | | [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) | `0.18.2` | `0.18.5` | | [github.com/paketo-buildpacks/packit/v2](https://github.com/paketo-buildpacks/packit) | `2.12.0` | `2.14.0` | | [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` | | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.11.4` | `0.12.3` | | [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` | | [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) | `0.14.3` | `0.15.1` | | [github.com/distribution/reference](https://github.com/distribution/reference) | `0.5.0` | `0.6.0` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.4` | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.1` | `1.4.2` | | [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` | | [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.14.0` | `0.19.1` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.6` | `1.17.8` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.10.0` | `1.12.0` | | [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) | `3.23.9` | `3.23.12` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.14` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.6.1` | `0.8.0` | | [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.11` | `0.5.12` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.48.0` | `0.49.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` | | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.23.1` | `1.24.0` | | [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20230510235704-dd950f8aeaea` | `0.0.0-20231006140011-7918f672742d` | | [golang.org/x/net](https://github.com/golang/net) | `0.23.0` | `0.25.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.6.0` | `0.7.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.18.0` | `0.20.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.14.0` | `0.15.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20231106174013-bbf56f31fb17` | `0.0.0-20240123012728-ef4313101c80` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.0` | `1.62.0` | | google.golang.org/protobuf | `1.33.0` | `1.34.1` | Updates `github.com/BurntSushi/toml` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.3.2...v1.4.0) Updates `github.com/onsi/gomega` from 1.31.1 to 1.33.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.31.1...v1.33.1) Updates `github.com/paketo-buildpacks/libnodejs` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/paketo-buildpacks/libnodejs/releases) - [Commits](paketo-buildpacks/libnodejs@v0.1.0...v0.2.0) Updates `github.com/paketo-buildpacks/occam` from 0.18.2 to 0.18.5 - [Release notes](https://github.com/paketo-buildpacks/occam/releases) - [Commits](paketo-buildpacks/occam@v0.18.2...v0.18.5) Updates `github.com/paketo-buildpacks/packit/v2` from 2.12.0 to 2.14.0 - [Release notes](https://github.com/paketo-buildpacks/packit/releases) - [Commits](paketo-buildpacks/packit@v2.12.0...v2.14.0) Updates `github.com/Microsoft/go-winio` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/Microsoft/go-winio/releases) - [Commits](microsoft/go-winio@v0.6.1...v0.6.2) Updates `github.com/Microsoft/hcsshim` from 0.11.4 to 0.12.3 - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.11.4...v0.12.3) Updates `github.com/cenkalti/backoff/v4` from 4.2.1 to 4.3.0 - [Commits](cenkalti/backoff@v4.2.1...v4.3.0) Updates `github.com/containerd/stargz-snapshotter/estargz` from 0.14.3 to 0.15.1 - [Release notes](https://github.com/containerd/stargz-snapshotter/releases) - [Commits](containerd/stargz-snapshotter@v0.14.3...v0.15.1) Updates `github.com/distribution/reference` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/distribution/reference/releases) - [Commits](distribution/reference@v0.5.0...v0.6.0) Updates `github.com/gabriel-vasile/mimetype` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](gabriel-vasile/mimetype@v1.4.3...v1.4.4) Updates `github.com/go-logr/logr` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.1...v1.4.2) Updates `github.com/go-ole/go-ole` from 1.2.6 to 1.3.0 - [Release notes](https://github.com/go-ole/go-ole/releases) - [Changelog](https://github.com/go-ole/go-ole/blob/master/ChangeLog.md) - [Commits](go-ole/go-ole@v1.2.6...v1.3.0) Updates `github.com/golang/protobuf` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](golang/protobuf@v1.5.3...v1.5.4) Updates `github.com/google/go-containerregistry` from 0.14.0 to 0.19.1 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.14.0...v0.19.1) Updates `github.com/klauspost/compress` from 1.17.6 to 1.17.8 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.6...v1.17.8) Updates `github.com/rogpeppe/go-internal` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](rogpeppe/go-internal@v1.10.0...v1.12.0) Updates `github.com/shirou/gopsutil/v3` from 3.23.9 to 3.23.12 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v3.23.9...v3.23.12) Updates `github.com/tklauser/go-sysconf` from 0.3.12 to 0.3.14 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](tklauser/go-sysconf@v0.3.12...v0.3.14) Updates `github.com/tklauser/numcpus` from 0.6.1 to 0.8.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](tklauser/numcpus@v0.6.1...v0.8.0) Updates `github.com/ulikunitz/xz` from 0.5.11 to 0.5.12 - [Commits](ulikunitz/xz@v0.5.11...v0.5.12) Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.48.0...zpages/v0.49.0) Updates `go.opentelemetry.io/otel` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0) Updates `go.opentelemetry.io/otel/metric` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0) Updates `go.opentelemetry.io/otel/trace` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0) Updates `golang.org/x/exp` from 0.0.0-20230510235704-dd950f8aeaea to 0.0.0-20231006140011-7918f672742d - [Commits](https://github.com/golang/exp/commits) Updates `golang.org/x/net` from 0.23.0 to 0.25.0 - [Commits](golang/net@v0.23.0...v0.25.0) Updates `golang.org/x/sync` from 0.6.0 to 0.7.0 - [Commits](golang/sync@v0.6.0...v0.7.0) Updates `golang.org/x/sys` from 0.18.0 to 0.20.0 - [Commits](golang/sys@v0.18.0...v0.20.0) Updates `golang.org/x/text` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.14.0...v0.15.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20231106174013-bbf56f31fb17 to 0.0.0-20240123012728-ef4313101c80 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.61.0 to 1.62.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.61.0...v1.62.0) Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1 --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/paketo-buildpacks/libnodejs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/paketo-buildpacks/occam dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/paketo-buildpacks/packit/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/Microsoft/go-winio dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/Microsoft/hcsshim dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/cenkalti/backoff/v4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/containerd/stargz-snapshotter/estargz dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/distribution/reference dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/go-logr/logr dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/go-ole/go-ole dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/golang/protobuf dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/google/go-containerregistry dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/ulikunitz/xz dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/otel dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/otel/metric dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/otel/trace dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/exp dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/text dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: google.golang.org/grpc dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <[email protected]>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the go-modules group with 33 updates:
1.3.2
1.4.0
1.31.1
1.33.1
0.1.0
0.2.0
0.18.2
0.18.5
2.12.0
2.14.0
0.6.1
0.6.2
0.11.4
0.12.3
4.2.1
4.3.0
0.14.3
0.15.1
0.5.0
0.6.0
1.4.3
1.4.4
1.4.1
1.4.2
1.2.6
1.3.0
1.5.3
1.5.4
0.14.0
0.19.1
1.17.6
1.17.8
1.10.0
1.12.0
3.23.9
3.23.12
0.3.12
0.3.14
0.6.1
0.8.0
0.5.11
0.5.12
0.48.0
0.49.0
1.23.1
1.24.0
1.23.1
1.24.0
1.23.1
1.24.0
0.0.0-20230510235704-dd950f8aeaea
0.0.0-20231006140011-7918f672742d
0.23.0
0.25.0
0.6.0
0.7.0
0.18.0
0.20.0
0.14.0
0.15.0
0.0.0-20231106174013-bbf56f31fb17
0.0.0-20240123012728-ef4313101c80
1.61.0
1.62.0
1.33.0
1.34.1
Updates
github.com/BurntSushi/toml
from 1.3.2 to 1.4.0Release notes
Sourced from github.com/BurntSushi/toml's releases.
Commits
1e2c053
Undeprecate PrimitiveDecode and MetaData.PrimitiveDecode()f8f7e48
Update toml-test9a80667
Add -json flag to tomlv3203540
fuzz: move fuzz_targets from oss-fuzz (#406)77ce858
Add Marshal Function (#405)0e879cb
Fix panic when trying to set subkey for a value that's not a tablec299e75
Update toml-test4223137
Fix inline tables with dotted keys inside inline arrays (#400)45e7e49
Update toml-testc320c2d
Fix utf8.RuneError testUpdates
github.com/onsi/gomega
from 1.31.1 to 1.33.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
8a658bb
v1.33.1e9bc35a
Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.23a66379
fix confusing eventually docsf2e65fc
v1.33.002e8706
docs: Receive(POINTER, MATCHER)ec1f186
feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests9999deb
Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)cb5ff21
Bump github-pages from 229 to 230 in /docs (#735)bac6596
Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)4379951
v1.32.0Updates
github.com/paketo-buildpacks/libnodejs
from 0.1.0 to 0.2.0Release notes
Sourced from github.com/paketo-buildpacks/libnodejs's releases.
Commits
8ffb45d
build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10f2f612a
Add function to resolve nodejs version to be used (#14)Updates
github.com/paketo-buildpacks/occam
from 0.18.2 to 0.18.5Release notes
Sourced from github.com/paketo-buildpacks/occam's releases.
Commits
f23ed80
use go 1.20 (#288)4e0efea
remove toolchain from go.modea10e39
update fakes059d6bc
Bump github.com/google/go-containerregistry from 0.14.0 to 0.19.11f22679
Bump github.com/docker/docker37cf400
Bump github.com/onsi/gomega from 1.30.0 to 1.32.0122482e
Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 (#285)393f58f
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0Updates
github.com/paketo-buildpacks/packit/v2
from 2.12.0 to 2.14.0Release notes
Sourced from github.com/paketo-buildpacks/packit/v2's releases.
Commits
13393ec
Support reading service bindings from VCAP_SERVICES env var (#566)35d8f76
Bump github.com/onsi/gomega from 1.33.0 to 1.33.1ce376b7
Fixes mirror bug when originalHost is excluded (#569)4c9f338
Allows users to set a dependency mirror (#563)4e9c21d
Bump github.com/onsi/gomega from 1.32.0 to 1.33.0dd77ec5
Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.1295b8056
Bump github.com/onsi/gomega from 1.31.1 to 1.32.0777a503
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0c1b785b
Bump github.com/google/uuid from 1.5.0 to 1.6.0b31dc83
Bump github.com/onsi/gomega from 1.31.0 to 1.31.1Updates
github.com/Microsoft/go-winio
from 0.6.1 to 0.6.2Release notes
Sourced from github.com/Microsoft/go-winio's releases.
Commits
3c9576c
Update go1.21 and CI (#315)008bc6e
fileinfo: internally fix FileBasicInfo memory alignment (#312)bc421d9
Bug: Close hvsock handle on listen error; fix tests (#310)553a715
Merge pull request #302 from dblohm7/implevel21963303
pipe.go: add DialPipeAccessImpLevele6aebd6
fix: already typo (#303)eb5b095
sd.go: fix calculation of security descriptor length in SddlToSecurityDescrip...87c84cf
[lint] Remove deprecated tar.TypeRegA (#300)9f0d5dc
Switch from sycall to windows (#295)fec52bd
[lint] Fix errors from #276 (#296)Updates
github.com/Microsoft/hcsshim
from 0.11.4 to 0.12.3Release notes
Sourced from github.com/Microsoft/hcsshim's releases.
... (truncated)
Commits
c950974
Update go-winio to v0.6.2 & fix lint errorsad1ccf5
fix: move permissions to the correct job (#2080) (#2081)6588c1c
Updating permissions and github release action versions (#2078) (#2079)202f90a
Add spans and drop large size high volume trace logsfe8c673
updatenewBinaryCmd
URL path handling (#2041)85086d7
Upgrade to go1.21 + fix lint errors8039310
[deps] Omni-bus dependency update (#2039)7458e58
Update Cmd IO handling (#1937)5f9910a
Fix CodeQL pipeline failure (#2032)c56a09c
Merge pull request #1998 from yyatmsft/removeInternalTests2Updates
github.com/cenkalti/backoff/v4
from 4.2.1 to 4.3.0Commits
720b789
remove travis badge from readmea83af7f
feat(backoff): Add functional options for ExponentialBackOff Closes #136Updates
github.com/containerd/stargz-snapshotter/estargz
from 0.14.3 to 0.15.1Release notes
Sourced from github.com/containerd/stargz-snapshotter/estargz's releases.
Commits
64ab83b
Merge pull request #1456 from ktock/p-0.15.12832142
Merge pull request #1455 from ktock/fix-release-ci5ff919b
prepare for v0.15.1e18efae
fixgh
invocation release ci9605129
Merge pull request #1454 from ktock/prepare-0.15.0be3a3fb
Prepare for v0.15.03d648b5
Merge pull request #1449 from ktock/update-deps-202310a708e72
Merge pull request #1431 from ktock/go-multiaddr-0.12.0f298da6
Merge pull request #1447 from AkihiroSuda/static772ca65
go.mod: bump github.com/multiformats/go-multiaddr from 0.11.0 to 0.12.0Updates
github.com/distribution/reference
from 0.5.0 to 0.6.0Release notes
Sourced from github.com/distribution/reference's releases.
Commits
ff14faf
Merge pull request #9 from ozairasim/exclude-domain-from-name-length-validation2a66312
Merge pull request #10 from xrstf/patch-1094e717
fix typo in readmeaaca75e
Exclude domain from name length check8507c7f
Merge pull request #7 from thaJeztah/cleanup_splitDockerDomain89ee7ec
refactor splitDockerDomain to include more documentationa3fb784
Merge pull request #5 from thaJeztah/rm_deprecated4894124
remove deprecated SplitHostnameUpdates
github.com/gabriel-vasile/mimetype
from 1.4.3 to 1.4.4Release notes
Sourced from github.com/gabriel-vasile/mimetype's releases.
Commits
43192c8
Bump the github-actions group across 1 directory with 3 updates (#534)07821d3
Using io.ReadAll instead of ioutil.ReadAll (#525)9bd6023
github actions & readme: remove codecov badge (#533)ff4d3d0
improve performance for text detection (#532)bc511b8
add defaultLimit and use it when resetting back (#531)341c422
Improve x-subrip detection performance (#524)043efb9
fix benchmark files order (#518)fd7639e
ftyp: exit asap to prevent mem allocs (#517)889166d
Merge pull request #505 from gabriel-vasile/dependabot/github_actions/github-...e938b0c
Merge pull request #502 from gabriel-vasile/dependabot/go_modules/gomod-82d2d...Updates
github.com/go-logr/logr
from 1.4.1 to 1.4.2Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
1205f42
Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...