2021-05-09 10:54:08 by Benny Siegert | Files touched by this commit (15) | |
Log message: Remove net/go-grpc, misc/go-genproto and misc/go-genproto-googleapis-rpc The latter two were only useful to support the go-grpc and go-tools builds. go-grpc has no useful binaries (the CLI is in net/grpc), it only consists of libraries that are now unused. No replacements. |
2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | |
Log message: Revbump all Go packages after go116 update |
2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | |
Log message: Revbump all Go packages after go115 update |
2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | |
Log message: Revbump all Go packages after go115 update |
2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | |
Log message: Revbump all Go packages after go115 update |
2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | |
Log message: Revbump all Go packages after Go 1.15 update. |
2020-10-27 20:50:22 by Benny Siegert | Files touched by this commit (1) |
Log message: go-genproto: remove BROKEN The message says that the package tries to modify .buildlink/gopkg. However, that's (semi-)normal and expected. non-module Go builds will rebuild any of their dependencies if any of _their_ dependencies or sources are newer. If you "make replace" a Go package \ higher in the food chain and then build a lower one, the go tool will rebuild some of its dependencies. This is harmless, since the .buildlink entries are just links. |
2020-10-15 15:08:34 by Benny Siegert | Files touched by this commit (188) | |
Log message: Revbump all Go packages after go115 update. |
2020-09-03 09:29:54 by Benny Siegert | Files touched by this commit (194) |
Log message: Revbump all Go packages after default Go version was changed to 1.15.1 |
2020-08-17 01:14:11 by Tobias Nygren | Files touched by this commit (1) |
Log message: go-genproto: BROKEN message should be in quotes to avoid linebreaks |