-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
32 lines (29 loc) · 1.17 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
module storj.io/uplink-c
go 1.19
require (
github.com/stretchr/testify v1.9.0
github.com/zeebo/errs v1.3.0
storj.io/common v0.0.0-20240424123607-5f226fc92c16
storj.io/uplink v1.13.1-0.20240711151718-608581a81048
)
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/jtolio/noiseconn v0.0.0-20230111204749-d7ec1a08b0b8 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spacemonkeygo/monkit/v3 v3.0.22 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
storj.io/drpc v0.0.33 // indirect
storj.io/eventkit v0.0.0-20240306141230-6cb545e5f892 // indirect
storj.io/infectious v0.0.2 // indirect
storj.io/picobuf v0.0.3 // indirect
)