-
- Downloads
Merge branch 'hotfix/atomic-cert' into 'release'
Use atomic cert for remote, rename to getremotecertificate See merge request !59
No related branches found
No related tags found
Showing
- connect/connection.go 1 addition, 1 deletionconnect/connection.go
- connect/connection_test.go 1 addition, 1 deletionconnect/connection_test.go
- connect/grpcConn.go 2 additions, 2 deletionsconnect/grpcConn.go
- connect/host.go 3 additions, 3 deletionsconnect/host.go
- connect/webConn.go 3 additions, 3 deletionsconnect/webConn.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 4 additions, 0 deletionsgo.sum
... | ... | @@ -3,7 +3,7 @@ module gitlab.com/xx_network/comms |
go 1.19 | ||
require ( | ||
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221220161254-68bee4d4a516 | ||
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221221203224-436c7ab720af | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/improbable-eng/grpc-web v0.15.0 | ||
github.com/pkg/errors v0.9.1 | ||
... | ... |
Please register or sign in to comment