-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CR-19603-fix-vulns updated deps (#44)
* updated deps * updated version to `1.28.0`
- Loading branch information
Showing
9 changed files
with
152 additions
and
245 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
FROM golang:1.12.6-alpine3.9 | ||
RUN apk add git | ||
RUN go get -u github.com/hasit/bolter | ||
|
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,25 +1,29 @@ | ||
module github.com/codefresh-io/dind-cleaner | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/Microsoft/go-winio v0.4.11 // indirect | ||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect | ||
github.com/docker/distribution v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible // indirect | ||
github.com/docker/docker v17.12.0-ce-rc1.0.20180826111245-fe3bc75cc44e+incompatible | ||
github.com/docker/docker v24.0.5+incompatible | ||
github.com/golang/glog v1.1.2 | ||
golang.org/x/net v0.14.0 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/go-connections v0.4.1-0.20180821093606-97c2040d34df // indirect | ||
github.com/docker/go-units v0.3.3 // indirect | ||
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 // indirect | ||
github.com/opencontainers/image-spec v1.0.1-0.20180411145040-e562b0440392 // indirect | ||
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
golang.org/x/net v0.10.0 | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect | ||
google.golang.org/grpc v1.39.0 // indirect | ||
gotest.tools v2.2.0+incompatible // indirect | ||
golang.org/x/tools v0.12.0 // indirect | ||
gotest.tools/v3 v3.5.0 // indirect | ||
) |
Oops, something went wrong.