github.com/ravendb/ravendb-go-client@v0.0.0-20240229102137-4474ee7aa0fa/go.mod (about)

     1  module github.com/ravendb/ravendb-go-client
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // indirect
     7  	github.com/google/uuid v1.3.0
     8  	github.com/gorilla/websocket v1.4.1
     9  	github.com/hashicorp/go-multierror v1.1.1
    10  	github.com/kjk/httplogproxy v0.0.0-20190214011443-6743ea9a2d3d
    11  	github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
    12  	github.com/stretchr/testify v1.3.0
    13  )