Update main.go

This commit is contained in:
BitHeaven 2022-11-10 20:00:48 +05:00 committed by GitHub
parent ba56abee82
commit f642d81f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import (
"os"
"path"
"github.com/tjhorner/e6dl/concurrent"
"github.com/tjhorner/e6dl/e621"
"github.com/BitHeaven-Official/e6dl/concurrent"
"github.com/BitHeaven-Official/e6dl/e621"
)
func main() {