-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update golang.org/x/exp digest to 1b97071
- Loading branch information
1 parent
1ff50c2
commit 5c450ef
Showing
2 changed files
with
27 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,9 @@ require ( | |
github.com/wagoodman/go-progress v0.0.0-20230301185719-21920a456ad5 | ||
github.com/wagoodman/jotframe v0.0.0-20211129225309-56b0d0a4aebb | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
golang.org/x/mod v0.11.0 | ||
golang.org/x/net v0.11.0 | ||
golang.org/x/term v0.9.0 | ||
golang.org/x/mod v0.14.0 | ||
golang.org/x/net v0.20.0 | ||
golang.org/x/term v0.16.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
|
@@ -67,7 +67,7 @@ require ( | |
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/sassoftware/go-rpmutils v0.2.0 | ||
github.com/vbatts/go-mtree v0.5.3 | ||
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b | ||
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a | ||
gopkg.in/yaml.v3 v3.0.1 | ||
modernc.org/sqlite v1.23.1 | ||
) | ||
|
@@ -143,10 +143,10 @@ require ( | |
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.9.0 // indirect | ||
golang.org/x/text v0.10.0 // indirect | ||
golang.org/x/tools v0.8.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.17.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/grpc v1.55.0 // indirect | ||
|
@@ -169,7 +169,7 @@ require ( | |
// go: warning: github.com/andybalholm/[email protected]: retracted by module author: occasional panics and data corruption | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/crypto v0.10.0 // indirect | ||
golang.org/x/crypto v0.18.0 // indirect | ||
) | ||
|
||
retract ( | ||
|
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