mirror of https://github.com/h44z/wg-portal.git
				
				
				
			update dependencies
This commit is contained in:
		
							parent
							
								
									16a373f1eb
								
							
						
					
					
						commit
						c3c0971aa0
					
				
							
								
								
									
										19
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										19
									
								
								go.mod
								
								
								
								
							|  | @ -7,11 +7,11 @@ require ( | ||||||
| 	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | 	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | ||||||
| 	github.com/evanphx/json-patch v0.5.2 | 	github.com/evanphx/json-patch v0.5.2 | ||||||
| 	github.com/gin-contrib/sessions v0.0.3 | 	github.com/gin-contrib/sessions v0.0.3 | ||||||
| 	github.com/gin-gonic/gin v1.6.3 | 	github.com/gin-gonic/gin v1.7.2 | ||||||
| 	github.com/go-ldap/ldap/v3 v3.2.4 | 	github.com/go-ldap/ldap/v3 v3.3.0 | ||||||
| 	github.com/go-openapi/spec v0.20.3 // indirect | 	github.com/go-openapi/spec v0.20.3 // indirect | ||||||
| 	github.com/go-openapi/swag v0.19.15 // indirect | 	github.com/go-openapi/swag v0.19.15 // indirect | ||||||
| 	github.com/go-playground/validator/v10 v10.4.1 | 	github.com/go-playground/validator/v10 v10.8.0 | ||||||
| 	github.com/gorilla/sessions v1.2.1 // indirect | 	github.com/gorilla/sessions v1.2.1 // indirect | ||||||
| 	github.com/kelseyhightower/envconfig v1.4.0 | 	github.com/kelseyhightower/envconfig v1.4.0 | ||||||
| 	github.com/mailru/easyjson v0.7.7 // indirect | 	github.com/mailru/easyjson v0.7.7 // indirect | ||||||
|  | @ -24,14 +24,13 @@ require ( | ||||||
| 	github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e | 	github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e | ||||||
| 	github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f | 	github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f | ||||||
| 	github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca | 	github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca | ||||||
| 	github.com/xhit/go-simple-mail/v2 v2.8.1 | 	github.com/xhit/go-simple-mail/v2 v2.10.0 | ||||||
| 	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | 	golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 | ||||||
| 	golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect |  | ||||||
| 	golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect |  | ||||||
| 	golang.org/x/tools v0.1.0 // indirect | 	golang.org/x/tools v0.1.0 // indirect | ||||||
| 	golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b | 	golang.zx2c4.com/wireguard v0.0.20200121 // indirect | ||||||
|  | 	golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210506160403-92e472f520a5 | ||||||
| 	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | 	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||||||
| 	gorm.io/driver/mysql v1.0.5 | 	gorm.io/driver/mysql v1.1.1 | ||||||
| 	gorm.io/driver/sqlite v1.1.4 | 	gorm.io/driver/sqlite v1.1.4 | ||||||
| 	gorm.io/gorm v1.21.6 | 	gorm.io/gorm v1.21.12 | ||||||
| ) | ) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue