GitHub / borgeslucaz / golang-api-structure
Example for RESTFUL Api using golang, echo and postgres
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgeslucaz%2Fgolang-api-structure
Stars: 1
Forks: 3
Open issues: 0
License: None
Language: Go
Size: 6.48 MB
Dependencies parsed at:
81
Created at: almost 6 years ago
Updated at: 11 months ago
Pushed at: almost 6 years ago
Last synced at: 11 months ago
docker-compose.yml
docker
- dpage/pgadmin4 latest
- postgres 11
go.mod
go
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/eminetto/clean-architecture-go v0.0.0-20190123123143-bd1f60b6820f
- github.com/go-pg/pg v8.0.4+incompatible
- github.com/go-playground/locales v0.12.1
- github.com/go-playground/universal-translator v0.16.0
- github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
- github.com/labstack/echo/v4 v4.1.5
- github.com/leodido/go-urn v1.1.0
- github.com/onsi/ginkgo v1.8.0
- github.com/onsi/gomega v1.5.0
- golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
- gopkg.in/go-playground/assert.v1 v1.2.1
- gopkg.in/go-playground/validator.v9 v9.28.0
- mellium.im/sasl v0.2.1
go.sum
go
- github.com/codegangsta/negroni v0.3.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/eminetto/clean-architecture-go v0.0.0-20190123123143-bd1f60b6820f
- github.com/eminetto/mongo-migrate v0.1.2
- github.com/fsnotify/fsnotify v1.4.7
- github.com/globalsign/mgo v0.0.0-20180615134936-113d3961e731
- github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
- github.com/go-pg/pg v8.0.4+incompatible
- github.com/go-playground/locales v0.12.1
- github.com/go-playground/universal-translator v0.16.0
- github.com/golang/protobuf v1.2.0
- github.com/gorilla/context v1.1.1
- github.com/gorilla/mux v1.6.2
- github.com/hpcloud/tail v1.0.0
- github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
- github.com/juju/clock v0.0.0-20180808021310-bab88fc67299
- github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
- github.com/juju/loggo v0.0.0-20180524022052-584905176618
- github.com/juju/mgosession v0.0.0-20170206150231-9ae6df2882cd
- github.com/juju/retry v0.0.0-20180821225755-9058e192b216
- github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073
- github.com/juju/utils v0.0.0-20180424094159-2000ea4ff043
- github.com/juju/version v0.0.0-20180108022336-b64dbd566305
- github.com/kr/pretty v0.1.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/labstack/echo/v4 v4.1.5
- github.com/labstack/gommon v0.2.8
- github.com/leodido/go-urn v1.1.0
- github.com/mattn/go-colorable v0.1.1
- github.com/mattn/go-isatty v0.0.5
- github.com/mattn/go-isatty v0.0.7
- github.com/onsi/ginkgo v1.6.0
- github.com/onsi/ginkgo v1.8.0
- github.com/onsi/gomega v1.5.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.2.2
- github.com/stretchr/testify v1.3.0
- github.com/valyala/bytebufferpool v1.0.0
- github.com/valyala/fasttemplate v1.0.1
- golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
- golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
- golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
- golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/text v0.3.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/fsnotify.v1 v1.4.7
- gopkg.in/go-playground/assert.v1 v1.2.1
- gopkg.in/go-playground/validator.v9 v9.28.0
- gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
- gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
- gopkg.in/yaml.v2 v2.2.1
- mellium.im/sasl v0.2.1