Alerting: Use google/uuid instead of gofrs/uuid (#51242)

This commit is contained in:
Emil Tullstedt
2022-06-28 11:57:24 +02:00
committed by GitHub
parent 5aab8b710b
commit 7d815a1db5
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ require (
github.com/go-sql-driver/mysql v1.6.0
github.com/go-stack/stack v1.8.0
github.com/gobwas/glob v0.2.3
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/golang/snappy v0.0.4