mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix compile go 1.16
This commit is contained in:
2
deps.sh
2
deps.sh
@@ -1,9 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
export GOPATH="${PWD}"
|
||||
export GO111MODULE=auto
|
||||
|
||||
go get -v github.com/pkg/browser
|
||||
go get -v github.com/alexflint/go-arg
|
||||
go get -v golang.org/x/time/rate
|
||||
go get -v github.com/anacrolix/dht
|
||||
go get -v github.com/anacrolix/missinggo/httptoo
|
||||
go get -v github.com/anacrolix/torrent
|
||||
|
||||
Reference in New Issue
Block a user