-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also test Go 1.22 and update dependencies
- Loading branch information
1 parent
f26f153
commit 04cde8c
Showing
3 changed files
with
24 additions
and
24 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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
module github.com/ricardobranco777/regview | ||
|
||
go 1.21.3 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/distribution/distribution v2.8.3+incompatible | ||
github.com/docker/cli v24.0.7+incompatible | ||
github.com/docker/docker v24.0.7+incompatible | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/distribution/reference v0.5.0 | ||
github.com/docker/cli v25.0.3+incompatible | ||
github.com/docker/docker v25.0.3+incompatible | ||
github.com/docker/go-connections v0.5.0 | ||
github.com/docker/go-units v0.5.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/mailru/easyjson v0.7.7 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/peterhellberg/link v1.2.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/tejzpr/ordered-concurrently/v3 v3.0.1 | ||
golang.org/x/term v0.13.0 | ||
mvdan.cc/sh/v3 v3.7.0 | ||
golang.org/x/term v0.17.0 | ||
mvdan.cc/sh/v3 v3.8.0 | ||
) | ||
|
||
require ( | ||
github.com/distribution/reference v0.5.0 // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.0 // indirect | ||
github.com/docker/docker-credential-helpers v0.8.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/ricardobranco777/simplepki v0.0.0-20230813185947-fc0c2cd228bc // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |
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