34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module heruvym
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
bitbucket.org/skeris/profile v0.0.0
|
|
github.com/BlackBroker/trashlog v0.1.1
|
|
github.com/aws/aws-sdk-go v1.44.126 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
|
|
github.com/minio/minio-go/v7 v7.0.43
|
|
github.com/montanaflynn/stats v0.6.6 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.4.0
|
|
github.com/skeris/appInit v1.0.2
|
|
github.com/skeris/identity v0.2.6
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33
|
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.mongodb.org/mongo-driver v1.10.3
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.23.0
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/tucnak/telebot.v2 v2.5.0
|
|
)
|