mirror of
https://github.com/tursom/libbili-go.git
synced 2025-03-13 19:30:39 +08:00
14 lines
211 B
Modula-2
14 lines
211 B
Modula-2
module libbili
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/tursom/GoCollections v0.1.4
|
|
)
|
|
|
|
require (
|
|
github.com/timandy/routine v1.0.5 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
)
|