Skip to content

Commit

Permalink
remove dependency from github.com/gofrs/uuid (#3406)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Jan 20, 2025
1 parent e1a1b1e commit 013fd8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ require (
github.com/go-openapi/validate v0.20.0
github.com/go-sql-driver/mysql v1.6.0
github.com/goccy/go-yaml v1.11.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/golang/protobuf v1.5.4 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/longpollclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"time"

"github.com/gofrs/uuid"
"github.com/google/uuid"
log "github.com/sirupsen/logrus"
"gopkg.in/tomb.v2"
)
Expand Down

0 comments on commit 013fd8b

Please sign in to comment.