mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
f572286bf9
This un-breaks vim-go (which doesn't understand "go 1.23") and allows the natlab tests to work in a Nix shell (by adding the "qemu-img" and "mkfs.ext4" binaries to the shell). These binaries are available even on macOS, as I'm testing on my M1 Max. Updates #13038 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I99f8521b5de93ea47dc33b099d5b243ffc1303da
24 lines
921 B
Modula-2
24 lines
921 B
Modula-2
module tailscale.com/gokrazy
|
|
|
|
go 1.23.1
|
|
|
|
require github.com/gokrazy/tools v0.0.0-20240730192548-9f81add3a91e
|
|
|
|
require (
|
|
github.com/breml/rootcerts v0.2.10 // indirect
|
|
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0 // indirect
|
|
github.com/gokrazy/internal v0.0.0-20240629150625-a0f1dee26ef5 // indirect
|
|
github.com/gokrazy/updater v0.0.0-20230215172637-813ccc7f21e2 // indirect
|
|
github.com/google/renameio/v2 v2.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|
|
|
|
replace github.com/gokrazy/gokrazy => github.com/tailscale/gokrazy v0.0.0-20240812224643-6b21ddf64678
|
|
|
|
replace github.com/gokrazy/tools => github.com/tailscale/gokrazy-tools v0.0.0-20240730192548-9f81add3a91e
|