-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
38 lines (35 loc) · 1.38 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
34
35
36
37
38
module github.com/cyverse/irodsfs
go 1.21
require (
github.com/cyverse/go-irodsclient v0.15.8
github.com/cyverse/irodsfs-common v0.0.0-20250108164354-7520cee23f8a
github.com/cyverse/irodsfs-pool v0.8.3
github.com/hanwen/go-fuse/v2 v2.6.2
github.com/pkg/profile v1.7.0
github.com/rs/xid v1.3.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.6.1
golang.org/x/term v0.7.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
google.golang.org/grpc v1.57.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)