File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
//go:build !plan9 && !windows
2
- // +build !plan9,!windows
3
2
4
3
package fslock
5
4
Original file line number Diff line number Diff line change @@ -7,4 +7,18 @@ require (
7
7
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
8
8
)
9
9
10
- go 1.16
10
+ require (
11
+ github.com/mattn/go-isatty v0.0.13 // indirect
12
+ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
13
+ github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect
14
+ github.com/mr-tron/base58 v1.1.3 // indirect
15
+ github.com/multiformats/go-multihash v0.0.13 // indirect
16
+ github.com/multiformats/go-varint v0.0.5 // indirect
17
+ github.com/spaolacci/murmur3 v1.1.0 // indirect
18
+ go.uber.org/atomic v1.7.0 // indirect
19
+ go.uber.org/multierr v1.6.0 // indirect
20
+ go.uber.org/zap v1.16.0 // indirect
21
+ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
22
+ )
23
+
24
+ go 1.19
You can’t perform that action at this time.
0 commit comments