Skip to content

Commit

Permalink
go.mod: update for 1.76.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Nobels <[email protected]>
  • Loading branch information
barnstar committed Nov 4, 2024
1 parent cdc3320 commit 4ac377d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 34
versionCode 310
versionName "1.77.75-td4222fae9-gc543614f10a"
versionCode 320
versionName "1.76.6-t1edcf9d46-gf7aa2e4a837"

// This setting, which defaults to 'true', will cause Tailscale to fall
// back to the Google DNS servers if it cannot determine what the
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ require (
github.com/tailscale/wireguard-go v0.0.0-20240905161824-799c1978fafc
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab
inet.af/netaddr v0.0.0-20220617031823-097006376321
tailscale.com v1.75.0-pre.0.20241103175838-d4222fae95c0
tailscale.com v1.76.4-0.20241104200736-1edcf9d466ce

)

require (
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,7 @@ inet.af/netaddr v0.0.0-20220617031823-097006376321 h1:B4dC8ySKTQXasnjDTMsoCMf1sQ
inet.af/netaddr v0.0.0-20220617031823-097006376321/go.mod h1:OIezDfdzOgFhuw4HuWapWq2e9l0H9tK4F1j+ETRtF3k=
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.75.0-pre.0.20241103175838-d4222fae95c0 h1:WildwJotNyCEDvdjPZVmR1RHuX09jF31LrAvL0IpILE=
tailscale.com v1.75.0-pre.0.20241103175838-d4222fae95c0/go.mod h1:myCwmhYBvMCF/5OgBYuIW42zscuEo30bAml7wABVZLk=
tailscale.com v1.76.4-0.20241101220758-dda460316781 h1:/v0qjGMNl/2uSWEaJ7me4ez6exzYkyvFCxp4vEzetkI=
tailscale.com v1.76.4-0.20241101220758-dda460316781/go.mod h1:myCwmhYBvMCF/5OgBYuIW42zscuEo30bAml7wABVZLk=
tailscale.com v1.76.4-0.20241104200736-1edcf9d466ce h1:cef0ri2URfPSXwG5G7MX57l7crwjcLBz03Gwra6ipXk=
tailscale.com v1.76.4-0.20241104200736-1edcf9d466ce/go.mod h1:myCwmhYBvMCF/5OgBYuIW42zscuEo30bAml7wABVZLk=

0 comments on commit 4ac377d

Please sign in to comment.