Skip to content
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

fix(deps): update module github.com/gin-contrib/static to v1 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DreamingRaven
Copy link
Owner

@DreamingRaven DreamingRaven commented Feb 17, 2024

This PR contains the following updates:

Package Type Update Change
github.com/gin-contrib/static require major v0.0.1 -> v1.1.2

Release Notes

gin-contrib/static (github.com/gin-contrib/static)

v1.1.2

Compare Source

Changelog

Enhancements
Build process updates

v1.1.1

Compare Source

Changelog

Enhancements
  • 1bfc746 chore: update external dependencies to latest versions

v1.1.0

Compare Source

Changelog

Features
  • faf596e feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
  • 9ae1c0d feat: Implement embed folder and a better organisation
  • 7e4680a feat: Implement embed folder and a better organisation
  • acf41a9 feat: enhance static file serving capabilities
Bug fixes
  • 45b3e72 fix(lint): should be written without leading space
Enhancements
  • cd3f75b chore(CD): enable goreleaser config.
  • 0874496 chore(CI): add go1.20 version
  • a7b3745 chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • f82b50d chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • b99f153 chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 92f1410 chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 9bd6c69 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • 4f067b5 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
  • 33b0a22 chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
  • f12c8a9 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • a476d0b chore(deps): bump github/codeql-action from 1 to 2
  • 76c2495 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 8c4fd21 chore(github): upgrade action package.
  • a99fa6d chore(lint): add golang lint config
  • f6388b3 chore(lint): upgrade /golangci-lint to v1.43.0
  • db264bd chore: Add go 1.19 and upgrade lint version to v1.49
  • 7cf53f6 chore: add go1.16 version
  • d361912 chore: fix lint
  • ad4c6b0 chore: refactor Lint Configuration for Go Project
  • 9f124f7 chore: refactor example directory structure
  • 4cbe726 chore: rename example to _example
  • 651b99a chore: switch travis to github actions.
  • 2a746de chore: update GitHub Actions versions in workflow files
  • ad67ad1 chore: update GitHub actions and dependencies
  • f07e37c chore: update dependencies and Go version
  • 111c2d5 chore: update gin to v1.7.4
  • a16b37a chore: upgrade checkout version to v3
Others
  • 8d999d6 Fix example link in README.md
  • cd34821 chore(CI/CD): add dependabot
  • 4779c44 chore(CI/CD): remove macos-latest testing
  • ebb0d39 ci: Update travis.yml go 1.16 required
  • a2c0537 ci: update CI workflows and dependencies
  • 48e0d07 ci: update Go versions and CI workflows
  • 5d1b16d doc: Update use embedmd (include file in .md)
  • 21b6603 style: refactor tests and update CI configurations
  • e3221e7 test: improve reliability of file operations
  • 6e6360c test: refactor tests and cleanup imports

v1.0.0

Compare Source

Changelog

Features
  • ec0f82b feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
Bug fixes
  • 80d4aac fix(lint): should be written without leading space
Enhancements
  • 42d57cf chore(CD): enable goreleaser config.
  • 6f6aff6 chore(CI): add go1.20 version
  • 7caa1c1 chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • 2374c7c chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • 8f793dc chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 1d0cf2c chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 0faa4fd chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • f17fd95 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
  • e1129d3 chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
  • 97f0937 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • 03995b8 chore(deps): bump github/codeql-action from 1 to 2
  • 4807237 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 61acef3 chore(github): upgrade action package.
  • 7756450 chore(lint): add golang lint config
  • 0b63c38 chore(lint): upgrade /golangci-lint to v1.43.0
  • 3035101 chore: Add go 1.19 and upgrade lint version to v1.49
  • 268e788 chore: fix lint
  • aa17ccf chore: refactor Lint Configuration for Go Project
  • dfd14e7 chore: switch travis to github actions.
  • eaf6a9f chore: update GitHub Actions versions in workflow files
  • 1ff8cd1 chore: update GitHub actions and dependencies
  • 2958f15 chore: update dependencies and Go version
  • 95ad899 chore: update gin to v1.7.4
  • e54fe28 chore: upgrade checkout version to v3
Others
  • e87c665 Fix example link in README.md
  • 60e123d Merge pull request #​26 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 5e00928 Merge pull request #​29 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7
  • f071c1a Merge pull request #​30 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.1
  • 6787702 Merge pull request #​31 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 730373a Merge pull request #​32 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • ae09b2e Merge pull request #​33 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.2
  • eac955b Merge pull request #​34 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 90ad359 Merge pull request #​35 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.3
  • dbe4f68 Merge pull request #​36 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • efaf9c2 Merge pull request #​37 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 1e2ad02 Merge pull request #​39 from ianlyons/patch-1
  • 5d022b2 chore(CI/CD): add dependabot
  • 256d14c chore(CI/CD): remove macos-latest testing
  • 670c639 ci: update CI workflows and dependencies
  • 9e163ee ci: update Go versions and CI workflows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@DreamingRaven DreamingRaven self-assigned this Feb 17, 2024
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch from 4fde76e to 066e88c Compare February 22, 2024 21:03
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch 2 times, most recently from d6bc6e0 to 5292436 Compare March 5, 2024 21:03
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch 2 times, most recently from e0ca48a to 3e98254 Compare March 21, 2024 07:01
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch 2 times, most recently from bfb7321 to 44051d5 Compare March 28, 2024 10:01
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch from 44051d5 to 5b40117 Compare April 3, 2024 19:01
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch 3 times, most recently from 75b3f2e to dadb6c3 Compare April 17, 2024 14:02
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch from dadb6c3 to 117e4be Compare May 5, 2024 02:01
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch from 117e4be to db90078 Compare June 26, 2024 01:05
@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch from db90078 to 3bfd9d0 Compare July 10, 2024 23:11
@DreamingRaven
Copy link
Owner Author

ℹ Artifact update notice

File name: docs/server/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/bytedance/sonic v1.9.1 -> v1.11.6
github.com/go-playground/validator/v10 v10.14.0 -> v10.20.0
github.com/klauspost/cpuid/v2 v2.2.4 -> v2.2.7
github.com/leodido/go-urn v1.2.4 -> v1.4.0
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/pelletier/go-toml/v2 v2.0.8 -> v2.2.2
github.com/ugorji/go/codec v1.2.11 -> v1.2.12
golang.org/x/arch v0.3.0 -> v0.8.0
golang.org/x/crypto v0.9.0 -> v0.22.0
golang.org/x/net v0.10.0 -> v0.24.0
golang.org/x/sys v0.8.0 -> v0.20.0
golang.org/x/text v0.9.0 -> v0.15.0
google.golang.org/protobuf v1.30.0 -> v1.34.0

@DreamingRaven DreamingRaven force-pushed the renovate/github.com-gin-contrib-static-1.x branch from 3bfd9d0 to e1f2964 Compare July 25, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants