mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	Merge branch 'develop' into fix581
This commit is contained in:
		
						commit
						7341fcb9bc
					
				
					 4 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ version: 2.1
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build-linux:
 | 
					  build-linux:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.12.7
 | 
					      - image: circleci/golang:1.13.3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - checkout
 | 
					      - checkout
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,7 +49,7 @@ You may also find other platform-specific wrappers, scripts or tools in the
 | 
				
			||||||
If you want to build from source, as opposed to installing one of the pre-built
 | 
					If you want to build from source, as opposed to installing one of the pre-built
 | 
				
			||||||
packages:
 | 
					packages:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Install [Go](https://golang.org) (requires Go 1.12 or later)
 | 
					1. Install [Go](https://golang.org) (requires Go 1.13 or later)
 | 
				
			||||||
2. Clone this repository
 | 
					2. Clone this repository
 | 
				
			||||||
2. Run `./build`
 | 
					2. Run `./build`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								go.mod
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
										
									
									
									
								
							| 
						 | 
					@ -17,3 +17,5 @@ require (
 | 
				
			||||||
	golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
 | 
						golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
 | 
				
			||||||
	golang.org/x/text v0.3.2
 | 
						golang.org/x/text v0.3.2
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					go 1.13
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,7 @@ package yggdrasil
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"bytes"
 | 
						"bytes"
 | 
				
			||||||
 | 
						"crypto/ed25519"
 | 
				
			||||||
	"crypto/rand"
 | 
						"crypto/rand"
 | 
				
			||||||
	"crypto/tls"
 | 
						"crypto/tls"
 | 
				
			||||||
	"crypto/x509"
 | 
						"crypto/x509"
 | 
				
			||||||
| 
						 | 
					@ -12,8 +13,6 @@ import (
 | 
				
			||||||
	"math/big"
 | 
						"math/big"
 | 
				
			||||||
	"net"
 | 
						"net"
 | 
				
			||||||
	"time"
 | 
						"time"
 | 
				
			||||||
 | 
					 | 
				
			||||||
	"golang.org/x/crypto/ed25519"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type tcptls struct {
 | 
					type tcptls struct {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue