Skip to content

Commit

Permalink
cache deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Dec 14, 2023
1 parent 17b003a commit c785b45
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 38 deletions.
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: []

0 comments on commit c785b45

Please sign in to comment.