David Benjamin | 0990a55 | 2018-09-07 14:51:08 -0500 | [diff] [blame] | 1 | module boringssl.googlesource.com/boringssl |
David Benjamin | 1908667 | 2019-02-20 18:21:34 -0600 | [diff] [blame] | 2 | |
David Benjamin | b82f945 | 2019-09-07 09:48:02 -0700 | [diff] [blame] | 3 | go 1.13 |
David Benjamin | 70fee17 | 2020-07-07 17:56:05 -0400 | [diff] [blame] | 4 | |
Dan McArdle | 995574c | 2021-06-09 15:39:37 -0400 | [diff] [blame] | 5 | require ( |
6 | golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a | ||||
7 | golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||||
8 | ) |