forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.lock
3157 lines (3157 loc) · 92.7 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: 7a9743a1ddd4422e2fb49715f7f2ad907ae072d0f192ba710fee09f515770c9b
updated: 2019-05-28T15:02:33.558309651-04:00
imports:
- name: bitbucket.org/ww/goautoneg
version: 75cd24fc2f2c2a2088577d12123ddee5f54e0675
- name: cloud.google.com/go
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
subpackages:
- compute/metadata
- internal
- name: github.com/alexbrainman/sspi
version: e580b900e9f5657daa5473021296289be6da2661
subpackages:
- negotiate
- name: github.com/apcera/gssapi
version: 5fb4217df13b8e6878046fe1e5c10e560e1b86dc
- name: github.com/armon/circbuf
version: bbbad097214e2918d8543d5201d12bfd7bca254d
- name: github.com/asaskevich/govalidator
version: f9ffefc3facfbe0caee3fea233cbb6e8208f4541
- 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/s3err
- internal/sdkio
- internal/sdkrand
- internal/sdkuri
- internal/shareddefaults
- private/protocol
- private/protocol/ec2query
- private/protocol/eventstream
- private/protocol/eventstream/eventstreamapi
- 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/s3
- service/s3/s3iface
- service/s3/s3manager
- service/sts
- name: github.com/Azure/azure-sdk-for-go
version: da91af54816b4cf72949c225a2d0980f51fab01b
subpackages:
- services/compute/mgmt/2018-10-01/compute
- services/containerregistry/mgmt/2017-10-01/containerregistry
- services/network/mgmt/2017-09-01/network
- services/storage/mgmt/2018-07-01/storage
- storage
- version
- name: github.com/Azure/go-ansiterm
version: d6e3b3328b783f23731bc4d058875b0371ff8109
subpackages:
- winterm
- name: github.com/Azure/go-autorest
version: ea233b6412b0421a65dc6160e16c893364664a95
subpackages:
- autorest
- autorest/adal
- autorest/azure
- autorest/date
- autorest/to
- autorest/validation
- logger
- version
- name: github.com/bcicen/go-haproxy
version: ff5824fe38bede761b873cab6e247a530e89236a
- name: github.com/beorn7/perks
version: 3ac7bf7a47d159a033b107610db8a1b6575507a4
subpackages:
- quantile
- name: github.com/blang/semver
version: b38d23b8782a487059e8fc8773e9a5b228a77cb6
- name: github.com/certifi/gocertifi
version: ee1a9a0726d2ae45f54118cac878c990d4016ded
- name: github.com/chai2010/gettext-go
version: c6fed771bfd517099caf0f7a961671fa8ed08723
subpackages:
- gettext
- gettext/mo
- gettext/plural
- gettext/po
- name: github.com/cloudflare/cfssl
version: 56268a613adfed278936377c18b1152d2c4ad5da
subpackages:
- api
- api/bundle
- api/certinfo
- api/client
- api/crl
- api/gencrl
- api/generator
- api/health
- api/info
- api/initca
- api/ocsp
- api/revoke
- api/scan
- api/signhandler
- auth
- bundler
- certdb
- certdb/dbconf
- certdb/sql
- certinfo
- cli
- cli/bundle
- cli/certinfo
- cli/crl
- cli/gencert
- cli/gencrl
- cli/gencsr
- cli/genkey
- cli/info
- cli/ocspdump
- cli/ocsprefresh
- cli/ocspserve
- cli/ocspsign
- cli/printdefault
- cli/revoke
- cli/scan
- cli/selfsign
- cli/serve
- cli/sign
- cli/version
- cmd/cfssl
- cmd/cfssljson
- config
- crl
- crypto/pkcs7
- csr
- errors
- helpers
- helpers/derhelpers
- info
- initca
- log
- ocsp
- ocsp/config
- revoke
- scan
- scan/crypto/tls
- selfsign
- signer
- signer/local
- signer/remote
- signer/universal
- ubiquity
- name: github.com/clusterhq/flocker-go
version: 2b8b7259d3139c96c4a6871031355808ab3fd3b3
- name: github.com/cockroachdb/cmux
version: b64f5908f4945f4b11ed4a0a9d3cc1e23350866d
- name: github.com/codedellemc/goscaleio
version: 20e2ce2cf8852dc78bd42b76698dcd8dcd77b7b1
subpackages:
- types/v1
- name: github.com/container-storage-interface/spec
version: f750e6765f5f6b4ac0e13e95214d58901290fb4b
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: aaeac12a7ffcd198ae25440a9dff125c2e2703a7
subpackages:
- pathdriver
- name: github.com/containernetworking/cni
version: a7885cb6f8ab03fba07852ded351e4f5e7a112bf
subpackages:
- libcni
- pkg/invoke
- pkg/skel
- pkg/types
- pkg/types/020
- pkg/types/current
- pkg/version
- name: github.com/containernetworking/plugins
version: 7480240de9749f9a0a5c8614b17f1f03e0c06ab9
subpackages:
- pkg/ip
- pkg/ipam
- pkg/ns
- pkg/utils/hwaddr
- name: github.com/containers/image
version: 4bc6d24282b115f8b61a6d08470ed42ac7c91392
repo: https://github.com/openshift/containers-image.git
subpackages:
- docker
- docker/policyconfiguration
- docker/reference
- image
- manifest
- pkg/strslice
- signature
- transports
- types
- version
- name: github.com/containers/storage
version: 47536c89fcc545a87745e1a1573addc439409165
subpackages:
- pkg/homedir
- name: github.com/coreos/bbolt
version: 48ea1b39c25fc1bab3506fbc712ecbaa842c4d2d
- name: github.com/coreos/etcd
version: 27fc7e2296f506182f58ce846e48f36b34fe6842
subpackages:
- alarm
- auth
- auth/authpb
- client
- clientv3
- clientv3/concurrency
- clientv3/namespace
- clientv3/naming
- compactor
- discovery
- embed
- error
- etcdserver
- etcdserver/api
- etcdserver/api/etcdhttp
- etcdserver/api/v2http
- etcdserver/api/v2http/httptypes
- etcdserver/api/v2v3
- etcdserver/api/v3client
- etcdserver/api/v3election
- etcdserver/api/v3election/v3electionpb
- etcdserver/api/v3election/v3electionpb/gw
- etcdserver/api/v3lock
- etcdserver/api/v3lock/v3lockpb
- etcdserver/api/v3lock/v3lockpb/gw
- etcdserver/api/v3rpc
- etcdserver/api/v3rpc/rpctypes
- etcdserver/auth
- etcdserver/etcdserverpb
- etcdserver/etcdserverpb/gw
- etcdserver/membership
- etcdserver/stats
- integration
- lease
- lease/leasehttp
- lease/leasepb
- mvcc
- mvcc/backend
- mvcc/mvccpb
- pkg/adt
- pkg/contention
- pkg/cors
- pkg/cpuutil
- pkg/crc
- pkg/debugutil
- pkg/fileutil
- pkg/httputil
- pkg/idutil
- pkg/ioutil
- pkg/logutil
- pkg/netutil
- pkg/osutil
- pkg/pathutil
- pkg/pbutil
- pkg/runtime
- pkg/schedule
- pkg/srv
- pkg/testutil
- pkg/tlsutil
- pkg/transport
- pkg/types
- pkg/wait
- proxy/grpcproxy
- proxy/grpcproxy/adapter
- proxy/grpcproxy/cache
- raft
- raft/raftpb
- rafthttp
- snap
- snap/snappb
- store
- version
- wal
- wal/walpb
- name: github.com/coreos/go-iptables
version: 259c8e6a4275d497442c721fa52204d7a58bde8b
subpackages:
- iptables
- name: github.com/coreos/go-oidc
version: 065b426bd41667456c1a924468f507673629c46b
- name: github.com/coreos/go-semver
version: e214231b295a8ea9479f11b70b35d5acf3556d9b
subpackages:
- semver
- name: github.com/coreos/go-systemd
version: 39ca1b05acc7ad1220e09f133283b8859a8b71ab
subpackages:
- daemon
- dbus
- journal
- util
- name: github.com/coreos/pkg
version: 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1
subpackages:
- capnslog
- dlopen
- name: github.com/coreos/rkt
version: ec37f3cb649bfb72408906e7cbf330e4aeda1075
subpackages:
- api/v1alpha
- name: github.com/cyphar/filepath-securejoin
version: ae69057f2299fb9e5ba2df738607e6a505b74ab6
- name: github.com/d2g/dhcp4
version: a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c
- name: github.com/d2g/dhcp4client
version: 6e570ed0a266b730a860ba1068090f683b2c213a
- name: github.com/davecgh/go-spew
version: 782f4967f2dc4564575ca782fe2d04090b5faca8
subpackages:
- spew
- name: github.com/daviddengcn/go-colortext
version: 511bcaf42ccd42c38aba7427b6673277bf19e2a1
- name: github.com/dgrijalva/jwt-go
version: 01aeca54ebda6e0fbfafd0a524d234159c05ec20
- name: github.com/docker/distribution
version: d4c35485a70df4dce2179bc227b1393a69edb809
repo: https://github.com/openshift/docker-distribution.git
subpackages:
- digestset
- manifest
- manifest/manifestlist
- manifest/schema1
- manifest/schema2
- metrics
- reference
- registry/api/errcode
- registry/api/v2
- registry/client
- registry/client/auth
- registry/client/auth/challenge
- registry/client/transport
- registry/storage/cache
- registry/storage/cache/memory
- 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
- opts
- 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-metrics
version: b84716841b82eab644a0c64fc8b42d480e49add5
- name: github.com/docker/go-units
version: 9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1
- name: github.com/docker/libnetwork
version: a9cd636e37898226332c439363e2ed0ea185ae92
subpackages:
- ipamutils
- ipvs
- name: github.com/docker/libtrust
version: 9cbd2a1374f46905c68a4eb3694a130610adc62a
- name: github.com/docker/spdystream
version: 449fdfce4d962303d702fec724ef0ad181c92528
subpackages:
- spdy
- 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: f6a740d52f961c60348ebb109adde9f4635d7540
- name: github.com/fsnotify/fsnotify
version: c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9
- name: github.com/fsouza/go-dockerclient
version: da3951ba2e9e02bc0e7642150b3e265aed7e1df3
- name: github.com/getsentry/raven-go
version: 32a13797442ccb601b11761d74232773c1402d14
- name: github.com/ghodss/yaml
version: 73d445a93680fa1a78ae23a5839bad48f32ba1ee
- name: github.com/globalsign/mgo
version: eeefdecb41b842af6dc652aaea4026e8403e62df
subpackages:
- bson
- internal/json
- name: github.com/go-openapi/analysis
version: c701774f4e604d952e4e8c56dee260be696e33c3
subpackages:
- internal
- name: github.com/go-openapi/errors
version: d9664f9fab8994271e573ed69cf2adfc09b7a800
- name: github.com/go-openapi/jsonpointer
version: ef5f0afec364d3b9396b7b77b43dbe26bf1f8004
- name: github.com/go-openapi/jsonreference
version: 8483a886a90412cd6858df4ea3483dce9c8e35a3
- name: github.com/go-openapi/loads
version: a80dea3052f00e5f032e860dd7355cd0cc67e24d
- name: github.com/go-openapi/runtime
version: 231d7876b7019dbcbfc97a7ba764379497b67c1d
- name: github.com/go-openapi/spec
version: 5bae59e25b21498baea7f9d46e9c147ec106a42e
- name: github.com/go-openapi/strfmt
version: 35fe47352985e13cc75f13120d70d26fd764ed51
- name: github.com/go-openapi/swag
version: 5899d5c5e619fda5fa86e14795a835f473ca284c
- name: github.com/go-openapi/validate
version: d2eab7d93009e9215fc85b2faa2c2f2a98c2af48
- name: github.com/go-ozzo/ozzo-validation
version: 106681dbb37bfa3e7683c4c8129cb7f5925ea3e9
subpackages:
- is
- name: github.com/gocarina/gocsv
version: a5c9099e2484f1551abb9433885e158610a25f4b
- name: github.com/godbus/dbus
version: c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f
- name: github.com/gogo/protobuf
version: 342cbe0a04158f6dcb03ca0079991a51a4248c02
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: bd3c8e81be01eef76d4b503f5e687d2d1354d2d9
subpackages:
- gomock
- name: github.com/golang/protobuf
version: b4deda0973fb4c70b50d226b1af49f3da59f5265
subpackages:
- jsonpb
- proto
- protoc-gen-go/descriptor
- ptypes
- ptypes/any
- ptypes/duration
- ptypes/struct
- ptypes/timestamp
- ptypes/wrappers
- name: github.com/gonum/blas
version: 37e82626499e1df7c54aeaba0959fd6e7e8dc1e4
subpackages:
- blas64
- native
- native/internal/math32
- name: github.com/gonum/floats
version: f74b330d45c56584a6ea7a27f5c64ea2900631e9
- name: github.com/gonum/graph
version: 50b27dea7ebbfb052dfaf91681afc6fde28d8796
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/linear
- internal/ordered
- internal/set
- path
- simple
- topo
- traverse
- name: github.com/gonum/internal
version: e57e4534cf9b3b00ef6c0175f59d8d2d34f60914
subpackages:
- asm/f32
- asm/f64
- name: github.com/gonum/lapack
version: 5ed4b826becd1807e09377508f51756586d1a98c
subpackages:
- lapack64
- native
- name: github.com/gonum/matrix
version: dd6034299e4242c9f0ea36735e6d4264dfcb3f9f
subpackages:
- mat64
- name: github.com/google/btree
version: 20236160a414454a9c64b6c8829381c6f4bddcaa
- name: github.com/google/cadvisor
version: 8949c822ea91fa6b4996614a5ad6ade840be24ee
subpackages:
- accelerators
- cache/memory
- collector
- container
- container/common
- container/containerd
- container/crio
- container/docker
- container/libcontainer
- container/mesos
- container/raw
- container/rkt
- container/systemd
- devicemapper
- events
- fs
- info/v1
- info/v2
- machine
- manager
- manager/watcher
- manager/watcher/raw
- manager/watcher/rkt
- metrics
- storage
- summary
- utils
- utils/cloudinfo
- utils/cpuload
- utils/cpuload/netlink
- utils/docker
- utils/oomparser
- utils/sysfs
- utils/sysinfo
- version
- zfs
- name: github.com/google/certificate-transparency-go
version: 3629d6846518309d22c16fee15d1007262a459d2
subpackages:
- asn1
- client
- client/configpb
- jsonclient
- tls
- x509
- x509/pkix
- name: github.com/google/gofuzz
version: 24818f796faf91cd76ec7bddd72458fbced7a6c1
- name: github.com/google/uuid
version: 8c31c18f31ede9fc8eae72290a7e7a8064e9b3e3
- name: github.com/googleapis/gnostic
version: 0c5108395e2debce0d731cf0287ddf7242066aba
subpackages:
- OpenAPIv2
- compiler
- extensions
- name: github.com/GoogleCloudPlatform/k8s-cloud-provider
version: f8e99590510076aa1e3ff07df946f05220c50fb4
subpackages:
- pkg/cloud
- pkg/cloud/filter
- pkg/cloud/meta
- pkg/cloud/mock
- name: github.com/gophercloud/gophercloud
version: c818fa66e4c88b30db28038fe3f18f2f4a0db9a8
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
- testhelper
- name: github.com/gorilla/context
version: 51ce91d2eaddeca0ef29a71d766bb3634dadf729
- name: github.com/gorilla/mux
version: 08e7f807d38d6a870193019bb439056118661505
- name: github.com/gorilla/securecookie
version: e65cf8c5df817c89aeb47ecb46064e802e2de943
- name: github.com/gorilla/sessions
version: a3acf13e802c358d65f249324d14ed24aac11370
- name: github.com/gorilla/websocket
version: 4201258b820c74ac8e6922fc9e6b52f71fe46f8d
- name: github.com/gregjones/httpcache
version: 787624de3eb7bd915c329cba748687a3b22666a6
subpackages:
- diskcache
- name: github.com/grpc-ecosystem/go-grpc-middleware
version: cfaf5686ec79ff8344257723b6f5ba1ae0ffeb4d
- name: github.com/grpc-ecosystem/go-grpc-prometheus
version: 2500245aa6110c562d17020fb31a2c133d737799
- name: github.com/grpc-ecosystem/grpc-gateway
version: 8cc3a55af3bcf171a1c23a90c4df9cf591706104
subpackages:
- runtime
- runtime/internal
- utilities
- name: github.com/hashicorp/golang-lru
version: 20f1fb78b0740ba8c3cb143a61e86ba5c8669768
subpackages:
- simplelru
- name: github.com/hashicorp/hcl
version: d8c773c4cba11b11539e3d45f93daeaa5dcf1fa1
subpackages:
- hcl/ast
- hcl/parser
- hcl/scanner
- hcl/strconv
- hcl/token
- json/parser
- json/scanner
- json/token
- name: github.com/heketi/heketi
version: 558b29266ce0a873991ecfb3edc41a668a998514
subpackages:
- client/api/go-client
- pkg/glusterfs/api
- pkg/utils
- 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: 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74
- name: github.com/joho/godotenv
version: 6d367c18edf6ca7fd004efd6863e4c5728fa858e
- name: github.com/jonboulle/clockwork
version: 72f9bd7c4e0c2a40055ab3d0f09654f730cce982
- name: github.com/json-iterator/go
version: ab8a2e0c74be9d3be70b3184d9acc634935ded82
- name: github.com/jteeuwen/go-bindata
version: a0ff2567cfb70903282db057e799fd826784d41d
- name: github.com/kardianos/osext
version: 8fef92e41e22a70e700a96b29f066cda30ea24ef
- name: github.com/karrick/godirwalk
version: 2de2192f9e35ce981c152a873ed943b93b79ced4
- name: github.com/kr/fs
version: 2788f0dbd16903de03cb8186e5c7d97b69ad387b
- name: github.com/lestrrat/go-jspointer
version: f4881e611bdbe9fb413a7780721ef8400a1f2341
- name: github.com/lestrrat/go-jsref
version: 50df7b2d07d799426a9ac43fa24bdb4785f72a54
subpackages:
- provider
- name: github.com/lestrrat/go-jsschema
version: a6a42341b50d8d7e2a733db922eefaa756321021
- name: github.com/lestrrat/go-pdebug
version: 569c97477ae8837e053e5a50bc739e15172b8ebe
- name: github.com/lestrrat/go-structinfo
version: 8204d40bbcd79eb7603cd4c2c998e60eb2479ded
- 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: 61b492c03cf472e0c6419be5899b8e0dc28b1b88
- name: github.com/mailru/easyjson
version: 2f5df55504ebc322e4d52d34df6a1f5b503bf26d
subpackages:
- buffer
- jlexer
- jwriter
- name: github.com/MakeNowJust/heredoc
version: bb23615498cded5e105af4ce27de75b089cbe851
- name: github.com/marstr/guid
version: 8bdf7d1a087ccc975cf37dd6507da50698fd19ca
- name: github.com/mattn/go-shellwords
version: f8471b0a71ded0ab910825ee2cf230f25de000f1
- name: github.com/matttproud/golang_protobuf_extensions
version: c12348ce28de40eed0136aa2b644d0ee0650e56c
subpackages:
- pbutil
- name: github.com/mesos/mesos-go
version: ff8175bfda54b1eb1f1954c8102a9dc612aa2312
subpackages:
- api/v1/lib
- api/v1/lib/agent
- api/v1/lib/agent/calls
- api/v1/lib/client
- api/v1/lib/debug
- api/v1/lib/encoding
- api/v1/lib/encoding/codecs
- api/v1/lib/encoding/framing
- api/v1/lib/encoding/json
- api/v1/lib/encoding/proto
- api/v1/lib/httpcli
- api/v1/lib/httpcli/apierrors
- api/v1/lib/recordio
- api/v1/lib/roles
- name: github.com/Microsoft/go-winio
version: 97e4973ce50b2ff5f09635a57e2b88a037aae829
- name: github.com/Microsoft/hcsshim
version: 69ac8d3f7fc10a0623f3a2655958a1a5bb71f58f
subpackages:
- hcn
- internal/cni
- internal/guestrequest
- 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: 5a2b9fab83ff0f8bfc99684bd5f43a37abe560f1
- name: github.com/mindprince/gonvml
version: fee913ce8fb235edf54739d259ca0ecc226c7b8a
- name: github.com/mistifyio/go-zfs
version: 1b4ae6fb4e77b095934d4430860ff202060169f8
- name: github.com/mitchellh/go-wordwrap
version: ad45545899c7b13c020ea92b2072220eefad42b8
- name: github.com/mitchellh/mapstructure
version: 53818660ed4955e899c0bcafa97299a388bd7c8e
- name: github.com/moby/buildkit
version: c3a857e3fca0a5cadd44ffd886a977559841aeaa
subpackages:
- frontend/dockerfile/command
- frontend/dockerfile/parser
- 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: 4ee1cc9a80582a0c75febdd5cfa779ee4361cbca
- name: github.com/mtrmac/gpgme
version: b2432428689ca58c2b8e8dea9449d3295cf96fc9
- 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: 53ca7dc85f609e8aa3af7902f189ed5dca96dbb5
repo: https://github.com/openshift/onsi-ginkgo.git
subpackages:
- config
- 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: 5533ce8a0da374da682cd53d70ddcc54adf1a710
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: a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb
- name: github.com/opencontainers/image-spec
version: 372ad780f63454fbbbbcc7cf80e5b90245c13e13
subpackages:
- specs-go
- specs-go/v1
- name: github.com/opencontainers/runc
version: 7c7775178c25e952571573f44a8df281824cf8e1
repo: https://github.com/openshift/opencontainers-runc.git
subpackages:
- libcontainer
- libcontainer/apparmor
- libcontainer/cgroups
- libcontainer/cgroups/fs
- libcontainer/cgroups/systemd
- libcontainer/configs
- libcontainer/configs/validate
- libcontainer/criurpc
- libcontainer/intelrdt
- libcontainer/keys
- 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: 4a2974bf1ee960774ffd517717f1f45325af0206
subpackages:
- go-selinux
- go-selinux/label
- name: github.com/openshift/api
version: 2963b4d8c99701a12f3a18c2d53c28b40408d213
subpackages:
- annotations
- apps
- apps/v1
- authorization
- authorization/v1
- build
- build/v1
- config
- config/v1
- image
- image/docker10
- image/dockerpre012
- image/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
- security
- security/v1
- servicecertsigner
- servicecertsigner/v1alpha1
- template
- template/v1
- user
- user/v1
- webconsole
- webconsole/v1
- name: github.com/openshift/client-go
version: f4b242dfe08529a11803996e325ab6dc127d4e1d
subpackages:
- apps/clientset/versioned
- apps/clientset/versioned/fake
- apps/clientset/versioned/scheme
- apps/clientset/versioned/typed/apps/v1
- apps/clientset/versioned/typed/apps/v1/fake
- 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/fake
- authorization/clientset/versioned/scheme
- authorization/clientset/versioned/typed/authorization/v1
- authorization/clientset/versioned/typed/authorization/v1/fake
- 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/fake