Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created December 17, 2018 19:29
Show Gist options
  • Save ivancorrales/8febdbd9423b093d3c399807dc038664 to your computer and use it in GitHub Desktop.
Save ivancorrales/8febdbd9423b093d3c399807dc038664 to your computer and use it in GitHub Desktop.
module mollydb
require (
  github.com/fsnotify/fsnotify v1.4.7
  github.com/go-chi/chi v3.3.3+incompatible
  github.com/graphql-go/graphql v0.7.7
  github.com/graphql-go/handler v0.2.2
  github.com/graphql-go/relay v0.0.0–20171208134043–54350098cfe5
  github.com/kr/pretty v0.1.0 // indirect
  github.com/sirupsen/logrus v1.2.0
  github.com/stretchr/testify v1.2.2
  golang.org/x/net v0.0.0–20181217023233-e147a9138326 // indirect
  golang.org/x/text v0.3.0 // indirect
  gopkg.in/yaml.v2 v2.2.2
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment