GitHub / OhMinsSup / velog-golang-server
🙏🏻 velog-server clone to Golang
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OhMinsSup%2Fvelog-golang-server
PURL: pkg:github/OhMinsSup/velog-golang-server
Stars: 2
Forks: 1
Open issues: 0
License: None
Language: Go
Size: 17.3 MB
Dependencies parsed at:
479
Created at: over 5 years ago
Updated at: over 2 years ago
Pushed at: about 4 years ago
Last synced at: over 2 years ago
Topics: entgo, gin, github-actions, postgresql, velog-server
.github/workflows/deploy.yaml
actions
- actions/checkout v2 composite
- actions/setup-go v2 composite
- postgres latest
- bitnami/redis 5.0
go.mod
go
- github.com/SKAhack/go-shortid v0.0.0-20140827050853-24d054c393fe
- github.com/alexpantyukhin/go-pattern-match v0.0.0-20200628201436-c57d5ad3f2c5
- github.com/aws/aws-sdk-go v1.33.5
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/facebook/ent v0.5.4
- github.com/gin-contrib/cors v1.3.1
- github.com/gin-gonic/gin v1.5.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/golang/protobuf v1.3.4
- github.com/google/go-github v17.0.0+incompatible
- github.com/google/go-querystring v1.0.0
- github.com/google/uuid v1.1.4
- github.com/gosimple/slug v1.9.0
- github.com/jackc/pgx/v4 v4.10.1
- github.com/joho/godotenv v1.3.0
- github.com/leodido/go-urn v1.2.0
- github.com/mailgun/mailgun-go/v4 v4.3.0
- github.com/pkg/errors v0.9.1
- github.com/simukti/sqldb-logger v0.0.0-20201125162808-c35f87e285f2
- golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
- gopkg.in/go-playground/validator.v9 v9.31.0
- gopkg.in/yaml.v2 v2.3.0