This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Update all dependencies #87
Merged
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
83a7086
Update all dependencies
renovate[bot] 2028144
go mod tidy to fix deps errors
ensary ef8a277
use the same sdcli version in build and Makefile
ensary ba74e73
use the same golang version with sdcli
ensary 947f806
removed depguard from linter config. We have Snyk for that. https://g…
ensary 54a2ae1
fix test api descriptor files to be valid openapi :facepalm:
ensary 8989c6e
boost golang version to latest. Roll kin-openapi back to known good v…
ensary ac32e9e
boost sdcli version to include fix for vcs version
ensary 0d46b71
sync version with Makefile
ensary File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: go | ||
sudo: false | ||
go: | ||
- 1.17.x | ||
- 1.21.x | ||
services: | ||
- docker | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
module github.com/asecurityteam/transportd | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
bitbucket.org/atlassian/go-asap v0.0.0-20190921160616-bb88d6193af9 | ||
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 | ||
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are they actually bumping the code w/o bumping the version?? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume so :( |
||
github.com/asecurityteam/httpstats v0.0.0-20200806153718-d71ff7ed1047 | ||
github.com/asecurityteam/logevent v1.6.1 | ||
github.com/asecurityteam/runhttp v0.6.0 | ||
github.com/asecurityteam/settings v0.7.0 | ||
github.com/asecurityteam/runhttp v0.6.1 | ||
github.com/asecurityteam/settings v1.0.0 | ||
github.com/asecurityteam/transport v1.6.7 | ||
github.com/getkin/kin-openapi v0.69.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/vincent-petithory/dataurl v1.0.0 | ||
) | ||
|
||
require ( | ||
github.com/asecurityteam/component-connstate v0.2.0 // indirect | ||
github.com/asecurityteam/component-expvar v0.2.0 // indirect | ||
github.com/asecurityteam/component-log v0.2.1 // indirect | ||
github.com/asecurityteam/component-shared v0.2.0 // indirect | ||
github.com/asecurityteam/component-signals v0.2.0 // indirect | ||
github.com/asecurityteam/component-stat v0.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-chi/chi v4.0.3+incompatible // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/swag v0.19.5 // indirect | ||
github.com/go-yaml/yaml v2.1.0+incompatible // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/swag v0.22.4 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
|
@@ -45,4 +44,4 @@ require ( | |
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 | ||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.19.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,10 +55,11 @@ paths: | |
requestBody: | ||
required: true | ||
description: The event to publish. | ||
application/octet-stream: | ||
schema: | ||
type: string | ||
format: binary | ||
content: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
application/octet-stream: | ||
schema: | ||
type: string | ||
format: binary | ||
responses: | ||
"204": | ||
description: "Success" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,10 +123,11 @@ paths: | |
requestBody: | ||
required: true | ||
description: The event to publish. | ||
application/octet-stream: | ||
schema: | ||
type: string | ||
format: binary | ||
content: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same issue with OpenAPI syntax. |
||
application/octet-stream: | ||
schema: | ||
type: string | ||
format: binary | ||
responses: | ||
"204": | ||
description: "Success" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to disable this as Snyk provides much better dependency scanning AND depguard introduced breaking changes. golangci/golangci-lint-action#442 (comment) re: changes.