Commit 2cf7bfd
committed
policy: replace golang/snappy with klauspost/compress/snappy
The golang/snappy implementation has been archived and is no longer
maintained. The github.com/klauspost/compress module provides
a maintained implementation, which is a drop-in replacement;
https://pkg.go.dev/github.com/klauspost/compress/snappy
> This is a drop-in replacement for github.com/golang/snappy.
Given that we're already depending on that module, we can switch
to the maintained implementation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>1 parent 55e8fa3 commit 2cf7bfd
45 files changed
Lines changed: 33673 additions & 2910 deletions
File tree
- policy
- vendor
- github.com
- golang/snappy
- klauspost/compress
- internal/race
- s2
- snappy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
294 | 292 | | |
295 | 293 | | |
296 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
This file was deleted.
0 commit comments