Skip to content

Commit

Permalink
go.mod: update for 1.78.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Khyl <[email protected]>
  • Loading branch information
nickkhyl committed Dec 5, 2024
1 parent bbe3270 commit e8bd36b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 34
versionCode 242
versionCode 336
versionName getVersionProperty("VERSION_LONG")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/tailscale/wireguard-go v0.0.0-20241113014420-4e883d38c8d3
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab
inet.af/netaddr v0.0.0-20220617031823-097006376321
tailscale.com v1.77.0-pre.0.20241205005256-7f9ebc0a83f8
tailscale.com v1.78.0
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,5 @@ software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
tailscale.com v1.77.0-pre.0.20241205005256-7f9ebc0a83f8 h1:ASyQeyfTqiKpZ6SYqOMHzMs2rhFMfvwshjcIlZnQadw=
tailscale.com v1.77.0-pre.0.20241205005256-7f9ebc0a83f8/go.mod h1:gT7ALbLFCr2YIu0kgc9Q3tBVaTlod65D2N6jMLH11Bk=
tailscale.com v1.78.0 h1:/UF5EituVa1QMhojqOObFumTarVTcZ14nW1KIVVwbLw=
tailscale.com v1.78.0/go.mod h1:gT7ALbLFCr2YIu0kgc9Q3tBVaTlod65D2N6jMLH11Bk=

0 comments on commit e8bd36b

Please sign in to comment.