diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-27 16:42:03 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-27 16:42:03 +0000 |
| commit | 2c7bdd09e8b7c58d98d631e32a24e4bd34d5bec9 (patch) | |
| tree | 5b59cade83108c1855d07f1f869a0dcb3b9f0907 /go.mod | |
| parent | 94e37105c5a8c0ce22104add751e9938f239261e (diff) | |
make lint happy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.15 require ( github.com/DataDog/zstd v1.4.5 golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c - golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect + golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect ) |
