mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:44:02 +03:00
FILE / ScuroNeko/mtg
go.mod
Исходный файл и его история в репозитории.
31 lines
1.2 KiB
AMPL
31 lines
1.2 KiB
AMPL
module github.com/9seconds/mtg
|
|
|
|
replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/allegro/bigcache v1.2.0
|
|
github.com/beevik/ntp v0.2.0
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7
|
|
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
|
|
github.com/juju/testing v0.0.0-20190429233213-dfc56b8c09fc // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/prometheus/client_golang v0.9.4
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
|
|
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/alexcesaro/statsd.v2 v2.0.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|