diff --git a/go.mod b/go.mod index b3df2c6..9bee0eb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,20 @@ module github.com/open-hack/back-end require ( - github.com/gorilla/websocket v1.4.0 + github.com/gorilla/mux v1.8.0 + github.com/gorilla/websocket v1.4.1 + github.com/jinzhu/gorm v1.9.16 + github.com/joho/godotenv v1.5.1 gopkg.in/olivere/elastic.v6 v6.2.16 -) \ No newline at end of file +) + +require ( + github.com/fortytw2/leaktest v1.3.0 // indirect + github.com/google/go-cmp v0.5.9 // indirect + github.com/jinzhu/inflection v1.0.0 // indirect + github.com/josharian/intern v1.0.0 // indirect + github.com/lib/pq v1.1.1 // indirect + github.com/mailru/easyjson v0.7.7 // indirect + github.com/olivere/elastic v6.2.37+incompatible // indirect + github.com/pkg/errors v0.9.1 // indirect +)