Skip to content

Commit 1b26c4c

Browse files
authored
fix: racy random string generation (#3555)
1 parent 116c1e8 commit 1b26c4c

File tree

3 files changed

+1
-155
lines changed

3 files changed

+1
-155
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ require (
2121
github.com/fatih/structs v1.1.0
2222
github.com/go-swagger/go-swagger v0.30.3
2323
github.com/gobuffalo/pop/v6 v6.1.2-0.20230318123913-c85387acc9a0
24-
github.com/gobuffalo/x v0.0.0-20181007152206-913e47c59ca7
2524
github.com/gobwas/glob v0.2.3
2625
github.com/gofrs/uuid v4.3.1+incompatible
2726
github.com/golang/mock v1.6.0
@@ -106,7 +105,6 @@ require (
106105
github.com/felixge/fgprof v0.9.3 // indirect
107106
github.com/felixge/httpsnoop v1.0.3 // indirect
108107
github.com/fsnotify/fsnotify v1.6.0 // indirect
109-
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
110108
github.com/go-logr/logr v1.2.3 // indirect
111109
github.com/go-logr/stdr v1.2.2 // indirect
112110
github.com/go-openapi/analysis v0.21.4 // indirect

0 commit comments

Comments
 (0)