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

14 lines
448 B
Modula-2

module github.com/tailscale/tailscale-android
go 1.14
require (
eliasnaur.com/font v0.0.0-20200617114307-e02d32decb4b
gioui.org v0.0.0-20200622162632-3a542cc80cee
gioui.org/cmd v0.0.0-20200622185735-5bd0ecea5e43
github.com/tailscale/wireguard-go v0.0.0-20200615180905-687c10194779
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e
tailscale.com v0.99.2-0.20200622195938-c2682553fffd
)