Skip to content

Add support to private network CORS #873

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

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
cache deps
  • Loading branch information
alessio-perugini committed Dec 18, 2023
commit e55c67eed182808a60a954502e2a1826e9d5dac5
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: github.com/andela/gin-cors
version: v0.0.0-20160928171741-e8c3436a37e2
name: github.com/gin-contrib/cors
version: v1.5.0
type: go
summary: This code implements the flow chart that can be found here.
homepage: https://pkg.go.dev/github.com/andela/gin-cors
summary:
homepage: https://pkg.go.dev/github.com/gin-contrib/cors
license: mit
licenses:
- sources: LICENSE
text: |+
The MIT License (MIT)
text: |
MIT License

Copyright (c) 2015 Jamie Stackhouse
Copyright (c) 2016 Gin-Gonic

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,7 +29,4 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

- sources: README.md
text: The code is licensed under the MIT License. See LICENSE file for more details.
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-playground/validator/v10
version: v10.14.0
version: v10.15.5
type: go
summary: Package validator implements value validations for structs and individual
fields based on tags.
Expand Down Expand Up @@ -35,4 +35,3 @@ licenses:
text: Distributed under MIT License, please see license file within the code for
more details.
notices: []
...
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2
version: v2.0.8
version: v2.1.0
type: go
summary: Package toml is a library to read and write TOML documents.
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2
license: mit
license: other
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)

Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2/internal/characters
version: v2.0.8
version: v2.1.0
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)

Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,6 +30,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2/internal/danger
version: v2.0.8
version: v2.1.0
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)

Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,6 +30,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: github.com/pelletier/go-toml/v2/internal/tracker
version: v2.0.8
version: v2.1.0
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)

Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -29,6 +30,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
name: github.com/pelletier/go-toml/v2/unstable
version: v2.0.8
version: v2.1.0
type: go
summary: Package unstable provides APIs that do not meet the backward compatibility
guarantees yet.
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
license: mit
license: other
licenses:
- sources: v2@v2.0.8/LICENSE
- sources: v2@v2.1.0/LICENSE
text: |
The MIT License (MIT)

Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton
go-toml v2
Copyright (c) 2021 - 2023 Thomas Pelletier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -30,6 +31,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.0.8/README.md
- sources: v2@v2.1.0/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []