mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 01:14:03 +03:00
FILE / ScuroNeko/mtg
go.mod
Исходный файл и его история в репозитории.
24 lines
834 B
AMPL
24 lines
834 B
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/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
|
|
github.com/allegro/bigcache v1.2.1
|
|
github.com/beevik/ntp v0.2.0
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
go.uber.org/multierr v1.4.0 // indirect
|
|
go.uber.org/zap v1.12.0
|
|
golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
|
|
golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
|
|
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd
|
|
golang.org/x/tools v0.0.0-20191107010934-f79515f33823 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/alexcesaro/statsd.v2 v2.0.0
|
|
)
|
|
|
|
go 1.13
|