You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/go.mod

13 lines
398 B
Modula-2

module tailscale.com/tailscale-android
go 1.14
require (
gioui.org v0.0.0-20200524174833-ad93e3212824
gioui.org/cmd v0.0.0-20200508063126-0ad8f85c05e7 // indirect
github.com/tailscale/wireguard-go v0.0.0-20200515231107-62868271d710
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e
tailscale.com v0.98.1-0.20200524053159-e6b84f2159ba
)