Julio Lopez
a99e38c247
fix(lint): remove uses of deprecated rand.Read ( #2858 )
...
Lint fixes in preparation for moving to Go 1.20
Remove deprecated calls to `rand.Seed`
In Go 1.20 the default generator is seeded randomly at program startup,
which is the desired behavior for these tests.
Remove uses of deprecated rand.Read: replace with calls to rand.Uint64()
Remove deprecated uses of rand.Read in content manager tests and
S3 versioned tests.
Adds a concurrency-safe helpers to provide functionality similar to that
provided by `rand.Read(b []byte) (int, error)`
2023-03-28 01:44:09 +00:00
..
2022-12-01 06:27:52 +00:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2023-01-21 07:37:15 -08:00
2022-10-28 11:02:47 -07:00
2023-01-21 07:37:15 -08:00
2023-01-21 07:37:15 -08:00
2023-01-21 07:37:15 -08:00
2022-07-30 14:13:52 -07:00
2022-12-03 18:47:01 +00:00
2023-01-21 07:37:15 -08:00
2022-08-09 06:07:54 +00:00
2022-11-19 18:39:04 +00:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2022-01-23 14:56:35 -08:00
2022-08-09 06:07:54 +00:00
2023-03-28 01:44:09 +00:00
2022-11-19 18:39:04 +00:00
2021-12-13 14:25:10 -08:00
2022-07-29 09:31:17 -07:00
2022-10-29 01:56:51 +00:00
2022-08-09 06:07:54 +00:00
2022-12-07 03:26:29 +00:00
2022-08-09 06:07:54 +00:00
2023-02-07 06:19:09 -08:00
2022-08-09 06:07:54 +00:00
2021-12-13 14:25:10 -08:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2023-01-21 07:37:15 -08:00
2023-03-11 06:28:05 -08:00
2022-12-05 04:41:42 +00:00
2022-11-22 04:18:21 +00:00
2022-08-22 20:42:27 +01:00
2022-08-09 06:07:54 +00:00
2022-05-16 05:28:57 +00:00
2022-10-28 11:02:47 -07:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2022-08-09 06:07:54 +00:00
2022-07-30 14:13:52 -07:00
2022-12-17 16:19:12 +00:00
2023-01-21 07:37:15 -08:00
2022-10-29 01:56:51 +00:00
2021-12-13 13:33:15 -08:00
2023-02-07 06:19:09 -08:00
2023-02-09 06:47:36 +00:00
2022-12-01 06:27:52 +00:00
2023-02-09 06:47:36 +00:00
2022-12-01 06:27:52 +00:00
2022-11-19 18:39:04 +00:00
2022-09-14 09:48:02 -07:00
2022-08-09 06:07:54 +00:00
2022-09-10 09:36:17 -07:00
2022-10-28 11:02:47 -07:00
2022-11-19 18:39:04 +00:00
2022-08-09 06:07:54 +00:00
2023-01-21 07:37:15 -08:00
2022-10-24 19:00:36 -07:00
2023-03-12 00:44:28 +00:00
2023-01-21 07:37:15 -08:00
2022-10-28 11:02:47 -07:00
2022-11-19 18:39:04 +00:00
2022-08-09 06:07:54 +00:00