mirror of https://github.com/h44z/wg-portal.git
				
				
				
			cleanup import statements
This commit is contained in:
		
							parent
							
								
									11b9a567d1
								
							
						
					
					
						commit
						28c2494d88
					
				|  | @ -7,10 +7,9 @@ import ( | ||||||
| 	"strings" | 	"strings" | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| 	"github.com/h44z/wg-portal/internal/common" |  | ||||||
| 
 |  | ||||||
| 	"github.com/gin-gonic/gin" | 	"github.com/gin-gonic/gin" | ||||||
| 	"github.com/h44z/wg-portal/internal/authentication" | 	"github.com/h44z/wg-portal/internal/authentication" | ||||||
|  | 	"github.com/h44z/wg-portal/internal/common" | ||||||
| 	"github.com/h44z/wg-portal/internal/users" | 	"github.com/h44z/wg-portal/internal/users" | ||||||
| 	"github.com/pkg/errors" | 	"github.com/pkg/errors" | ||||||
| 	"golang.org/x/crypto/bcrypt" | 	"golang.org/x/crypto/bcrypt" | ||||||
|  |  | ||||||
|  | @ -4,12 +4,11 @@ import ( | ||||||
| 	"net/http" | 	"net/http" | ||||||
| 	"strings" | 	"strings" | ||||||
| 
 | 
 | ||||||
| 	csrf "github.com/utrack/gin-csrf" |  | ||||||
| 
 |  | ||||||
| 	"github.com/gin-gonic/gin" | 	"github.com/gin-gonic/gin" | ||||||
| 	"github.com/h44z/wg-portal/internal/authentication" | 	"github.com/h44z/wg-portal/internal/authentication" | ||||||
| 	"github.com/h44z/wg-portal/internal/users" | 	"github.com/h44z/wg-portal/internal/users" | ||||||
| 	"github.com/sirupsen/logrus" | 	"github.com/sirupsen/logrus" | ||||||
|  | 	csrf "github.com/utrack/gin-csrf" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| func (s *Server) GetLogin(c *gin.Context) { | func (s *Server) GetLogin(c *gin.Context) { | ||||||
|  |  | ||||||
|  | @ -4,7 +4,6 @@ import ( | ||||||
| 	"sync" | 	"sync" | ||||||
| 
 | 
 | ||||||
| 	"github.com/pkg/errors" | 	"github.com/pkg/errors" | ||||||
| 
 |  | ||||||
| 	"golang.zx2c4.com/wireguard/wgctrl" | 	"golang.zx2c4.com/wireguard/wgctrl" | ||||||
| 	"golang.zx2c4.com/wireguard/wgctrl/wgtypes" | 	"golang.zx2c4.com/wireguard/wgctrl/wgtypes" | ||||||
| ) | ) | ||||||
|  |  | ||||||
|  | @ -4,9 +4,8 @@ import ( | ||||||
| 	"fmt" | 	"fmt" | ||||||
| 	"net" | 	"net" | ||||||
| 
 | 
 | ||||||
| 	"github.com/pkg/errors" |  | ||||||
| 
 |  | ||||||
| 	"github.com/milosgajdos/tenus" | 	"github.com/milosgajdos/tenus" | ||||||
|  | 	"github.com/pkg/errors" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| const DefaultMTU = 1420 | const DefaultMTU = 1420 | ||||||
|  |  | ||||||
|  | @ -13,7 +13,6 @@ import ( | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| 	"github.com/gin-gonic/gin" | 	"github.com/gin-gonic/gin" | ||||||
| 
 |  | ||||||
| 	"github.com/gin-gonic/gin/binding" | 	"github.com/gin-gonic/gin/binding" | ||||||
| 	"github.com/go-playground/validator/v10" | 	"github.com/go-playground/validator/v10" | ||||||
| 	"github.com/h44z/wg-portal/internal/common" | 	"github.com/h44z/wg-portal/internal/common" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue