Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e89fc5

Browse files
authoredJan 13, 2025··
build(deps): bump github.com/gonvenience/ytbx from 1.4.4 to 1.4.5 (#720)
Bumps [github.com/gonvenience/ytbx](https://github.com/gonvenience/ytbx) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/gonvenience/ytbx/releases) - [Commits](gonvenience/ytbx@v1.4.4...v1.4.5) --- updated-dependencies: - dependency-name: github.com/gonvenience/ytbx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac4634a commit 8e89fc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
88
github.com/evanphx/json-patch/v5 v5.9.0
99
github.com/gonvenience/bunt v1.4.0
10-
github.com/gonvenience/ytbx v1.4.4
10+
github.com/gonvenience/ytbx v1.4.5
1111
github.com/google/go-cmp v0.6.0
1212
github.com/homeport/dyff v1.9.4
1313
github.com/json-iterator/go v1.1.12
@@ -78,7 +78,7 @@ require (
7878
github.com/google/gofuzz v1.2.0 // indirect
7979
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
8080
github.com/google/uuid v1.6.0 // indirect
81-
github.com/gorilla/mux v1.8.0 // indirect
81+
github.com/gorilla/mux v1.8.1 // indirect
8282
github.com/gorilla/websocket v1.5.0 // indirect
8383
github.com/gosuri/uitable v0.0.4 // indirect
8484
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect

‎go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ github.com/gonvenience/text v1.0.7 h1:YmIqmgTwxnACYCG59DykgMbomwteYyNhAmEUEJtPl1
164164
github.com/gonvenience/text v1.0.7/go.mod h1:OAjH+mohRszffLY6OjgQcUXiSkbrIavooFpfIt1ZwAs=
165165
github.com/gonvenience/wrap v1.2.0 h1:CwAoa60QIBVmQn/aUregAbk9FstEr17k9vCYpKF972c=
166166
github.com/gonvenience/wrap v1.2.0/go.mod h1:iNijaTmFD8+ORmNp9iS+dSBcCJrmIwwyoYLUngToGdk=
167-
github.com/gonvenience/ytbx v1.4.4 h1:jQopwyaLsVGuwdxSiN4WkXjsEaFNPJ3V4lUj7eyEpzo=
168-
github.com/gonvenience/ytbx v1.4.4/go.mod h1:w37+MKCPcCMY/jpPNmEklD4xKqrOAVBO6kIWW2+uI6M=
167+
github.com/gonvenience/ytbx v1.4.5 h1:ZU6kru0UxzitYKUPurk65Z5eGT1dA/aJkx/N7GnWako=
168+
github.com/gonvenience/ytbx v1.4.5/go.mod h1:PAXCECQFS5xtZTrbB1bQHRm+gCX17M2T+D7b408kZ6U=
169169
github.com/google/btree v1.0.1 h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=
170170
github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA=
171171
github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=
@@ -185,8 +185,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
185185
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
186186
github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4=
187187
github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q=
188-
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
189-
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
188+
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
189+
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
190190
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
191191
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
192192
github.com/gosuri/uitable v0.0.4 h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=

0 commit comments

Comments
 (0)
Please sign in to comment.