-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `golang.org/x/net` in replace to make sure we use `v0.17.0` version Some of the kanister's deps were using older version of `x/net` package which resulted into some of the vuln. being reported in the image. This commit makes sure that we are using 0.17.0 version of `x/net`. * Use `0.17.0` version of `golang.org/x/net` in restic and kopia While building the tools image, we were also building and packaging `restic` and `kopia` with it. Some of the direct/indirect deps of these projects had a vuln. because of package `x/net`. This commit updates the `go.mod` of these packages while building them to make sure that we are using updated version `0.17.0` of that dep. * Run go mod tidy and then commit changes
- Loading branch information
1 parent
fa54ea9
commit ebba82c
Showing
3 changed files
with
12 additions
and
34 deletions.
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
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