Fix invalid import in manifest.go (#77)
This commit is contained in:
		
							parent
							
								
									1c3014f906
								
							
						
					
					
						commit
						88991946af
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -17,7 +17,7 @@ package main | |||
| import ( | ||||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/mattermost/mattermost-server/model" | ||||
| 	"github.com/mattermost/mattermost-server/v5/model" | ||||
| ) | ||||
| 
 | ||||
| var manifest *model.Manifest | ||||
|  |  | |||
							
								
								
									
										2
									
								
								server/manifest.go
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								server/manifest.go
									
										
									
										generated
									
									
									
								
							|  | @ -5,7 +5,7 @@ package main | |||
| import ( | ||||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/mattermost/mattermost-server/model" | ||||
| 	"github.com/mattermost/mattermost-server/v5/model" | ||||
| ) | ||||
| 
 | ||||
| var manifest *model.Manifest | ||||
|  |  | |||
		Reference in a new issue