forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.lock
3178 lines (3178 loc) · 96.6 KB
/
glide.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
hash: 5671aacc3676fd74dcdeb293e092dfb8227668801663b3f577be7bbb731568d9
updated: 2020-01-20T14:31:31.507668+01:00
imports:
- name: bitbucket.org/ww/goautoneg
version: a7dc8b61c822528f973a5e4e7b272055c6fdb43e
repo: https://github.com/munnerz/goautoneg.git
- name: cloud.google.com/go
version: 8c41231e01b2085512d98153bcffb847ff9b4b9f
subpackages:
- compute/metadata
- name: github.com/agnivade/levenshtein
version: 834b435c3df04fba060c8d74a40d849ab2c4a090
- name: github.com/andreyvit/diff
version: c7f18ee00883bfd3b00e0a2bf7607827e0148ad4
- name: github.com/apparentlymart/go-cidr
version: c0fb5fbe0acb592411e2db59add389a43260ad44
subpackages:
- cidr
- name: github.com/armon/circbuf
version: bbbad097214e2918d8543d5201d12bfd7bca254d
- name: github.com/asaskevich/govalidator
version: f61b66f89f4a311bef65f13e575bcf1a2ffadda6
- name: github.com/aws/aws-sdk-go
version: 81f3829f5a9d041041bdf56e55926691309d7699
subpackages:
- aws
- aws/awserr
- aws/awsutil
- aws/client
- aws/client/metadata
- aws/corehandlers
- aws/credentials
- aws/credentials/ec2rolecreds
- aws/credentials/endpointcreds
- aws/credentials/processcreds
- aws/credentials/stscreds
- aws/csm
- aws/defaults
- aws/ec2metadata
- aws/endpoints
- aws/request
- aws/session
- aws/signer/v4
- internal/ini
- internal/sdkio
- internal/sdkrand
- internal/sdkuri
- internal/shareddefaults
- private/protocol
- private/protocol/ec2query
- private/protocol/json/jsonutil
- private/protocol/jsonrpc
- private/protocol/query
- private/protocol/query/queryutil
- private/protocol/rest
- private/protocol/restxml
- private/protocol/xml/xmlutil
- service/autoscaling
- service/ec2
- service/ecr
- service/elb
- service/elbv2
- service/kms
- service/route53
- service/sts
- name: github.com/Azure/azure-sdk-for-go
version: c521f31a1cb0ae14801ad34017a7b111f4cef7af
subpackages:
- services/compute/mgmt/2019-07-01/compute
- services/containerregistry/mgmt/2019-05-01/containerregistry
- services/network/mgmt/2019-06-01/network
- services/storage/mgmt/2019-04-01/storage
- storage
- version
- name: github.com/Azure/go-ansiterm
version: d6e3b3328b783f23731bc4d058875b0371ff8109
subpackages:
- winterm
- name: github.com/Azure/go-autorest
version: 85d9c035382e5537c3c76e84ca5b82c5f09825e9
subpackages:
- autorest
- autorest/adal
- autorest/azure
- autorest/date
- autorest/to
- autorest/validation
- logger
- tracing
- name: github.com/beorn7/perks
version: 4b2b341e8d7715fae06375aa633dbb6e91b3fb46
subpackages:
- quantile
- name: github.com/blang/semver
version: b38d23b8782a487059e8fc8773e9a5b228a77cb6
- name: github.com/certifi/gocertifi
version: a6d78f326758ac5f79e9c3eddc38723d07216c3a
- name: github.com/chai2010/gettext-go
version: c6fed771bfd517099caf0f7a961671fa8ed08723
subpackages:
- gettext
- gettext/mo
- gettext/plural
- gettext/po
- name: github.com/checkpoint-restore/go-criu
version: bdb7599cd87b22701b5c89b37940ea882a7d7dec
subpackages:
- rpc
- name: github.com/clusterhq/flocker-go
version: 2b8b7259d3139c96c4a6871031355808ab3fd3b3
- name: github.com/container-storage-interface/spec
version: 314ac542302938640c59b6fb501c635f27015326
subpackages:
- lib/go/csi
- name: github.com/containerd/console
version: 84eeaae905fa414d03e07bcd6c8d3f19e7cf180e
- name: github.com/containerd/containerd
version: cfd04396dc68220d1cecbe686a6cc3aa5ce3667c
subpackages:
- api/services/containers/v1
- api/services/tasks/v1
- api/services/version/v1
- api/types
- api/types/task
- containers
- dialer
- errdefs
- namespaces
- name: github.com/containerd/continuity
version: 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4
subpackages:
- pathdriver
- name: github.com/containernetworking/cni
version: 4cfb7b568922a3c79a23e438dc52fe537fc9687e
subpackages:
- libcni
- pkg/invoke
- pkg/types
- pkg/types/020
- pkg/types/current
- pkg/version
- name: github.com/coreos/bbolt
version: a0458a2b35708eef59eb5f620ceb3cd1c01a824d
- name: github.com/coreos/etcd
version: 6d8052314b9e01447d1bb2030bd762e0baf2d433
- name: github.com/coreos/go-oidc
version: 2be1c5b8a260760503f66dc0996e102b683b3ac3
- name: github.com/coreos/go-semver
version: e214231b295a8ea9479f11b70b35d5acf3556d9b
subpackages:
- semver
- name: github.com/coreos/go-systemd
version: 95778dfbb74eb7e4dbaf43bf7d71809650ef8076
subpackages:
- daemon
- dbus
- journal
- util
- name: github.com/coreos/pkg
version: 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1
subpackages:
- capnslog
- dlopen
- name: github.com/cyphar/filepath-securejoin
version: a261ee33d7a517f054effbf451841abaafe3e0fd
- name: github.com/davecgh/go-spew
version: 8991bc29aa16c548c550c7ff78260e27b9ab7c73
subpackages:
- spew
- name: github.com/daviddengcn/go-colortext
version: 511bcaf42ccd42c38aba7427b6673277bf19e2a1
- name: github.com/dgrijalva/jwt-go
version: 06ea1031745cb8b3dab3f6a236daf2b0aa468b7e
- name: github.com/docker/distribution
version: d4c35485a70df4dce2179bc227b1393a69edb809
repo: https://github.com/openshift/docker-distribution.git
subpackages:
- digestset
- manifest
- manifest/schema1
- manifest/schema2
- reference
- name: github.com/docker/docker
version: a9fbbdc8dd8794b20af358382ab780559bca589d
subpackages:
- api
- api/types
- api/types/blkiodev
- api/types/container
- api/types/events
- api/types/filters
- api/types/image
- api/types/mount
- api/types/network
- api/types/registry
- api/types/strslice
- api/types/swarm
- api/types/swarm/runtime
- api/types/time
- api/types/versions
- api/types/volume
- client
- daemon/logger/jsonfilelog/jsonlog
- pkg/archive
- pkg/fileutils
- pkg/homedir
- pkg/idtools
- pkg/ioutils
- pkg/jsonmessage
- pkg/longpath
- pkg/mount
- pkg/parsers
- pkg/parsers/operatingsystem
- pkg/pools
- pkg/stdcopy
- pkg/sysinfo
- pkg/system
- pkg/term
- pkg/term/windows
- name: github.com/docker/go-connections
version: 3ede32e2033de7505e6500d6c868c2b9ed9f169d
subpackages:
- nat
- sockets
- tlsconfig
- name: github.com/docker/go-units
version: 519db1ee28dcc9fd2474ae59fca29a810482bfb1
- name: github.com/docker/libnetwork
version: f0e46a78ea34b31e6854e3c2bbd6714bc6f48b9a
subpackages:
- ipvs
- name: github.com/docker/libtrust
version: aabc10ec26b754e797f9028f4589c5b7bd90dc20
- name: github.com/docker/spdystream
version: 449fdfce4d962303d702fec724ef0ad181c92528
subpackages:
- spdy
- name: github.com/dustin/go-humanize
version: 9f541cc9db5d55bce703bd99987c9d5cb8eea45e
- name: github.com/elazarl/goproxy
version: c4fc26588b6ef8af07a191fcb6476387bdd46711
- name: github.com/emicklei/go-restful
version: ff4f55a206334ef123e4f79bbf348980da81ca46
subpackages:
- log
- name: github.com/euank/go-kmsg-parser
version: 5ba4d492e455a77d25dcf0d2c4acc9f2afebef4e
subpackages:
- kmsgparser
- name: github.com/evanphx/json-patch
version: 5858425f75500d40c52783dce87d085a483ce135
- name: github.com/exponent-io/jsonpath
version: d6023ce2651d8eafb5c75bb0c7167536102ec9f5
- name: github.com/fatih/camelcase
version: 44e46d280b43ec1531bb25252440e34f1b800b65
- name: github.com/fsnotify/fsnotify
version: c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9
- name: github.com/fsouza/go-dockerclient
version: d5f90d29b3660db2b8cb017c30476d6c66edfbe2
- name: github.com/getsentry/raven-go
version: 5c24d5110e0e198d9ae16f1f3465366085001d92
- name: github.com/ghodss/yaml
version: 0ca9ea5df5451ffdf184b4428c902747c2c11cd7
- name: github.com/go-openapi/analysis
version: 9864a87593df5ab83eac00921906932d1d77fae2
subpackages:
- internal
- name: github.com/go-openapi/errors
version: 0b2a0a1f89aa2eec2d13e03cd80ab0fdaf01f8ce
- name: github.com/go-openapi/jsonpointer
version: 46af16f9f7b149af66e5d1bd010e3574dc06de98
- name: github.com/go-openapi/jsonreference
version: 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272
- name: github.com/go-openapi/loads
version: bda4742c39071f7804171d847fb6e9bca84f9f57
- name: github.com/go-openapi/runtime
version: 882fa18ad52bee24eb77d2312d1929580e894013
- name: github.com/go-openapi/spec
version: 2223ab324566e4ace63ab69b9c8fff1b81a40eeb
- name: github.com/go-openapi/strfmt
version: 6faa644e1cdafc07f7b38eb06c1af5f92128f289
- name: github.com/go-openapi/swag
version: c3d0f7896d589f3babb99eea24bbc7de98108e72
- name: github.com/go-openapi/validate
version: 08232b6614a50c4f62d1efa77e966421d327d3d3
- name: github.com/go-ozzo/ozzo-validation
version: 106681dbb37bfa3e7683c4c8129cb7f5925ea3e9
subpackages:
- is
- name: github.com/go-stack/stack
version: 2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a
- name: github.com/godbus/dbus
version: 2ff6f7ffd60f0f2410b3105864bdd12c7894f844
- name: github.com/gogo/protobuf
version: 65acae22fc9d1fe290b33faa2bd64cdc20a463a0
subpackages:
- gogoproto
- proto
- protoc-gen-gogo/descriptor
- sortkeys
- types
- name: github.com/golang/glog
version: 3c92600d7533018d216b534fe894ad60a1e6d5bf
repo: https://github.com/openshift/golang-glog.git
- name: github.com/golang/groupcache
version: 02826c3e79038b59d737d3b1c0a1d937f71a4433
subpackages:
- lru
- name: github.com/golang/mock
version: 51421b967af1f557f93a59e0057aaf15ca02e29c
subpackages:
- gomock
- name: github.com/golang/protobuf
version: 6c65a5562fc06764971b7c5d05c76c75e84bdbf7
subpackages:
- jsonpb
- proto
- protoc-gen-go/descriptor
- protoc-gen-go/generator
- protoc-gen-go/generator/internal/remap
- protoc-gen-go/plugin
- ptypes
- ptypes/any
- ptypes/duration
- ptypes/struct
- ptypes/timestamp
- ptypes/wrappers
- name: github.com/gonum/blas
version: f22b278b28ac9805aadd613a754a60c35b24ae69
subpackages:
- blas64
- native
- native/internal/math32
- name: github.com/gonum/floats
version: c233463c7e827fd71a8cdb62dfda0e98f7c39ad5
- name: github.com/gonum/graph
version: 678096d81a4bff34d364a7ee4ecf11cc198f8ae2
subpackages:
- encoding/dot
- formats/dot
- formats/dot/ast
- formats/dot/internal/astx
- formats/dot/internal/errors
- formats/dot/internal/lexer
- formats/dot/internal/parser
- formats/dot/internal/token
- internal/ordered
- internal/set
- path
- simple
- name: github.com/gonum/internal
version: f884aa71402950fb2796dbea0d5aa9ef9cfad8ca
subpackages:
- asm/f32
- asm/f64
- name: github.com/gonum/lapack
version: e4cdc5a0bff924bb10be88482e635bd40429f65e
subpackages:
- lapack64
- native
- name: github.com/gonum/matrix
version: c518dec07be9a636c38a4650e217be059b5952ec
subpackages:
- mat64
- name: github.com/google/btree
version: 4030bb1f1f0c35b30ca7009e9ebd06849dd45306
- name: github.com/google/cadvisor
version: 4db825a8ad0d97945bb723db66b7e60eab77a352
repo: https://github.com/openshift/google-cadvisor.git
subpackages:
- accelerators
- cache/memory
- collector
- container
- container/common
- container/containerd
- container/containerd/install
- container/crio
- container/crio/install
- container/docker
- container/docker/install
- container/libcontainer
- container/raw
- container/systemd
- container/systemd/install
- devicemapper
- events
- fs
- info/v1
- info/v2
- machine
- manager
- metrics
- storage
- summary
- utils
- utils/cloudinfo
- utils/cloudinfo/aws
- utils/cloudinfo/azure
- utils/cloudinfo/gce
- utils/cpuload
- utils/cpuload/netlink
- utils/docker
- utils/oomparser
- utils/sysfs
- utils/sysinfo
- version
- watcher
- zfs
- name: github.com/google/go-cmp
version: 6f77996f0c42f7b84e5a2b252227263f93432e9b
subpackages:
- cmp
- cmp/internal/diff
- cmp/internal/flags
- cmp/internal/function
- cmp/internal/value
- name: github.com/google/go-github
version: 747f93dd9b489bd56f7442b3c42bfea12800a75b
subpackages:
- github
- name: github.com/google/go-querystring
version: 44c6ddd0a2342c386950e880b658017258da92fc
subpackages:
- query
- name: github.com/google/gofuzz
version: f140a6486e521aad38f5917de355cbf147cc0496
- name: github.com/google/uuid
version: 0cd6bf5da1e1c83f8b45653022c74f71af0538a4
- name: github.com/googleapis/gnostic
version: 0c5108395e2debce0d731cf0287ddf7242066aba
subpackages:
- OpenAPIv2
- compiler
- extensions
- name: github.com/GoogleCloudPlatform/k8s-cloud-provider
version: 27a4ced34534a6c32b63159b100ac0efaa1d37b3
subpackages:
- pkg/cloud
- pkg/cloud/filter
- pkg/cloud/meta
- pkg/cloud/mock
- name: github.com/gophercloud/gophercloud
version: c2d73b246b48e239d3f03c455905e06fe26e33c3
subpackages:
- openstack
- openstack/blockstorage/extensions/volumeactions
- openstack/blockstorage/v1/volumes
- openstack/blockstorage/v2/volumes
- openstack/blockstorage/v3/volumes
- openstack/common/extensions
- openstack/compute/v2/extensions/attachinterfaces
- openstack/compute/v2/extensions/volumeattach
- openstack/compute/v2/flavors
- openstack/compute/v2/images
- openstack/compute/v2/servers
- openstack/identity/v2/tenants
- openstack/identity/v2/tokens
- openstack/identity/v3/extensions/trusts
- openstack/identity/v3/tokens
- openstack/networking/v2/extensions
- openstack/networking/v2/extensions/external
- openstack/networking/v2/extensions/layer3/floatingips
- openstack/networking/v2/extensions/layer3/routers
- openstack/networking/v2/extensions/lbaas_v2/l7policies
- openstack/networking/v2/extensions/lbaas_v2/listeners
- openstack/networking/v2/extensions/lbaas_v2/loadbalancers
- openstack/networking/v2/extensions/lbaas_v2/monitors
- openstack/networking/v2/extensions/lbaas_v2/pools
- openstack/networking/v2/extensions/security/groups
- openstack/networking/v2/extensions/security/rules
- openstack/networking/v2/networks
- openstack/networking/v2/ports
- openstack/utils
- pagination
- name: github.com/gorilla/websocket
version: 66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d
- name: github.com/gregjones/httpcache
version: 9cad4c3443a7200dd6400aef47183728de563a38
subpackages:
- diskcache
- name: github.com/grpc-ecosystem/go-grpc-middleware
version: f849b5445de4819127e123ca96ba0eeb62b5e479
- name: github.com/grpc-ecosystem/go-grpc-prometheus
version: c225b8c3b01faf2899099b768856a9e916e5087b
- name: github.com/grpc-ecosystem/grpc-gateway
version: ad529a448ba494a88058f9e5be0988713174ac86
subpackages:
- internal
- runtime
- utilities
- name: github.com/hashicorp/golang-lru
version: 7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c
subpackages:
- simplelru
- name: github.com/hashicorp/hcl
version: 8cb6e5b959231cc1119e43259c4a608f9c51a241
subpackages:
- hcl/ast
- hcl/parser
- hcl/printer
- hcl/scanner
- hcl/strconv
- hcl/token
- json/parser
- json/scanner
- json/token
- name: github.com/heketi/heketi
version: c2e2a4ab7ab90335a315a9746fd62089fecc986c
subpackages:
- client/api/go-client
- pkg/glusterfs/api
- pkg/utils
- name: github.com/hpcloud/tail
version: a30252cb686a21eb2d0b98132633053ec2f7f1e5
subpackages:
- ratelimiter
- util
- watch
- winfile
- name: github.com/imdario/mergo
version: 9316a62528ac99aaecb4e47eadd6dc8aa6533d58
- name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- name: github.com/JeffAshton/win_pdh
version: 76bb4ee9f0ab50f77826f2a2ee7fb9d3880d6ec2
- name: github.com/jmespath/go-jmespath
version: c2b33e8439af944379acbdd9c3a5fe0bc44bd8a5
- name: github.com/jonboulle/clockwork
version: 2eee05ed794112d45db504eb05aa693efd2b8b09
- name: github.com/json-iterator/go
version: 03217c3e97663914aec3faafde50d081f197a0a2
- name: github.com/jteeuwen/go-bindata
version: a0ff2567cfb70903282db057e799fd826784d41d
- name: github.com/karrick/godirwalk
version: 2de2192f9e35ce981c152a873ed943b93b79ced4
- name: github.com/konsorten/go-windows-terminal-sequences
version: 5c8c8bd35d3832f5d134ae1e1e375b69a4d25242
- name: github.com/lestrrat-go/jspointer
version: 82fadba7561c3a8d78133c2b957263c0963bb79d
- name: github.com/lestrrat-go/jsref
version: 1b590508f37d3af76c77c8328e16978d2889b486
subpackages:
- provider
- name: github.com/lestrrat-go/pdebug
version: 39f9a71bcabe9432cbdfe4d3d33f41988acd2ce6
- name: github.com/lestrrat-go/structinfo
version: acd51874663bf3297433cb1f1015075c3cbe6130
- name: github.com/lestrrat/go-jspointer
version: 82fadba7561c3a8d78133c2b957263c0963bb79d
repo: https://github.com/lestrrat/go-jspointer.git
- name: github.com/lestrrat/go-jsref
version: 50df7b2d07d799426a9ac43fa24bdb4785f72a54
repo: https://github.com/lestrrat/go-jsref.git
- name: github.com/lestrrat/go-jsschema
version: 5c81c58ffcc359c4390d440b45f5462edb0107cb
- name: github.com/lestrrat/go-pdebug
version: 569c97477ae8837e053e5a50bc739e15172b8ebe
repo: https://github.com/lestrrat/go-pdebug.git
- name: github.com/lestrrat/go-structinfo
version: 8204d40bbcd79eb7603cd4c2c998e60eb2479ded
repo: https://github.com/lestrrat/go-structinfo.git
- name: github.com/libopenstorage/openstorage
version: 093a0c3888753c2056e7373183693d670c6bba01
subpackages:
- api
- api/client
- api/client/volume
- api/spec
- pkg/parser
- pkg/units
- volume
- name: github.com/liggitt/tabwriter
version: 89fcab3d43de07060e4fd4c1547430ed57e87f24
- name: github.com/lithammer/dedent
version: 8478954c3bc893cf36c5ee7c822266b993a3b3ee
- name: github.com/magiconair/properties
version: de8848e004dd33dc07a2947b3d76f618a7fc7ef1
- name: github.com/mailru/easyjson
version: 1b2b06f5f209fea48ff5922d8bfb2b9ed5d8f00b
subpackages:
- buffer
- jlexer
- jwriter
- name: github.com/MakeNowJust/heredoc
version: bb23615498cded5e105af4ce27de75b089cbe851
- name: github.com/mattn/go-shellwords
version: a72fbe27a1b0ed0df2f02754945044ce1456608b
- name: github.com/matttproud/golang_protobuf_extensions
version: c12348ce28de40eed0136aa2b644d0ee0650e56c
subpackages:
- pbutil
- name: github.com/Microsoft/go-winio
version: 97e4973ce50b2ff5f09635a57e2b88a037aae829
- name: github.com/Microsoft/hcsshim
version: 672e52e9209d1e53718c1b6a7d68cc9272654ab5
subpackages:
- hcn
- internal/cni
- internal/guid
- internal/hcs
- internal/hcserror
- internal/hns
- internal/interop
- internal/logfields
- internal/longpath
- internal/mergemaps
- internal/regstate
- internal/runhcs
- internal/safefile
- internal/schema1
- internal/schema2
- internal/timeout
- internal/wclayer
- name: github.com/miekg/dns
version: 8fc2e5773bbd308ca2fcc962fd8d25c1bd0f6743
- name: github.com/mindprince/gonvml
version: 9ebdce4bb98934573700a3bfc2f8e791934a578d
- name: github.com/mistifyio/go-zfs
version: cdc0f941c4d0e0e94d85348285568d921891e138
- name: github.com/mitchellh/go-wordwrap
version: 9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c
- name: github.com/mitchellh/mapstructure
version: 3536a929edddb9a5b34bd6861dc4a9647cb459fe
- name: github.com/modern-go/concurrent
version: bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
- name: github.com/modern-go/reflect2
version: 94122c33edd36123c84d5368cfb2b69df93a0ec8
- name: github.com/mohae/deepcopy
version: 491d3605edfb866af34a48075bd4355ac1bf46ca
- name: github.com/mrunalp/fileutils
version: 7d4729fb36185a7c1719923406c9d40e54fb93c7
- name: github.com/munnerz/goautoneg
version: a547fc61f48d567d5b4ec6f8aee5573d8efce11d
- name: github.com/mxk/go-flowrate
version: cca7078d478f8520f85629ad7c68962d31ed7682
subpackages:
- flowrate
- name: github.com/Nvveen/Gotty
version: cd527374f1e5bff4938207604a14f2e38a9cf512
- name: github.com/NYTimes/gziphandler
version: 56545f4a5d46df9a6648819d1664c3a03a13ffdb
- name: github.com/onsi/ginkgo
version: d0603c19fe78143eb81221b59025ebcb9b534957
repo: https://github.com/openshift/onsi-ginkgo.git
subpackages:
- config
- extensions/table
- internal/codelocation
- internal/containernode
- internal/failer
- internal/leafnodes
- internal/remote
- internal/spec
- internal/spec_iterator
- internal/specrunner
- internal/suite
- internal/testingtproxy
- internal/writer
- reporters
- reporters/stenographer
- reporters/stenographer/support/go-colorable
- reporters/stenographer/support/go-isatty
- types
- name: github.com/onsi/gomega
version: bdebf9e0ece900259084cfa4121b97ce1a540939
subpackages:
- format
- gstruct
- gstruct/errors
- internal/assertion
- internal/asyncassertion
- internal/oraclematcher
- internal/testingtsupport
- matchers
- matchers/support/goraph/bipartitegraph
- matchers/support/goraph/edge
- matchers/support/goraph/node
- matchers/support/goraph/util
- types
- name: github.com/opencontainers/go-digest
version: 279bed98673dd5bef374d3b6e4b09e2af76183bf
- name: github.com/opencontainers/image-spec
version: d60099175f88c47cd379c4738d158884749ed235
subpackages:
- specs-go
- specs-go/v1
- name: github.com/opencontainers/runc
version: b942ff4cc6f8f16ca177cf09c34896bddd000b16
repo: https://github.com/openshift/opencontainers-runc
subpackages:
- libcontainer
- libcontainer/apparmor
- libcontainer/cgroups
- libcontainer/cgroups/fs
- libcontainer/cgroups/systemd
- libcontainer/configs
- libcontainer/configs/validate
- libcontainer/intelrdt
- libcontainer/keys
- libcontainer/logs
- libcontainer/mount
- libcontainer/seccomp
- libcontainer/stacktrace
- libcontainer/system
- libcontainer/user
- libcontainer/utils
- name: github.com/opencontainers/runtime-spec
version: 02137cd4e50b37a01665e1731fcd4ac2d2178230
subpackages:
- specs-go
- name: github.com/opencontainers/selinux
version: 5215b1806f52b1fcc2070a8826c542c9d33cd3cf
subpackages:
- go-selinux
- go-selinux/label
- name: github.com/openshift/api
version: e7ccdda6ba67b868baceb40b6db943355967f26d
subpackages:
- annotations
- apps
- apps/v1
- authorization
- authorization/v1
- build
- build/v1
- config
- config/v1
- console
- console/v1
- image
- image/docker10
- image/dockerpre012
- image/v1
- imageregistry
- imageregistry/v1
- kubecontrolplane
- kubecontrolplane/v1
- legacyconfig/v1
- network
- network/v1
- oauth
- oauth/v1
- openshiftcontrolplane
- openshiftcontrolplane/v1
- operator
- operator/v1
- operator/v1alpha1
- osin
- osin/v1
- pkg/serialization
- project
- project/v1
- quota
- quota/v1
- route
- route/v1
- samples
- samples/v1
- security
- security/v1
- servicecertsigner
- servicecertsigner/v1alpha1
- template
- template/v1
- unidling/v1alpha1
- user
- user/v1
- name: github.com/openshift/apiserver-library-go
version: 5b4a83e36885b787f9877e3316ecceefbeeeda9a
subpackages:
- pkg/admission/imagepolicy
- pkg/admission/imagepolicy/apis/imagepolicy/v1
- pkg/admission/imagepolicy/apis/imagepolicy/validation
- pkg/admission/imagepolicy/imagereferencemutators
- pkg/admission/imagepolicy/rules
- pkg/admission/quota/clusterresourcequota
- pkg/authorization/scope
- pkg/configflags
- pkg/securitycontextconstraints/capabilities
- pkg/securitycontextconstraints/group
- pkg/securitycontextconstraints/sccadmission
- pkg/securitycontextconstraints/sccmatching
- pkg/securitycontextconstraints/seccomp
- pkg/securitycontextconstraints/selinux
- pkg/securitycontextconstraints/user
- pkg/securitycontextconstraints/util
- pkg/securitycontextconstraints/util/sort
- name: github.com/openshift/client-go
version: 92a2713fa240ea8a375a982d60b43ef5119f85ba
subpackages:
- apps/clientset/versioned
- apps/clientset/versioned/scheme
- apps/clientset/versioned/typed/apps/v1
- apps/informers/externalversions
- apps/informers/externalversions/apps
- apps/informers/externalversions/apps/v1
- apps/informers/externalversions/internalinterfaces
- apps/listers/apps/v1
- authorization/clientset/versioned
- authorization/clientset/versioned/scheme
- authorization/clientset/versioned/typed/authorization/v1
- authorization/informers/externalversions
- authorization/informers/externalversions/authorization
- authorization/informers/externalversions/authorization/v1
- authorization/informers/externalversions/internalinterfaces
- authorization/listers/authorization/v1
- build/clientset/versioned
- build/clientset/versioned/scheme
- build/clientset/versioned/typed/build/v1
- build/informers/externalversions
- build/informers/externalversions/build
- build/informers/externalversions/build/v1
- build/informers/externalversions/internalinterfaces
- build/listers/build/v1
- config/clientset/versioned
- config/clientset/versioned/scheme
- config/clientset/versioned/typed/config/v1
- image/clientset/versioned
- image/clientset/versioned/scheme
- image/clientset/versioned/typed/image/v1
- image/informers/externalversions
- image/informers/externalversions/image
- image/informers/externalversions/image/v1
- image/informers/externalversions/internalinterfaces
- image/listers/image/v1
- network/clientset/versioned
- network/clientset/versioned/scheme
- network/clientset/versioned/typed/network/v1
- network/informers/externalversions
- network/informers/externalversions/internalinterfaces
- network/informers/externalversions/network
- network/informers/externalversions/network/v1
- network/listers/network/v1
- oauth/clientset/versioned
- oauth/clientset/versioned/scheme
- oauth/clientset/versioned/typed/oauth/v1
- oauth/informers/externalversions
- oauth/informers/externalversions/internalinterfaces
- oauth/informers/externalversions/oauth
- oauth/informers/externalversions/oauth/v1
- oauth/listers/oauth/v1
- operator/clientset/versioned
- operator/clientset/versioned/scheme
- operator/clientset/versioned/typed/operator/v1
- operator/clientset/versioned/typed/operator/v1alpha1
- project/clientset/versioned
- project/clientset/versioned/scheme
- project/clientset/versioned/typed/project/v1
- quota/clientset/versioned
- quota/clientset/versioned/scheme
- quota/clientset/versioned/typed/quota/v1
- quota/informers/externalversions
- quota/informers/externalversions/internalinterfaces
- quota/informers/externalversions/quota
- quota/informers/externalversions/quota/v1
- quota/listers/quota/v1
- route/clientset/versioned
- route/clientset/versioned/scheme
- route/clientset/versioned/typed/route/v1
- route/informers/externalversions
- route/informers/externalversions/internalinterfaces
- route/informers/externalversions/route
- route/informers/externalversions/route/v1
- route/listers/route/v1
- security/clientset/versioned
- security/clientset/versioned/scheme
- security/clientset/versioned/typed/security/v1
- security/informers/externalversions
- security/informers/externalversions/internalinterfaces
- security/informers/externalversions/security
- security/informers/externalversions/security/v1
- security/listers/security/v1
- template/clientset/versioned
- template/clientset/versioned/scheme
- template/clientset/versioned/typed/template/v1
- template/informers/externalversions
- template/informers/externalversions/internalinterfaces
- template/informers/externalversions/template
- template/informers/externalversions/template/v1
- template/listers/template/v1
- user/clientset/versioned
- user/clientset/versioned/scheme
- user/clientset/versioned/typed/user/v1
- user/informers/externalversions
- user/informers/externalversions/internalinterfaces
- user/informers/externalversions/user
- user/informers/externalversions/user/v1
- user/listers/user/v1
- name: github.com/openshift/library-go
version: bb27e57e2f2b425074ec7a020fb608b722656bdc
subpackages:
- pkg/apiserver/admission/admissionrestconfig
- pkg/apiserver/admission/admissiontimeout
- pkg/apiserver/apiserverconfig
- pkg/apiserver/httprequest
- pkg/apps/appsserialization
- pkg/apps/appsutil
- pkg/authentication/bootstrapauthenticator
- pkg/authorization/scopemetadata
- pkg/build/naming
- pkg/config/client
- pkg/config/clusteroperator/v1helpers
- pkg/config/configdefaults
- pkg/config/helpers
- pkg/config/validation
- pkg/controller/fileobserver
- pkg/crypto
- pkg/git
- pkg/image/dockerv1client
- pkg/image/imageutil
- pkg/image/internal/digest
- pkg/image/internal/reference
- pkg/image/reference
- pkg/network/networkutils
- pkg/oauth/oauthdiscovery
- pkg/operator/events
- pkg/operator/resource/resourceapply
- pkg/operator/resource/resourcehelper
- pkg/operator/resource/resourcemerge
- pkg/operator/resource/resourceread
- pkg/quota/clusterquotamapping
- pkg/quota/quotautil
- pkg/security/ldaputil
- pkg/security/uid
- pkg/serviceability
- pkg/template/templateprocessingclient
- name: github.com/pborman/uuid
version: 8b1b92947f46224e3b97bb1a3a5b0382be00d31e
- name: github.com/pelletier/go-toml
version: c01d1270ff3e442a8a57cddc1c92dc1138598194
- name: github.com/peterbourgon/diskv
version: 5f041e8faa004a95c88a202771f4cc3e991971e6
- name: github.com/pkg/errors
version: 645ef00459ed84a119197bfb8d8205042c6df63d
- name: github.com/pkg/profile
version: acd64d450fd45fb2afa41f833f3788c8a7797219
- name: github.com/pmezard/go-difflib
version: 792786c7400a136282c1664665ae0a8db921c6c2
subpackages:
- difflib
- name: github.com/pquerna/cachecontrol
version: 0dec1b30a0215bb68605dfc568e8855066c9202d
subpackages:
- cacheobject
- name: github.com/prometheus/client_golang
version: 4ab88e80c249ed361d3299e2930427d9ac43ef8d
subpackages:
- prometheus
- prometheus/internal
- prometheus/promhttp
- prometheus/testutil
- name: github.com/prometheus/client_model
version: fd36f4220a901265f90734c3183c5f0c91daa0b8
subpackages:
- go
- name: github.com/prometheus/common
version: 17f5ca1748182ddf24fc33a5a7caaaf790a52fcc
subpackages:
- expfmt
- internal/bitbucket.org/ww/goautoneg
- model
- name: github.com/prometheus/procfs
version: 833678b5bb319f2d20a475cb165c6cc59c2cc77c
subpackages:
- internal/fs
- name: github.com/PuerkitoBio/purell
version: 8a290539e2e8629dbc4e6bad948158f790ec31f4
- name: github.com/PuerkitoBio/urlesc
version: 5bd2802263f21d8788851d5305584c82a5c75d7e
- name: github.com/quobyte/api
version: 9cfd29338dd9fdaaf956b7082e5550aab5fe3841
- name: github.com/RangelReale/osincli
version: fababb0555f21315d1a34af6615a16eaab44396b
- name: github.com/robfig/cron
version: b41be1df696709bb6395fe435af20370037c0b4c
- name: github.com/rubiojr/go-vhd
version: 0bfd3b39853cdde5762efda92289f14b0ac0491b
subpackages:
- vhd
- name: github.com/russross/blackfriday
version: 05f3235734ad95d0016f6a23902f06461fcf567a
- name: github.com/satori/go.uuid
version: f58768cc1a7a7e77a3bd49e98cdd21419399b6a3
- name: github.com/seccomp/libseccomp-golang
version: 689e3c1541a84461afc49c1c87352a6cedf72e9c
- name: github.com/sirupsen/logrus
version: 839c75faf7f98a33d445d181f3018b5c3409a45e
- name: github.com/soheilhy/cmux
version: e09e9389d85d8492d313d73d1469c029e710623f
- name: github.com/spf13/afero
version: 588a75ec4f32903aa5e39a2619ba6a4631e28424
subpackages:
- mem
- name: github.com/spf13/cast
version: 8c9545af88b134710ab1cd196795e7f2388358d7
- name: github.com/spf13/cobra
version: f2b07da1e2c38d5f12845a4f607e2e1018cbb1f5
- name: github.com/spf13/jwalterweatherman
version: 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1