Skip to content

Commit 41060ba

Browse files
committed
go.mod: bump tailscale.com version
bump version again, back to the latest commit on main, rather than the latest released version. Otherwise, this causes issues in tailscale's corp repo (sadly). Signed-off-by: Will Norris <[email protected]>
1 parent ec2a3e9 commit 41060ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
modernc.org/sqlite v1.19.4
88
// Always use a pseudo-version for the tailscale.com module, or else
99
// go's version selection causes problems when pulling golink into corp.
10-
tailscale.com v1.40.0
10+
tailscale.com v1.1.1-0.20230501211016-c5bf868940d8
1111
)
1212

1313
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,5 @@ modernc.org/z v1.7.0 h1:xkDw/KepgEjeizO2sNco+hqYkU12taxQFqPEmgm1GWE=
339339
nhooyr.io/websocket v1.8.7 h1:usjR2uOr/zjjkVMy0lW+PPohFok7PCow5sDjLgX4P4g=
340340
nhooyr.io/websocket v1.8.7/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
341341
software.sslmate.com/src/go-pkcs12 v0.2.0 h1:nlFkj7bTysH6VkC4fGphtjXRbezREPgrHuJG20hBGPE=
342-
tailscale.com v1.40.0 h1:3guThaC1cCSHQ2nAk0ChQ8D5CCQmfwcQFTUcfpBrKPE=
343-
tailscale.com v1.40.0/go.mod h1:j5vekUD4eLhLpHl/tNBps25strCOBXyiKUsdR1HhMq8=
342+
tailscale.com v1.1.1-0.20230501211016-c5bf868940d8 h1:QbnQDg2w9XvrBnIYZiZSRLjTGLgI87cBXON6b5KVqgo=
343+
tailscale.com v1.1.1-0.20230501211016-c5bf868940d8/go.mod h1:j5vekUD4eLhLpHl/tNBps25strCOBXyiKUsdR1HhMq8=

0 commit comments

Comments
 (0)