mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
27 lines
1.1 KiB
Modula-2
27 lines
1.1 KiB
Modula-2
module github.com/gojp/goreportcard
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
|
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
|
github.com/dgraph-io/ristretto v0.0.3 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v0.9.0-pre1.0.20171201122222-661e31bf844d
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
|
github.com/prometheus/common v0.0.0-20171117163051-2e54d0b93cba // indirect
|
|
github.com/prometheus/procfs v0.0.0-20171221151313-8f918ac9ab4b // indirect
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
|
|
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
|
|
golang.org/x/sys v0.0.0-20210402192133-700132347e07 // indirect
|
|
golang.org/x/tools v0.1.0
|
|
honnef.co/go/tools v0.1.3
|
|
)
|