Skip to content

Commit

Permalink
Use math/rand
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Oct 4, 2024
1 parent 9638272 commit 7a7138a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/save_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package main

import (
"context"
"math/rand"
"os"
"time"

Expand All @@ -17,7 +18,6 @@ import (
"go.viam.com/rdk/logging"
"go.viam.com/rdk/robot/client"
"go.viam.com/utils/rpc"
"golang.org/x/exp/rand"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ require (
go.viam.com/rdk v0.40.0
go.viam.com/test v1.1.1-0.20220913152726-5da9916c08a2
go.viam.com/utils v0.1.98
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
golang.org/x/mobile v0.0.0-20240112133503-c713f31d574b
golang.org/x/tools v0.22.0
gotest.tools/gotestsum v1.10.0
Expand Down Expand Up @@ -307,6 +306,7 @@ require (
go.viam.com/api v0.1.336 // indirect
goji.io v2.0.2+incompatible // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/image v0.19.0 // indirect
golang.org/x/mod v0.18.0 // indirect
Expand Down

0 comments on commit 7a7138a

Please sign in to comment.