Skip to content

Commit c73186a

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump github.com/sebrandon1/grab from 0.0.4 to 0.0.8
Bumps [github.com/sebrandon1/grab](https://github.com/sebrandon1/grab) from 0.0.4 to 0.0.8. - [Release notes](https://github.com/sebrandon1/grab/releases) - [Commits](sebrandon1/grab@v0.0.4...v0.0.8) --- updated-dependencies: - dependency-name: github.com/sebrandon1/grab dependency-version: 0.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a855fd4 commit c73186a

File tree

4 files changed

+167
-6
lines changed

4 files changed

+167
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
4343
github.com/pkg/errors v0.9.1
4444
github.com/r3labs/sse/v2 v2.10.0
45-
github.com/sebrandon1/grab v0.0.4
45+
github.com/sebrandon1/grab v0.0.8
4646
github.com/segmentio/analytics-go/v3 v3.3.0
4747
github.com/shirou/gopsutil/v4 v4.25.9
4848
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDc
353353
github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik=
354354
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEVZGK7IN2kJkjTuQ=
355355
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
356-
github.com/sebrandon1/grab v0.0.4 h1:DZPCR31rIl+oTf03DY3Oj3hCMhh+5xP+vCs9xaVTJwQ=
357-
github.com/sebrandon1/grab v0.0.4/go.mod h1:aHabs9uj5285FzzEMIFDS+RuhbLYKbWJqboz463EsyM=
356+
github.com/sebrandon1/grab v0.0.8 h1:GddJhXGiMcxwwh9772vyBAqC3j6lsavlLaMOiVMDSSk=
357+
github.com/sebrandon1/grab v0.0.8/go.mod h1:SLhqkne6BjB6fGToXYQrDxCeqO5kFfeBI9V9rJVxR/8=
358358
github.com/secure-systems-lab/go-securesystemslib v0.9.0 h1:rf1HIbL64nUpEIZnjLZ3mcNEL9NBPB0iuVjyxvq3LZc=
359359
github.com/secure-systems-lab/go-securesystemslib v0.9.0/go.mod h1:DVHKMcZ+V4/woA/peqr+L0joiRXbPpQ042GgJckkFgw=
360360
github.com/segmentio/analytics-go/v3 v3.3.0 h1:8VOMaVGBW03pdBrj1CMFfY9o/rnjJC+1wyQHlVxjw5o=

vendor/github.com/sebrandon1/grab/lib/test_helpers.go

Lines changed: 162 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ github.com/russross/blackfriday/v2
631631
# github.com/sagikazarmark/locafero v0.11.0
632632
## explicit; go 1.23.0
633633
github.com/sagikazarmark/locafero
634-
# github.com/sebrandon1/grab v0.0.4
635-
## explicit; go 1.23
634+
# github.com/sebrandon1/grab v0.0.8
635+
## explicit; go 1.24
636636
github.com/sebrandon1/grab/lib
637637
# github.com/secure-systems-lab/go-securesystemslib v0.9.0
638638
## explicit; go 1.20

0 commit comments

Comments
 (0)