github.com/altipla-consulting/ravendb-go-client@v0.1.3/go.mod (about)

     1  module github.com/altipla-consulting/ravendb-go-client
     2  
     3  require (
     4  	github.com/davecgh/go-spew v1.1.1 // indirect
     5  	github.com/gorilla/websocket v1.4.0
     6  	github.com/kjk/httplogproxy v0.0.0-20190214011443-6743ea9a2d3d
     7  	github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
     8  	github.com/stretchr/testify v1.3.0
     9  )