micrach/go.mod

25 lines
871 B
Modula-2
Raw Normal View History

2021-08-26 16:16:50 +03:00
module micrach
go 1.15
require (
2021-09-12 14:06:52 +03:00
github.com/disintegration/imaging v1.6.2
github.com/gin-gonic/gin v1.7.4
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
2021-09-01 23:00:37 +03:00
github.com/jackc/pgtype v1.8.1
2021-08-26 16:16:50 +03:00
github.com/jackc/pgx/v4 v4.13.0
2021-09-12 14:06:52 +03:00
github.com/jackc/puddle v1.1.4 // indirect
2021-08-26 16:16:50 +03:00
github.com/joho/godotenv v1.3.0
2021-09-12 14:06:52 +03:00
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/ugorji/go v1.2.6 // indirect
2021-09-08 16:56:03 +03:00
github.com/ulule/limiter/v3 v3.8.0
2021-09-12 14:06:52 +03:00
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-08-26 16:16:50 +03:00
)