Created
May 6, 2025 20:11
-
-
Save lzap/28c914b75e68f4cd159cde011feb6ead to your computer and use it in GitHub Desktop.
Go get with and without -u arg
This file contains hidden or 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
$ go get -u github.com/onsi/gomega | |
go: downloading golang.org/x/net v0.40.0 | |
go: downloading golang.org/x/text v0.25.0 | |
go: downloading golang.org/x/sync v0.14.0 | |
go: upgraded go 1.22 => 1.23.0 | |
go: added toolchain go1.23.6 | |
go: upgraded github.com/google/go-cmp v0.6.0 => v0.7.0 | |
go: upgraded github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 => v0.0.0-20241210010833-40e02aabc2ad | |
go: upgraded github.com/onsi/ginkgo/v2 v2.19.0 => v2.23.3 | |
go: upgraded github.com/onsi/gomega v1.34.1 => v1.37.0 | |
go: upgraded golang.org/x/crypto v0.31.0 => v0.38.0 | |
go: upgraded golang.org/x/mod v0.20.0 => v0.23.0 | |
go: upgraded golang.org/x/net v0.33.0 => v0.40.0 | |
go: upgraded golang.org/x/sync v0.11.0 => v0.14.0 | |
go: upgraded golang.org/x/sys v0.30.0 => v0.33.0 | |
go: upgraded golang.org/x/term v0.29.0 => v0.32.0 | |
go: upgraded golang.org/x/text v0.22.0 => v0.25.0 | |
go: upgraded golang.org/x/tools v0.24.0 => v0.30.0 | |
go: upgraded google.golang.org/protobuf v1.35.1 => v1.36.5 |
This file contains hidden or 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
$ go get github.com/onsi/gomega | |
go: upgraded go 1.22 => 1.23.0 | |
go: added toolchain go1.23.6 | |
go: upgraded github.com/google/go-cmp v0.6.0 => v0.7.0 | |
go: upgraded github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 => v0.0.0-20241210010833-40e02aabc2ad | |
go: upgraded github.com/onsi/ginkgo/v2 v2.19.0 => v2.23.3 | |
go: upgraded github.com/onsi/gomega v1.34.1 => v1.37.0 | |
go: upgraded golang.org/x/crypto v0.31.0 => v0.36.0 | |
go: upgraded golang.org/x/mod v0.20.0 => v0.23.0 | |
go: upgraded golang.org/x/net v0.33.0 => v0.37.0 | |
go: upgraded golang.org/x/sync v0.11.0 => v0.12.0 | |
go: upgraded golang.org/x/sys v0.30.0 => v0.31.0 | |
go: upgraded golang.org/x/term v0.29.0 => v0.30.0 | |
go: upgraded golang.org/x/text v0.22.0 => v0.23.0 | |
go: upgraded golang.org/x/tools v0.24.0 => v0.30.0 | |
go: upgraded google.golang.org/protobuf v1.35.1 => v1.36.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment