Skip to content

Commit

Permalink
cells-fuse: stick to go21 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jun 14, 2024
1 parent 82c143f commit 74f9138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/cells-fuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEV_VERSION=4.3.1-dev
DEV_VERSION=4.4.3-dev
TODAY:=$(shell date -u +%Y-%m-%dT%H:%M:%S)
TIMESTAMP:=$(shell date -u +%Y%m%d%H%M%S)
GITREV?=$(shell git rev-parse HEAD)
Expand Down
4 changes: 2 additions & 2 deletions cmd/cells-fuse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pydio/cells-fuse

go 1.21.0

toolchain go1.22.3
toolchain go1.21.11

require (
github.com/dustin/go-humanize v1.0.1
Expand All @@ -13,7 +13,7 @@ require (
github.com/pydio/cells/v4 v4.4.3-alpha1
github.com/schollz/progressbar/v3 v3.14.4
github.com/spf13/cobra v1.8.0
go.etcd.io/bbolt v1.3.10
go.etcd.io/bbolt v1.3.9
)

require (
Expand Down
4 changes: 2 additions & 2 deletions cmd/cells-fuse/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ go.elastic.co/apm/module/apmot v1.15.0 h1:yqarZ4HCIb6dLAzEVSWdppAuRhfrCfm2Z6UL+u
go.elastic.co/apm/module/apmot v1.15.0/go.mod h1:BjFz2KOlnjXdnSo0p6nhDDaIEYYX8c6uVHwvkZiLqtQ=
go.elastic.co/fastjson v1.1.0 h1:3MrGBWWVIxe/xvsbpghtkFoPciPhOCmjsR/HfwEeQR4=
go.elastic.co/fastjson v1.1.0/go.mod h1:boNGISWMjQsUPy/t6yqt2/1Wx4YNPSe+mZjlyw9vKKI=
go.etcd.io/bbolt v1.3.10 h1:+BqfJTcCzTItrop8mq/lbzL8wSGtj94UO/3U31shqG0=
go.etcd.io/bbolt v1.3.10/go.mod h1:bK3UQLPJZly7IlNmV7uVHJDxfe5aK9Ll93e/74Y9oEQ=
go.etcd.io/bbolt v1.3.9 h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI=
go.etcd.io/bbolt v1.3.9/go.mod h1:zaO32+Ti0PK1ivdPtgMESzuzL2VPoIG1PCQNvOdo/dE=
go.mongodb.org/mongo-driver v1.10.2 h1:4Wk3cnqOrQCn0P92L3/mmurMxzdvWWs5J9jinAVKD+k=
go.mongodb.org/mongo-driver v1.10.2/go.mod h1:z4XpeoU6w+9Vht+jAFyLgVrD+jGSQQe0+CBWFHNiHt8=
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
Expand Down

0 comments on commit 74f9138

Please sign in to comment.