Skip to content

Commit 9c583f1

Browse files
committed
go mod tidy after using uuid
1 parent acb2edf commit 9c583f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/bitly/go-simplejson v0.5.1-0.20170206154632-da1a8928f709
99
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
1010
github.com/fsnotify/fsnotify v1.6.0
11+
github.com/google/uuid v1.1.2
1112
github.com/mreiferson/go-options v1.0.0
1213
github.com/openshift/api v0.0.0-20230223193310-d964c7a58d75
1314
github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d
@@ -48,7 +49,6 @@ require (
4849
github.com/google/gnostic v0.5.7-v3refs // indirect
4950
github.com/google/go-cmp v0.5.9 // indirect
5051
github.com/google/gofuzz v1.2.0 // indirect
51-
github.com/google/uuid v1.1.2 // indirect
5252
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
5353
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
5454
github.com/imdario/mergo v0.3.7 // indirect

0 commit comments

Comments
 (0)