File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import (
4747
4848// Standard config default values
4949const (
50- blobfuse2Version_ = "2.5.1 "
50+ blobfuse2Version_ = "2.5.2 "
5151
5252 DefaultMaxLogFileSize = 512
5353 DefaultLogFileCount = 10
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ require (
3838 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
3939 github.com/kylelemons/godebug v1.1.0 // indirect
4040 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
41- github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a
41+ github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741
4242 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
4343 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4444 github.com/russross/blackfriday/v2 v2.1.0 // indirect
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2D
5757github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 /go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y =
5858github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
5959github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
60- github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a h1:VweslR2akb/ARhXfqSfRbj1vpWwYXf3eeAUyw/ndms0 =
61- github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a /go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4 =
60+ github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 h1:KPpdlQLZcHfTMQRi6bFQ7ogNO0ltFT4PmtwTLW4W+14 =
61+ github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 /go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4 =
6262github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ =
6363github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c /go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU =
6464github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change 11#! /bin/bash
22work_dir=$( echo $1 | sed ' s:/*$::' )
3- version=" 1.25.1 "
3+ version=" 1.25.6 "
44arch=` hostnamectl | grep " Arch" | rev | cut -d " " -f 1 | rev`
55
66if [ $arch != " arm64" ]
You can’t perform that action at this time.
0 commit comments