fix: clarify bolt package name
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com> Former-commit-id: f46856bd84680104e797c78ae1c5b24a4bf4abb2 [formerly 5e687a969645645c17e69267f5410d5dd25b001d] [formerly 0ad00c12d715b805d51b7ffaa17283525e5e21f1 [formerly fbcf1ea995a63fc5a278a792d7bfb93d07bee1b5]] Former-commit-id: eaf1b6aa326396828785065f53498e02a2f95b78 [formerly 30a76c7b8bd306bb92312aa7071cc3829a2171e4] Former-commit-id: b60dcd6ac13649e759affd60b0e8346b243ef072
This commit is contained in:
		
							parent
							
								
									5a03c75dc3
								
							
						
					
					
						commit
						ce68f48fb4
					
				| 
						 | 
					@ -8,7 +8,7 @@ import (
 | 
				
			||||||
	"github.com/filebrowser/filebrowser/v2/rules"
 | 
						"github.com/filebrowser/filebrowser/v2/rules"
 | 
				
			||||||
	"github.com/filebrowser/filebrowser/v2/storage"
 | 
						"github.com/filebrowser/filebrowser/v2/storage"
 | 
				
			||||||
	"github.com/filebrowser/filebrowser/v2/users"
 | 
						"github.com/filebrowser/filebrowser/v2/users"
 | 
				
			||||||
	"go.etcd.io/bbolt"
 | 
						bolt "go.etcd.io/bbolt"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type oldUser struct {
 | 
					type oldUser struct {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue