mirror of
				https://github.com/bestnite/bilinovel-downloader.git
				synced 2025-10-31 10:50:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			816 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			816 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module bilinovel-downloader
 | |
| 
 | |
| go 1.24.2
 | |
| 
 | |
| require (
 | |
| 	git.nite07.com/nite/font-mapper v0.0.0-20251029075022-4bbc206d648b
 | |
| 	github.com/PuerkitoBio/goquery v1.10.3
 | |
| 	github.com/a-h/templ v0.3.943
 | |
| 	github.com/go-resty/resty/v2 v2.16.5
 | |
| 	github.com/google/uuid v1.6.0
 | |
| 	github.com/playwright-community/playwright-go v0.5200.1
 | |
| 	github.com/spf13/cobra v1.9.1
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/andybalholm/cascadia v1.3.3 // indirect
 | |
| 	github.com/deckarep/golang-set/v2 v2.8.0 // indirect
 | |
| 	github.com/go-jose/go-jose/v3 v3.0.4 // indirect
 | |
| 	github.com/go-stack/stack v1.8.1 // indirect
 | |
| 	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
 | |
| 	github.com/inconshreveable/mousetrap v1.1.0 // indirect
 | |
| 	github.com/spf13/pflag v1.0.7 // indirect
 | |
| 	golang.org/x/image v0.30.0 // indirect
 | |
| 	golang.org/x/net v0.43.0 // indirect
 | |
| )
 |