2019-02-13 02:26:26 +01:00
|
|
|
module github.com/chihaya/chihaya
|
|
|
|
|
2021-02-27 18:51:25 +01:00
|
|
|
go 1.16
|
2019-10-12 04:59:19 +02:00
|
|
|
|
2019-02-13 02:26:26 +01:00
|
|
|
require (
|
2020-05-01 01:29:51 +02:00
|
|
|
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
|
2019-02-13 02:26:26 +01:00
|
|
|
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
|
2020-04-30 10:24:52 +02:00
|
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
2022-01-19 04:00:57 +01:00
|
|
|
github.com/anacrolix/dht/v2 v2.15.1 // indirect
|
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.3 // indirect
|
|
|
|
github.com/anacrolix/torrent v1.40.0
|
|
|
|
github.com/go-redsync/redsync/v4 v4.5.0
|
|
|
|
github.com/gomodule/redigo v1.8.8
|
2020-05-01 01:29:51 +02:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2022-01-19 04:00:57 +01:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
2019-02-13 02:26:26 +01:00
|
|
|
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
|
2022-01-19 04:00:57 +01:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
2020-05-01 01:29:51 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-07-01 10:16:57 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2022-01-19 04:00:57 +01:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-05-06 21:26:11 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-01-19 04:00:57 +01:00
|
|
|
github.com/spf13/cobra v1.3.0
|
2021-02-01 09:58:03 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-05-01 01:29:51 +02:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
|
2022-01-19 04:00:57 +01:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
2020-12-31 00:33:02 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-02-13 02:26:26 +01:00
|
|
|
)
|