@@ -4,42 +4,27 @@ go 1.19
4
4
5
5
require (
6
6
github.com/gogo/protobuf v1.3.2
7
- github.com/golang-jwt/jwt/v4 v4.5.0
8
7
github.com/golang-jwt/jwt/v5 v5.0.0
9
8
github.com/golang/protobuf v1.5.3
10
- github.com/minio/minio-go/v7 v7.0.63
11
9
github.com/spf13/viper v1.16.0
12
10
google.golang.org/grpc v1.58.2
13
11
google.golang.org/protobuf v1.31.0
14
12
)
15
13
16
14
require (
17
- github.com/dustin/go-humanize v1.0.1 // indirect
18
15
github.com/fsnotify/fsnotify v1.6.0 // indirect
19
- github.com/google/uuid v1.3.0 // indirect
20
16
github.com/hashicorp/hcl v1.0.0 // indirect
21
- github.com/json-iterator/go v1.1.12 // indirect
22
- github.com/klauspost/compress v1.16.7 // indirect
23
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
24
17
github.com/magiconair/properties v1.8.7 // indirect
25
- github.com/minio/md5-simd v1.1.2 // indirect
26
- github.com/minio/sha256-simd v1.0.1 // indirect
27
18
github.com/mitchellh/mapstructure v1.5.0 // indirect
28
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
29
- github.com/modern-go/reflect2 v1.0.2 // indirect
30
19
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
31
- github.com/rs/xid v1.5.0 // indirect
32
- github.com/sirupsen/logrus v1.9.3 // indirect
33
20
github.com/spf13/afero v1.9.5 // indirect
34
21
github.com/spf13/cast v1.5.1 // indirect
35
22
github.com/spf13/jwalterweatherman v1.1.0 // indirect
36
23
github.com/spf13/pflag v1.0.5 // indirect
37
24
github.com/subosito/gotenv v1.4.2 // indirect
38
- golang.org/x/crypto v0.12.0 // indirect
39
25
golang.org/x/net v0.14.0 // indirect
40
26
golang.org/x/sys v0.11.0 // indirect
41
27
golang.org/x/text v0.12.0 // indirect
42
- google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
43
28
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
44
29
gopkg.in/ini.v1 v1.67.0 // indirect
45
30
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments