31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module gitlab.finogeeks.club/finclip-backend/apm
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Shopify/sarama v1.24.1
|
|
github.com/SkyAPM/go2sky v0.5.0
|
|
github.com/SkyAPM/go2sky-plugins/gin/v3 v3.0.0-20200929011259-46b345515dcd
|
|
github.com/eapache/go-resiliency v1.2.0 // indirect
|
|
github.com/frankban/quicktest v1.10.2 // indirect
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/go-playground/locales v0.12.1
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
|
github.com/jcmturner/gofork v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.11.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/grpc v1.27.0
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|