boulder/core
Jacob Hoffman-Andrews b1347fb3b3
Upgrade to latest protoc and protoc-gen-go (#4794)
There are some changes to the code generated in the latest version, so
this modifies every .pb.go file.

Also, the way protoc-gen-go decides where to put files has changed, so
each generate.go gets the --go_opt=paths=source_relative flag to
tell protoc to continue placing output next to the input.

Remove staticcheck from build.sh; we get it via golangci-lint now.

Pass --no-document to gem install fpm; this is recommended in the fpm docs.
2020-04-23 18:54:44 -07:00
..
proto Upgrade to latest protoc and protoc-gen-go (#4794) 2020-04-23 18:54:44 -07:00
challenges.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
challenges_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
core_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
interfaces.go Add a blocked keys table, and use it (#4773) 2020-04-15 13:42:51 -07:00
objects.go Switch to godoc-style comments. (#4760) 2020-04-08 17:22:40 -07:00
objects_test.go wfe: Use RawURLEncoding for authz2 challenge IDs (#4280) 2019-06-21 09:55:10 -04:00
util.go Block keys using hex(sha256(spki)). (#4745) 2020-04-09 09:41:33 -07:00
util_test.go Block keys using hex(sha256(spki)). (#4745) 2020-04-09 09:41:33 -07:00
va.go Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00