mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 23:50:00 -07:00
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module github.com/chihaya/chihaya
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
|
|
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
|
github.com/anacrolix/dht/v2 v2.14.0 // indirect
|
|
github.com/anacrolix/torrent v1.39.1
|
|
github.com/go-redsync/redsync v1.4.2
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
|
|
github.com/minio/sha256-simd v1.0.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|