Skip to content

Commit 3f9aa5b

Browse files
committed
Update old modules
1 parent d6cf6e3 commit 3f9aa5b

File tree

3 files changed

+1345
-71
lines changed

3 files changed

+1345
-71
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ compile:
3333
build-dev:
3434
@echo "==> Building DEV docker images"
3535
@docker build -t $(DOCKER_REGISTRY)/moosefs-csi-plugin:$(DEVTAG) cmd/moosefs-csi-plugin
36-
@docker build -t $(DOCKER_REGISTRY)/moosefs-csi-plugin:latest-dev cmd/moosefs-csi-plugin
3736

3837
push-dev:
3938
@echo "==> Publishing DEV $(DOCKER_REGISTRY)/moosefs-csi-plugin:$(DEVTAG)"
4039
@docker push $(DOCKER_REGISTRY)/moosefs-csi-plugin:$(DEVTAG)
41-
@docker push $(DOCKER_REGISTRY)/moosefs-csi-plugin:latest-dev
4240
@echo "==> Your DEV image is now available at $(DOCKER_REGISTRY)/moosefs-csi-plugin:$(DEVTAG)"
4341

4442
build-prod:

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/moosefs/moosefs-csi
33
go 1.14
44

55
require (
6-
github.com/container-storage-interface/spec v1.4.0
7-
github.com/golang/protobuf v1.4.3
8-
github.com/kubernetes-csi/csi-test/v3 v3.1.1
9-
github.com/sirupsen/logrus v1.8.0
10-
golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
11-
golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae // indirect
12-
google.golang.org/grpc v1.36.0
13-
gopkg.in/natefinch/lumberjack.v2 v2.0.0
6+
github.com/container-storage-interface/spec v1.8.0
7+
github.com/golang/protobuf v1.5.3
8+
github.com/sirupsen/logrus v1.9.0
9+
golang.org/x/net v0.8.0 // indirect
10+
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
11+
google.golang.org/grpc v1.53.0
12+
google.golang.org/protobuf v1.29.0 // indirect
13+
gopkg.in/natefinch/lumberjack.v2 v2.2.1
1414
)

0 commit comments

Comments
 (0)