Skip to content

Commit 6775958

Browse files
committed
Update package dependencies + tidy
Automatic update to the project's package dependencies initiated by an automatic GitHub Action running on cron. Keeps upgrades less of a monolithic task and lets security-related patches trickle in more quickly.
1 parent cf3709f commit 6775958

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/lucasew/ts-proxy
22

33
go 1.23.1
44

5-
require tailscale.com v1.80.2
5+
require tailscale.com v1.80.3
66

77
require (
88
github.com/akutz/memconn v0.1.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,5 @@ howett.net/plist v1.0.0 h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=
236236
howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
237237
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
238238
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
239-
tailscale.com v1.80.2 h1:MA/AvAyWakq01E1MS6SwKEp2VEFE5CoXAAguwrnbF5g=
240-
tailscale.com v1.80.2/go.mod h1:HTOFVeo5RY0qBl5Uy+LXHwgp0PLXgVSfgqWI34gSrPA=
239+
tailscale.com v1.80.3 h1:uGLWZdl61YbhvhoU6qdnHPF7zuuqGGRaTfbECur035Y=
240+
tailscale.com v1.80.3/go.mod h1:HTOFVeo5RY0qBl5Uy+LXHwgp0PLXgVSfgqWI34gSrPA=

package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildGo123Module {
1010
CGO_ENABLED = 0;
1111

1212
# vendorHash = "sha256:${lib.fakeSha256}";
13-
vendorHash = "sha256-xhQe03vz1hDvZcCmUlvN2kPFjwZq+5Hw5iQvIjl4/Ms=";
13+
vendorHash = "sha256-QPpVpHJHxhPx6vuCdrg6Uz7BlT2Gk85JFd8cfqyxQQw=";
1414

1515
postConfigure = ''
1616
# chmod -R +w vendor/gvisor.dev/gvisor #/pkg/refs/refs_template.go

0 commit comments

Comments
 (0)