aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 9 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 68bb2ac..8117417 100644
--- a/go.mod
+++ b/go.mod
@@ -6,9 +6,11 @@ require (
github.com/container-storage-interface/spec v1.5.0
github.com/mitchellh/go-ps v1.0.0
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
- google.golang.org/grpc v1.48.0
+ google.golang.org/grpc v1.49.0
)
+require github.com/seaweedfs/seaweedfs v0.0.0-20220913173328-0baf3d38c2e1 // indirect
+
require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
@@ -33,26 +35,25 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
- github.com/pelletier/go-toml/v2 v2.0.1 // indirect
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
- github.com/seaweedfs/goexif v2.0.0+incompatible // indirect
- github.com/seaweedfs/seaweedfs v0.0.0-20220825030334-2930263dfdcc // indirect
+ github.com/seaweedfs/goexif v1.0.3
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
- github.com/spf13/viper v1.12.0 // indirect
- github.com/subosito/gotenv v1.3.0 // indirect
+ github.com/spf13/viper v1.13.0 // indirect
+ github.com/subosito/gotenv v1.4.1 // indirect
github.com/viant/ptrie v0.3.0 // indirect
github.com/viant/toolbox v0.34.5 // indirect
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
- golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
+ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
@@ -63,7 +64,7 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/ini.v1 v1.66.4 // indirect
+ gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.24.3 // indirect