Hi all, I was bumping the dependencies of our codebase today, and noticed that many packages under golang.org/x/ had upgraded from a pseudo-version to a real, semver version:
- golang.org/x/net <https://pkg.go.dev/golang.org/x/net@v0.0.0-20220927171203-f486391704dc> v0. 0.0-20220927171203-f486391704dc // indirect - golang.org/x/sync <https://pkg.go.dev/golang.org/x/sync@v0.0.0-20220923202941-7f9b1623fab7> v0.0.0-20220923202941-7f9b1623fab7 // indirect - golang.org/x/sys <https://pkg.go.dev/golang.org/x/sys@v0.0.0-20220928140112-f11e5e49a4ec> v0. 0.0-20220928140112-f11e5e49a4ec // indirect - golang.org/x/time <https://pkg.go.dev/golang.org/x/time@v0.0.0-20220922220347-f3bd1da661af> v0.0.0-20220922220347-f3bd1da661af // indirect + golang.org/x/net <https://pkg.go.dev/golang.org/x/net@v0.1.0> v0.1.0 // indirect + golang.org/x/sync <https://pkg.go.dev/golang.org/x/sync@v0.1.0> v0.1.0 // indirect + golang.org/x/sys <https://pkg.go.dev/golang.org/x/sys@v0.1.0> v0.1.0 // indirect + golang.org/x/time <https://pkg.go.dev/golang.org/x/time@v0.1.0> v0.1.0 // indirect ...and others. Is there something we should be aware of concerning this upgrade? I've seen no announcement everywhere I've been looking, which makes me suppose there's nothing very interesting going on there but that surprised me. If anyone has more information, I'll gladly take it! Thanks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/9baee648-697f-4729-ace0-bb541884f599n%40googlegroups.com.