Commit 2d4f84b
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 <[email protected]>1 parent 00cc36c commit 2d4f84b
File tree
45 files changed
+33676
-2910
lines changed- 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.
45 files changed
+33676
-2910
lines changed| 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 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | 294 | | |
297 | 295 | | |
298 | 296 | | |
| |||
| 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