Skip to content
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
Next Next commit
update licenses
  • Loading branch information
umbynos committed Mar 22, 2024
commit 6b392260b3e8ad2b33423cf3be0cbffdc421c742
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-chi/chi/v5
version: v5.0.11
version: v5.0.12
type: go
summary: Package chi is a small, idiomatic and composable router for building HTTP
services.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/google/uuid
version: v1.5.0
version: v1.6.0
type: go
summary: Package uuid generates and inspects UUIDs.
homepage: https://pkg.go.dev/github.com/google/uuid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: goa.design/goa/v3/http
version: v3.14.6
version: v3.15.2
type: go
summary: Package http contains HTTP specific constructs that complement the code generated
by Goa.
homepage: https://pkg.go.dev/goa.design/goa/v3/http
license: mit
licenses:
- sources: v3@v3.14.6/LICENSE
- sources: v3@v3.15.2/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: goa.design/goa/v3/http/middleware
version: v3.14.6
version: v3.15.2
type: go
summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to
provide ancilliary functionality such as capturing HTTP details into the request
context or printing debug information on incoming requests.
homepage: https://pkg.go.dev/goa.design/goa/v3/http/middleware
license: mit
licenses:
- sources: v3@v3.14.6/LICENSE
- sources: v3@v3.15.2/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: goa.design/goa/v3/middleware
version: v3.14.6
version: v3.15.2
type: go
summary: Package middleware contains transport independent middlewares.
homepage: https://pkg.go.dev/goa.design/goa/v3/middleware
license: mit
licenses:
- sources: v3@v3.14.6/LICENSE
- sources: v3@v3.15.2/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: goa.design/goa/v3/pkg
version: v3.14.6
version: v3.15.2
type: go
summary: Package goa implements a Go framework for writing microservices that promotes
best practice by providing a single source of truth from which server code, client
code, and documentation is derived.
homepage: https://pkg.go.dev/goa.design/goa/v3/pkg
license: mit
licenses:
- sources: v3@v3.14.6/LICENSE
- sources: v3@v3.15.2/LICENSE
text: |
The MIT License (MIT)

Expand Down