-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
33 lines (30 loc) · 1.15 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module storj.io/uplink
go 1.20
require (
github.com/klauspost/compress v1.17.7
github.com/spacemonkeygo/monkit/v3 v3.0.23
github.com/stretchr/testify v1.9.0
github.com/zeebo/errs v1.4.0
github.com/zeebo/sudo v1.0.2
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/sync v0.7.0
storj.io/common v0.0.0-20241014122736-47dfa836934a
storj.io/drpc v0.0.35-0.20240709171858-0075ac871661
storj.io/eventkit v0.0.0-20240415002644-1d9596fee086
storj.io/infectious v0.0.2
storj.io/picobuf v0.0.3
)
require (
github.com/calebcase/tmpfile v1.0.3 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/flynn/noise v1.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
github.com/jtolio/noiseconn v0.0.0-20230301220541-88105e6c8ac6 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)