File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f h
64
64
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f /go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw =
65
65
github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM =
66
66
github.com/cyphar/filepath-securejoin v0.3.6 /go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI =
67
- github.com/cyphar/filepath-securejoin v0.4.0 h1:PioTG9TBRSApBpYGnDU8HC+miIsX8vitBH9LGNNMoLQ =
68
- github.com/cyphar/filepath-securejoin v0.4.0 /go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI =
69
67
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
70
68
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
71
69
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
Original file line number Diff line number Diff line change 8
8
// VersionMinor is for functionality in a backwards-compatible manner
9
9
VersionMinor = 34
10
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 0
11
+ VersionPatch = 1
12
12
13
13
// VersionDev indicates development branch. Releases will be empty string.
14
14
VersionDev = "-dev"
You can’t perform that action at this time.
0 commit comments