module github.com/doujincafe/chihaya go 1.16 require ( github.com/anacrolix/torrent v1.28.0 github.com/julienschmidt/httprouter v1.3.0 github.com/minio/sha256-simd v1.0.0 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.10.0 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.1.3 github.com/stretchr/testify v1.7.0 gopkg.in/yaml.v2 v2.4.0 )