moby/libnetwork/bitseq
Cory Snider c4b655830d Migrate away from things deprecated in Go 1.20
"math/rand".Seed
  - Migrate to using local RNG instances.

"archive/tar".TypeRegA
  - The deprecated constant tar.TypeRegA is the same value as
    tar.TypeReg and so is not needed at all.

Signed-off-by: Cory Snider <csnider@mirantis.com>
(cherry picked from commit dea3f2b417)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-22 16:32:33 -05:00
..
sequence.go libnetwork: fix empty-lines (revive) 2023-01-18 21:24:32 +01:00
sequence_test.go Migrate away from things deprecated in Go 1.20 2023-02-22 16:32:33 -05:00
store.go Fixup libnetwork lint errors 2021-06-01 23:48:32 +00:00