-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependency updates on 10/7/24, go 1.23. (#425)
- Loading branch information
1 parent
382bdd5
commit ca2c6ae
Showing
150 changed files
with
922 additions
and
1,239 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,35 @@ | ||
module v.io | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/shirou/gopsutil/v3 v3.24.4 | ||
github.com/gorilla/websocket v1.5.3 | ||
github.com/shirou/gopsutil/v3 v3.24.5 | ||
github.com/vanadium/go-mdns-sd v0.0.0-20230219002252-724533cf06f5 | ||
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 | ||
golang.org/x/crypto v0.22.0 | ||
golang.org/x/mod v0.17.0 | ||
golang.org/x/net v0.24.0 | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 | ||
golang.org/x/term v0.19.0 | ||
golang.org/x/text v0.14.0 | ||
v.io/x/lib v0.1.20 | ||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 | ||
golang.org/x/crypto v0.28.0 | ||
golang.org/x/mod v0.21.0 | ||
golang.org/x/net v0.30.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/term v0.25.0 | ||
golang.org/x/text v0.19.0 | ||
v.io/x/lib v0.1.21 | ||
v.io/x/ref/internal/logger v0.1.1 | ||
v.io/x/ref/lib/flags/sitedefaults v0.1.1 | ||
v.io/x/ref/test/compatibility/modules/simple v0.0.0-20220116222041-f948f3a44e0d | ||
v.io/x/ref/test/compatibility/modules/simple v0.0.0-20241008160444-382bdd5cd7b5 | ||
) | ||
|
||
require ( | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/dgraph-io/badger/v4 v4.2.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/glog v1.0.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/flatbuffers v1.12.1 // indirect | ||
github.com/klauspost/compress v1.12.3 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20240408141607-282e7b5d6b74 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
github.com/tklauser/numcpus v0.8.0 // indirect | ||
github.com/tklauser/numcpus v0.9.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
go.opencensus.io v0.22.5 // indirect | ||
golang.org/dl v0.0.0-20240403152604-14e4fcb94860 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
google.golang.org/protobuf v1.34.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
) | ||
|
||
replace github.com/youmark/pkcs8 => github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a |
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,4 +1,6 @@ | ||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.1 | ||
|
||
use ( | ||
. | ||
|
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
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
Oops, something went wrong.