Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 regels
292 B

  1. module golang.zx2c4.com/wireguard/android
  2. go 1.13
  3. require (
  4. golang.org/x/crypto v0.0.0-20200320181102-891825fb96df // indirect
  5. golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
  6. golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae
  7. golang.zx2c4.com/wireguard v0.0.20200320
  8. )