Skip to content

Commit

Permalink
Merge pull request #28 from lucasew/dep-update
Browse files Browse the repository at this point in the history
Update package dependencies + tidy
  • Loading branch information
lucasew authored Dec 23, 2024
2 parents 40aca04 + fed423f commit 136e2a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/lucasew/ts-proxy

go 1.23.1

require tailscale.com v1.78.1
require tailscale.com v1.78.3

require (
github.com/akutz/memconn v0.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ howett.net/plist v1.0.0 h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=
howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
tailscale.com v1.78.1 h1:qGCGq6gRQEQ/bCpphD/l+fOnSheu2FzushFrRSZnjbo=
tailscale.com v1.78.1/go.mod h1:gT7ALbLFCr2YIu0kgc9Q3tBVaTlod65D2N6jMLH11Bk=
tailscale.com v1.78.3 h1:2BJepIEYA0ba0ZXn2rOuZjYzIV4Az+X9RS5XJF007Ug=
tailscale.com v1.78.3/go.mod h1:gT7ALbLFCr2YIu0kgc9Q3tBVaTlod65D2N6jMLH11Bk=
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildGo123Module {
CGO_ENABLED = 0;

# vendorHash = "sha256:${lib.fakeSha256}";
vendorHash = "sha256-G1pGREdrOz4nJt+vKM8arruJdjhz2BQJFZMTID6sxfs=";
vendorHash = "sha256-5+fbUlVbFpoqOO3XgJT21zKAYC8SZapQh+e6ES8eTq8=";

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

0 comments on commit 136e2a0

Please sign in to comment.