boulder/core
Jacob Hoffman-Andrews 9423467142 Switch to our own fork of go-jose.
This is the result of `godep save -r ./...` and
`git rm -r -f Godeps/_workspace/src/github.com/square`

Our fork is currently at the head of go-jose when Richard made the local nonce
changes, with the nonce changes added on top. In other words, the newly created
files are exactly equal to the deleted files.

In a separate commit I will bring our own go-jose fork up to the remote head,
then update our deps.

Also note: Square's go-jose repo contains a `cipher` package. Since we don't
make any changes to that package, we leave it imported as-is.
2015-07-24 14:39:00 -07:00
..
challenges.go Correct most `go lint` warnings. (274 -> 5) 2015-06-16 22:18:28 -05:00
core_test.go Change all references from SimpleHTTPS -> SimpleHTTP 2015-06-12 11:22:04 -07:00
dns.go Replace net.LookupMX with core.LookupMX using defined resolver 2015-07-21 22:36:29 -07:00
dns_test.go Remove dangling timeout workarounds 2015-07-08 22:11:56 +01:00
good_key.go Allowed for more detailed error messages: 2015-06-19 12:51:09 -07:00
good_key_test.go Correct most `go lint` warnings. (274 -> 5) 2015-06-16 22:18:28 -05:00
interfaces.go Switch to our own fork of go-jose. 2015-07-24 14:39:00 -07:00
nonce.go Add nonce error propagation to nonce.go 2015-06-23 12:14:23 -07:00
nonce_test.go Add nonce error propagation to nonce.go 2015-06-23 12:14:23 -07:00
objects.go Switch to our own fork of go-jose. 2015-07-24 14:39:00 -07:00
objects_test.go Additional cleanup of error handling 2015-06-18 10:08:59 -07:00
util.go Switch to our own fork of go-jose. 2015-07-24 14:39:00 -07:00
util_test.go Switch to our own fork of go-jose. 2015-07-24 14:39:00 -07:00