mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
11 lines
284 B
Modula-2
11 lines
284 B
Modula-2
module github.com/gojp/goreportcard
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.2-0.20171120010307-9da317453632
|
|
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
|
|
github.com/prometheus/client_golang v1.1.0
|
|
golang.org/x/tools v0.0.0-20190628034336-212fb13d595e
|
|
)
|