mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
23 lines
788 B
Modula-2
23 lines
788 B
Modula-2
module wallet-api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.7.1
|
|
github.com/go-pg/pg/v10 v10.9.1
|
|
github.com/go-playground/validator/v10 v10.5.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.2.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/ugorji/go v1.2.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|