2021-09-05 15:24:13 +00:00
|
|
|
module heruvym
|
2021-04-10 18:46:51 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-11-02 18:52:02 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.126 // indirect
|
2021-05-11 10:57:58 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2022-11-02 18:52:02 +00:00
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2021-05-15 20:10:07 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-11-02 18:52:02 +00:00
|
|
|
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
|
2021-09-05 15:24:13 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-11-02 18:52:02 +00:00
|
|
|
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
|
2021-05-11 10:57:58 +00:00
|
|
|
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33
|
2021-04-10 18:46:51 +00:00
|
|
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
2022-11-02 18:52:02 +00:00
|
|
|
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
|
2021-04-10 18:46:51 +00:00
|
|
|
)
|