32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/akhilrex/hammond
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-contrib/location v0.0.2
|
|
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/jasonlvhit/gocron v0.0.1
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leekchan/accounting v1.0.0
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/ugorji/go v1.2.7 // indirect
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/driver/mysql v1.3.3
|
|
gorm.io/driver/sqlite v1.3.2
|
|
gorm.io/gorm v1.23.5
|
|
)
|