Skip to content

Commit b592cc9

Browse files
build(deps): bump tailscale.com from 1.48.2 to 1.50.1
Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.48.2 to 1.50.1. - [Release notes](https://github.com/tailscale/tailscale/releases) - [Commits](tailscale/tailscale@v1.48.2...v1.50.1) --- updated-dependencies: - dependency-name: tailscale.com dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa5f7de commit b592cc9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
k8s.io/apimachinery v0.28.2
5252
k8s.io/kubectl v0.28.0
5353
sigs.k8s.io/yaml v1.3.0
54-
tailscale.com v1.48.2
54+
tailscale.com v1.50.1
5555
)
5656

5757
require (
@@ -73,6 +73,7 @@ require (
7373
github.com/cockroachdb/redact v1.1.5 // indirect
7474
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7575
github.com/davecgh/go-spew v1.1.1 // indirect
76+
github.com/dblohm7/wingoes v0.0.0-20230821191801-fc76608aecf0 // indirect
7677
github.com/docker/go-connections v0.4.0 // indirect
7778
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
7879
github.com/evanphx/json-patch v5.6.0+incompatible // indirect

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr
6969
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7070
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
7171
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
72+
github.com/dblohm7/wingoes v0.0.0-20230821191801-fc76608aecf0 h1:/dgKwHVTI0J+A0zd/BHOF2CTn1deN0735cJrb+w2hbE=
73+
github.com/dblohm7/wingoes v0.0.0-20230821191801-fc76608aecf0/go.mod h1:6NCrWM5jRefaG7iN0iMShPalLsljHWBh9v1zxM2f8Xs=
7274
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 h1:y7y0Oa6UawqTFPCDw9JG6pdKt4F9pAhHv0B7FMGaGD0=
7375
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140/go.mod h1:c9O8+fpSOX1DM8cPNSkX/qsBWdkD4yd2dpciOWQjpBw=
7476
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
@@ -612,5 +614,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kF
612614
sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E=
613615
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
614616
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
615-
tailscale.com v1.48.2 h1:bLAzGvkFMih+QCRy//WSemmD7KKXIo0m8P+o1Fp/YjA=
616-
tailscale.com v1.48.2/go.mod h1:RWW4emjviEEAIqr6P6bbZZGXr19BdAdtwtUVfW9SBvU=
617+
tailscale.com v1.50.1 h1:q3lwxT2Y2ezc+FBCMHP8M14cgu1V0JiuLikojdsXuGU=
618+
tailscale.com v1.50.1/go.mod h1:lBw7+Mw2d7rea3kefGjYWN8IJkB5dyaakMNMOinNGDo=

0 commit comments

Comments
 (0)