fix package name
This commit is contained in:
		
							parent
							
								
									9918c0c363
								
							
						
					
					
						commit
						cff1c96394
					
				| @ -9,8 +9,8 @@ import ( | |||||||
| 	"sync/atomic" | 	"sync/atomic" | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| 	"gitea.thegux.fr/hmdeploy/connection" | 	"gitea.sonak.fr/hmdeploy/connection" | ||||||
| 	"gitea.thegux.fr/hmdeploy/models" | 	"gitea.sonak.fr/hmdeploy/models" | ||||||
| 	"github.com/rs/zerolog/log" | 	"github.com/rs/zerolog/log" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -5,8 +5,8 @@ import ( | |||||||
| 	"fmt" | 	"fmt" | ||||||
| 	"path/filepath" | 	"path/filepath" | ||||||
| 
 | 
 | ||||||
| 	"gitea.thegux.fr/hmdeploy/models" | 	"gitea.sonak.fr/hmdeploy/models" | ||||||
| 	"gitea.thegux.fr/hmdeploy/utils" | 	"gitea.sonak.fr/hmdeploy/utils" | ||||||
| 	"github.com/rs/zerolog/log" | 	"github.com/rs/zerolog/log" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -7,10 +7,10 @@ import ( | |||||||
| 	"os" | 	"os" | ||||||
| 	"path/filepath" | 	"path/filepath" | ||||||
| 
 | 
 | ||||||
| 	"gitea.thegux.fr/hmdeploy/connection" | 	"gitea.sonak.fr/hmdeploy/connection" | ||||||
| 	"gitea.thegux.fr/hmdeploy/docker" | 	"gitea.sonak.fr/hmdeploy/docker" | ||||||
| 	"gitea.thegux.fr/hmdeploy/models" | 	"gitea.sonak.fr/hmdeploy/models" | ||||||
| 	"gitea.thegux.fr/hmdeploy/utils" | 	"gitea.sonak.fr/hmdeploy/utils" | ||||||
| 	"github.com/rs/zerolog/log" | 	"github.com/rs/zerolog/log" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -11,8 +11,8 @@ import ( | |||||||
| 	"sync" | 	"sync" | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| 	"gitea.thegux.fr/hmdeploy/connection" | 	"gitea.sonak.fr/hmdeploy/connection" | ||||||
| 	"gitea.thegux.fr/hmdeploy/models" | 	"gitea.sonak.fr/hmdeploy/models" | ||||||
| 	"github.com/rs/zerolog/log" | 	"github.com/rs/zerolog/log" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @ -1,4 +1,4 @@ | |||||||
| module gitea.thegux.fr/hmdeploy | module gitea.sonak.fr/hmdeploy | ||||||
| 
 | 
 | ||||||
| go 1.23.0 | go 1.23.0 | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										10
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								main.go
									
									
									
									
									
								
							| @ -13,11 +13,11 @@ import ( | |||||||
| 	"strings" | 	"strings" | ||||||
| 	"sync" | 	"sync" | ||||||
| 
 | 
 | ||||||
| 	"gitea.thegux.fr/hmdeploy/deployers" | 	"gitea.sonak.fr/hmdeploy/deployers" | ||||||
| 	"gitea.thegux.fr/hmdeploy/docker" | 	"gitea.sonak.fr/hmdeploy/docker" | ||||||
| 	"gitea.thegux.fr/hmdeploy/models" | 	"gitea.sonak.fr/hmdeploy/models" | ||||||
| 	"gitea.thegux.fr/hmdeploy/scheduler" | 	"gitea.sonak.fr/hmdeploy/scheduler" | ||||||
| 	"gitea.thegux.fr/hmdeploy/utils" | 	"gitea.sonak.fr/hmdeploy/utils" | ||||||
| 	"github.com/rs/zerolog" | 	"github.com/rs/zerolog" | ||||||
| 	"github.com/rs/zerolog/log" | 	"github.com/rs/zerolog/log" | ||||||
| ) | ) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 rmanach
						rmanach