Skip to content

Commit 0a8dec5

Browse files
committed
chore: remove pkg/blobstore
1 parent 2b91333 commit 0a8dec5

File tree

4 files changed

+6
-144
lines changed

4 files changed

+6
-144
lines changed

go.mod

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,27 @@ go 1.19
44

55
require (
66
github.com/gogo/protobuf v1.3.2
7-
github.com/golang-jwt/jwt/v4 v4.5.0
87
github.com/golang-jwt/jwt/v5 v5.0.0
98
github.com/golang/protobuf v1.5.3
10-
github.com/minio/minio-go/v7 v7.0.63
119
github.com/spf13/viper v1.16.0
1210
google.golang.org/grpc v1.58.2
1311
google.golang.org/protobuf v1.31.0
1412
)
1513

1614
require (
17-
github.com/dustin/go-humanize v1.0.1 // indirect
1815
github.com/fsnotify/fsnotify v1.6.0 // indirect
19-
github.com/google/uuid v1.3.0 // indirect
2016
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
2417
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
2718
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
3019
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
3320
github.com/spf13/afero v1.9.5 // indirect
3421
github.com/spf13/cast v1.5.1 // indirect
3522
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3623
github.com/spf13/pflag v1.0.5 // indirect
3724
github.com/subosito/gotenv v1.4.2 // indirect
38-
golang.org/x/crypto v0.12.0 // indirect
3925
golang.org/x/net v0.14.0 // indirect
4026
golang.org/x/sys v0.11.0 // indirect
4127
golang.org/x/text v0.12.0 // indirect
42-
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
4328
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
4429
gopkg.in/ini.v1 v1.67.0 // indirect
4530
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)