forked from flux-subsystem-argo/flamingo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechstack.yml
720 lines (720 loc) · 27 KB
/
techstack.yml
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
repo_name: proKress/flamingo
report_id: 287499629dac7b5d5cbf328f64dbd06d
version: 0.1
repo_type: Public
timestamp: '2024-03-23T19:59:12+00:00'
requested_by: chanwit
provider: github
branch: main
detected_tools_count: 51
tools:
- name: Golang
description: An open source programming language that makes it easy to build simple,
reliable, and efficient software
website_url: http://golang.org/
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png
detection_source_url: https://github.com/proKress/flamingo
detection_source: Repo Metadata
- name: Protobuf
description: Google's data interchange format
website_url: https://developers.google.com/protocol-buffers/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Serialization Frameworks
image_url: https://img.stackshare.io/service/4393/ma2jqJKH_400x400.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.mod
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/proKress/flamingo
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/.github/workflows/release.yaml
detection_source: ".github/workflows/release.yaml"
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: Kubernetes
description: Manage a cluster of Linux containers as a single system to accelerate
Dev and simplify Ops
website_url: http://kubernetes.io/
version: 0.27.4
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Container Tools
image_url: https://img.stackshare.io/service/1885/21_d3cvM.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: Prometheus
description: An open-source service monitoring system and time series database,
developed by SoundCloud
website_url: http://prometheus.io/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Monitoring Tools
image_url: https://img.stackshare.io/service/2501/default_3cf1b307194b26782be5cb209d30360580ae5b3c.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.mod
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: Shell
description: A shell is a text-based terminal, used for manipulating programs and
files. Shell scripts typically manage program execution.
website_url: https://en.wikipedia.org/wiki/Shell_script
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
detection_source_url: https://github.com/proKress/flamingo
detection_source: Repo Metadata
- name: yaml.v2
description: YAML support for the Go language
package_url: https://pkg.go.dev/gopkg.in/yaml.v2
version: 2.2.2
license: LGPL-3.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
vulnerabilities:
- name: Excessive Platform Resource Consumption within a Loop in Kubernetes
cve_id: CVE-2019-11254
cve_url: https://github.com/advisories/GHSA-wxc4-f4m6-wwqv
detected_date: Jan 28
severity: moderate
first_patched: 2.2.8
- name: appengine
description: Go App Engine packages
package_url: https://pkg.go.dev/google.golang.org/appengine
version: 1.1.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: btree
description: Package btree implements in-memory B-Trees of arbitrary degree
package_url: https://pkg.go.dev/github.com/google/btree
version: 1.1.2
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: client-go
description: Go client for Kubernetes
package_url: https://pkg.go.dev/k8s.io/client-go
version: 0.27.4
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: client_model
description: Data model artifacts for Prometheus
package_url: https://pkg.go.dev/github.com/prometheus/client_model
version: 0.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: cobra
description: A Commander for modern Go CLI interactions
package_url: https://pkg.go.dev/github.com/spf13/cobra
version: 1.7.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: common
description: Go libraries shared across Prometheus components and libraries
package_url: https://pkg.go.dev/github.com/prometheus/common
version: 0.42.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: diskv
description: A disk-backed key-value store
package_url: https://pkg.go.dev/github.com/peterbourgon/diskv
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.mod
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: easyjson
description: Fast JSON serializer for golang
package_url: https://pkg.go.dev/github.com/mailru/easyjson
version: 0.7.7
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: errors
description: Simple error handling primitives
package_url: https://pkg.go.dev/github.com/pkg/errors
version: 0.8.1
license: BSD-2-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: fsnotify
description: Cross-platform file system notifications for Go
package_url: https://pkg.go.dev/github.com/fsnotify/fsnotify
version: 1.6.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: gettext-go
description: GNU gettext for Go
package_url: https://pkg.go.dev/github.com/chai2010/gettext-go
version: 1.0.2
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: go-ansiterm
description: Go package for ANSI terminal emulation in Windows
package_url: https://pkg.go.dev/github.com/Azure/go-ansiterm
version: 0.0.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: go-errors/errors
description: Errors with stacktraces for go
package_url: https://pkg.go.dev/github.com/go-errors/errors
version: 1.4.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: go-spew
description: Implements a deep pretty printer for Go data structures to aid in debugging
package_url: https://pkg.go.dev/github.com/davecgh/go-spew
version: 1.1.0
license: ISC
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: go-wordwrap
description: A Go
package_url: https://pkg.go.dev/github.com/mitchellh/go-wordwrap
version: 1.0.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: gofuzz
description: Fuzz testing for go
package_url: https://pkg.go.dev/github.com/google/gofuzz
version: 1.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: gogo/protobuf
description: Protocol Buffers for Go with Gadgets
package_url: https://pkg.go.dev/github.com/gogo/protobuf
version: 1.3.2
license: Other
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: golang_protobuf_extensions
description: Support for streaming Protocol Buffer messages for the Go language
package_url: https://pkg.go.dev/github.com/matttproud/golang_protobuf_extensions
version: 1.0.4
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: google/uuid
description: 'Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication
and Security Services'
package_url: https://pkg.go.dev/github.com/google/uuid
version: 1.1.2
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: groupcache
description: Groupcache is a caching and cache-filling library
package_url: https://pkg.go.dev/github.com/golang/groupcache
version: 0.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: heredoc
description: Package heredoc provides the here-document with keeping indent
package_url: https://pkg.go.dev/github.com/MakeNowJust/heredoc
version: 1.0.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: httpcache
description: A Transport for http.Client that will cache responses according to
the HTTP RFC
package_url: https://pkg.go.dev/github.com/gregjones/httpcache
version: 0.0.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: inf.v0
description: Package inf
package_url: https://pkg.go.dev/gopkg.in/inf.v0
version: 0.9.1
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: json-iterator/go
description: A high-performance 100% compatible drop-in replacement of "encoding/json"
package_url: https://pkg.go.dev/github.com/json-iterator/go
version: 1.1.12
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: json-patch
description: A Go library to apply RFC6902 patches and create and apply RFC7386
patches
package_url: https://pkg.go.dev/github.com/evanphx/json-patch
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.mod
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: jsonpath
description: Extends the Go runtime's json.Decoder enabling navigation of a stream
of json tokens
package_url: https://pkg.go.dev/github.com/exponent-io/jsonpath
version: 0.0.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: jsonpointer
description: Fork of gojsonpointer with support for structs
package_url: https://pkg.go.dev/github.com/go-openapi/jsonpointer
version: 0.19.6
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: jsonreference
description: Fork of gojsonreference with support for structs
package_url: https://pkg.go.dev/github.com/go-openapi/jsonreference
version: 0.20.2
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: logr
description: A simple logging interface for Go
package_url: https://pkg.go.dev/github.com/go-logr/logr
version: 1.2.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: mergo
description: 'Mergo: merging Go structs and maps since 2013'
package_url: https://pkg.go.dev/github.com/imdario/mergo
version: 0.3.15
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: mousetrap
description: Detect starting from Windows explorer
package_url: https://pkg.go.dev/github.com/inconshreveable/mousetrap
version: 1.1.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: net
description: Go supplementary network libraries
package_url: https://pkg.go.dev/golang.org/x/net
version: 0.0.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: oauth2
description: Go OAuth2
package_url: https://pkg.go.dev/golang.org/x/oauth2
version: 0.0.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: perks
description: Effective Computation of Things
package_url: https://pkg.go.dev/github.com/beorn7/perks
version: 1.0.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: pflag
description: Drop-in replacement for Go's flag package
package_url: https://pkg.go.dev/github.com/spf13/pflag
version: 1.0.5
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: procfs
description: Procfs provides functions to retrieve system
package_url: https://pkg.go.dev/github.com/prometheus/procfs
version: 0.10.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: proto
description: Go support for Google's protocol buffers
package_url: https://pkg.go.dev/github.com/golang/protobuf/proto
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.mod
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: reflect2
description: Reflect api without runtime reflect.Value cost
package_url: https://pkg.go.dev/github.com/modern-go/reflect2
version: 1.0.2
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: shlex
description: Automatically exported from code.google.com/p/go-shlex
package_url: https://pkg.go.dev/github.com/google/shlex
version: 0.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: swag
description: Goodie bag in use in the go-openapi projects
package_url: https://pkg.go.dev/github.com/go-openapi/swag
version: 0.22.3
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: sys
description: Go packages for low-level interaction with the operating system
package_url: https://pkg.go.dev/golang.org/x/sys
version: 0.0.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: text
description: Go text processing support
package_url: https://pkg.go.dev/golang.org/x/text
version: 0.3.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z
- name: treeprint
description: Package treeprint provides a simple ASCII tree composing tool
package_url: https://pkg.go.dev/github.com/xlab/treeprint
version: 1.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Go Modules Packages
image_url: https://img.stackshare.io/package/go-packages/image.png
detection_source_url: https://github.com/proKress/flamingo/blob/main/go.sum
detection_source: go.mod
last_updated_by: Chanwit Kaewkasi
last_updated_on: 2023-08-31 11:20:24.000000000 Z