Skip to content

Commit

Permalink
Merge pull request #8 from loopholelabs/update-dependencies
Browse files Browse the repository at this point in the history
Bump panrpc version
  • Loading branch information
pojntfx authored Aug 16, 2024
2 parents 9753357 + ce32e99 commit db3f446
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/loopholelabs/latensee
go 1.21.1

require (
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20240807225249-46f23eed592e
github.com/pojntfx/panrpc/go v0.0.0-20240727035459-583758c47d9f
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20240816012558-362be364b952
github.com/pojntfx/panrpc/go v0.0.0-20240816011753-7169be8c89fb
github.com/redis/go-redis/v9 v9.6.1
nhooyr.io/websocket v1.8.17
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20240807225249-46f23eed592e h1:ciU0MrlBKRyQtZPGICkRVkT3p9RljI+ngfUFYW6gUlI=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20240807225249-46f23eed592e/go.mod h1:STH543zGexAUq9X/P0reiLTBak/A1cI23Ru+nHhYQDs=
github.com/pojntfx/panrpc/go v0.0.0-20240727035459-583758c47d9f h1:p7S+CWrOTh9M+QADrmedIuLevSmkbJTeNJvMOzTf8eY=
github.com/pojntfx/panrpc/go v0.0.0-20240727035459-583758c47d9f/go.mod h1:G9YawT9jiXDf6z7WEv7KMIca+A41mjm8KL8AfBxN37U=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20240816012558-362be364b952 h1:4MFySZ+5MxPoPEqAaWmezeqaO8IVBzpoMsuh/Y+fhm4=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20240816012558-362be364b952/go.mod h1:cMqpRL/EG4CvGaYlrEosyoHwkm54vDcL5r8d6/2G1SU=
github.com/pojntfx/panrpc/go v0.0.0-20240816011753-7169be8c89fb h1:2vU/ZbsJ1uZhR2BCjc3mIfzR9GVuAWHSIUrw8jnLK9g=
github.com/pojntfx/panrpc/go v0.0.0-20240816011753-7169be8c89fb/go.mod h1:G9YawT9jiXDf6z7WEv7KMIca+A41mjm8KL8AfBxN37U=
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 h1:GranzK4hv1/pqTIhMTXt2X8MmMOuH3hMeUR0o9SP5yc=
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844/go.mod h1:T1TLSfyWVBRXVGzWd0o9BI4kfoO9InEgfQe4NV3mLz8=
github.com/redis/go-redis/v9 v9.6.1 h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4=
Expand Down
2 changes: 0 additions & 2 deletions pkg/backend/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ func StartServer(ctx context.Context, addr string, heartbeat time.Duration, loca
registry := rpc.NewRegistry[remote, json.RawMessage](
service,

ctx,

&rpc.RegistryHooks{
OnClientConnect: func(remoteID string) {
log.Printf("%v clients connected", clients.Add(1))
Expand Down
8 changes: 4 additions & 4 deletions pkg/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@patternfly/react-charts": "^8.0.0-alpha.20",
"@patternfly/react-core": "^6.0.0-alpha.57",
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@pojntfx/panrpc": "^0.9.0",
"@pojntfx/panrpc": "^0.9.2",
"@streamparser/json-whatwg": "^0.0.21",
"papaparse": "^5.4.1",
"react": "^18.3.1",
Expand Down

0 comments on commit db3f446

Please sign in to comment.