-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
techstack.yml
969 lines (969 loc) · 35.7 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
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
repo_name: Clivern/Walrus
report_id: '08d19e3cf749724de62388240085b028'
version: 0.1
repo_type: Public
timestamp: '2023-12-21T15:25:17+00:00'
requested_by: dependabot[bot]
provider: github
branch: main
detected_tools_count: 71
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: Repo Metadata
- name: JavaScript
description: Lightweight, interpreted, object-oriented language with first-class
functions
website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1209/javascript.jpeg
detection_source: Repo Metadata
- name: Buefy
description: UI Components for Vue.js Based on Bulma
website_url: https://buefy.org/
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: JavaScript Framework Components
image_url: https://img.stackshare.io/service/10410/26799900.png
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-03-08 19:33:45.000000000 Z
- name: Gin Gonic
description: 'HTTP web framework written in Go '
website_url: https://gin-gonic.com/
license: MIT
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/4221/7894478.png
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.000000000 Z
- 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: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: Vue.js
description: A progressive framework for building user interfaces
website_url: http://vuejs.org/
version: 2.7.14
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Javascript MVC Frameworks
image_url: https://img.stackshare.io/service/3837/paeckCWC.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: Clivern
last_updated_on: 2020-09-20 19:16:41.000000000 Z
- name: gRPC
description: A high performance, open-source universal RPC framework
website_url: https://grpc.io/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Remote Procedure Call (RPC)
image_url: https://img.stackshare.io/service/4670/default_d811b0ac72205af84aca21f967594338580be913.png
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2020-09-05 20:59:21.000000000 Z
- name: vuex
description: Centralized State Management for Vue.js.
website_url: https://vuex.vuejs.org
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: State Management Library
image_url: https://img.stackshare.io/service/6705/6128107.png
detection_source: web/package.json
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.000000000 Z
- name: Babel
description: Use next generation JavaScript, today.
website_url: http://babeljs.io/
version: 7.23.6
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: JavaScript Compilers
image_url: https://img.stackshare.io/service/2739/-1wfGjNw.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/babel.config.js
last_updated_by: Clivern
last_updated_on: 2020-09-20 19:16:41.000000000 Z
- name: Docker
description: Enterprise Container Platform for High-Velocity Innovation.
website_url: https://www.docker.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Virtual Machine Platforms & Containers
image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
detection_source: Repo Metadata
- name: ESLint
description: The fully pluggable JavaScript code quality tool
website_url: http://eslint.org/
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Code Review
image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg
detection_source: web/package.json
last_updated_by: Clivern
last_updated_on: 2020-09-20 19:16:41.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: 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: ".github/workflows/api.yml"
last_updated_by: renovate[bot]
last_updated_on: 2023-09-05 17:58:52.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: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: Testify
description: A toolkit with common assertions and mocks that plays nicely with the
standard library
website_url: https://github.com/stretchr/testify
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Go Testing
image_url: https://img.stackshare.io/service/8695/stretchr.png
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: npm
description: The package manager for JavaScript.
website_url: https://www.npmjs.com/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Front End Package Manager
image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png
detection_source: web/package.json
last_updated_by: Clivern
last_updated_on: 2020-09-20 19:16:41.000000000 Z
- name: Walrus
description: Fast, secure and reliable system backup
website_url: https://clivern.github.io/Walrus/
license: MIT
open_source: true
hosted_saas: false
category: Application Utilities
sub_category: Backup as a Service
image_url: https://img.stackshare.io/service/25030/default_0c26410cb3f142ddef70207666193eb3db35d0ab.png
detection_source: deployment/docker-compose/docker-compose.yml
last_updated_by: Ahmed
last_updated_on: 2021-05-30 22:26:27.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: Repo Metadata
- name: axios
description: Promise based HTTP client for the browser and node.js
website_url: https://github.com/mzabriskie/axios
version: 0.27.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Javascript Utilities & Libraries
image_url: https://img.stackshare.io/no-img-open-source.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2022-07-01 14:19:36.000000000 Z
- name: afero
description: A FileSystem Abstraction System for Go
package_url: https://pkg.go.dev/github.com/spf13/afero
version: 1.9.5
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: atomic
description: Wrapper types for sync/atomic which enforce atomic access
package_url: https://pkg.go.dev/go.uber.org/atomic
version: 1.7.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2022-11-06 15:57:39.000000000 Z
- name: aws-sdk-go
description: AWS SDK for the Go programming language
package_url: https://pkg.go.dev/github.com/aws/aws-sdk-go
version: 1.49.7
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2023-12-21 14:03:28.000000000 Z
- name: cast
description: Safe and easy casting from one type to another in Go
package_url: https://pkg.go.dev/github.com/spf13/cast
version: 1.5.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: cobra
description: A Commander for modern Go CLI interactions
package_url: https://pkg.go.dev/github.com/spf13/cobra
version: 1.8.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2023-11-07 15:11:48.000000000 Z
- name: codec
description: Idiomatic codec and rpc lib for msgpack, cbor, json, etc
package_url: https://pkg.go.dev/github.com/ugorji/go/codec
version: 1.2.11
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2023-04-15 21:53:00.000000000 Z
- name: crypto
description: Go supplementary cryptography libraries
package_url: https://pkg.go.dev/golang.org/x/crypto
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-11-27 22:59:22.000000000 Z
vulnerabilities:
- name: Improper Verification of Cryptographic Signature in golang.org/x/crypto
cve_id: CVE-2020-9283
cve_url: https://github.com/advisories/GHSA-ffhg-7mh4-33c4
detected_date: Aug 22
severity: moderate
first_patched: 0.0.0-20200220183623-bac4c82f6975
- 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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: gin
description: Gin is a HTTP web framework written in Go
package_url: https://pkg.go.dev/github.com/gin-gonic/gin
version: 1.9.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2020-09-05 20:59:21.000000000 Z
- name: go-difflib
description: Partial port of Python difflib package to Go
package_url: https://pkg.go.dev/github.com/pmezard/go-difflib
version: 1.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.000000000 Z
- name: go-isatty
description: Package isatty implements interface to isatty
package_url: https://pkg.go.dev/github.com/mattn/go-isatty
version: 0.0.19
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.000000000 Z
- name: go-jmespath
description: Golang implementation of JMESPath
package_url: https://pkg.go.dev/github.com/jmespath/go-jmespath
version: 0.4.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.000000000 Z
- name: go-semver
description: Semver library in Go
package_url: https://pkg.go.dev/github.com/coreos/go-semver
version: 0.3.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.000000000 Z
- name: go.uuid
description: UUID package for Go
package_url: https://pkg.go.dev/github.com/satori/go.uuid
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2022-11-06 15:57:39.000000000 Z
- name: goblin
description: Minimal and Beautiful Go testing framework
package_url: https://pkg.go.dev/github.com/franela/goblin
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2021-10-03 16:47:33.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-11-27 22:59:22.000000000 Z
- name: gotenv
description: Load environment variables dynamically in Go
package_url: https://pkg.go.dev/github.com/subosito/gotenv
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2023-01-21 13:14:04.000000000 Z
- name: hcl
description: HCL is the HashiCorp configuration language
package_url: https://pkg.go.dev/github.com/hashicorp/hcl
version: 1.0.0
license: MPL-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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2020-09-05 20:59:21.000000000 Z
- name: ini.v1
description: Package ini provides INI file read and write functionality in Go
package_url: https://pkg.go.dev/gopkg.in/ini.v1
version: 1.67.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2022-09-06 18:38:43.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.000000000 Z
- name: jwalterweatherman
description: So you always leave a note
package_url: https://pkg.go.dev/github.com/spf13/jwalterweatherman
version: 1.1.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.000000000 Z
- name: locales
description: ":earth_americas: a set of locales generated from the CLDR Project
which can be used independently or within an i18n package; these were built for
use with"
package_url: https://pkg.go.dev/github.com/go-playground/locales
version: 0.14.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2023-02-23 15:38:31.000000000 Z
- name: logrus
description: Structured, pluggable logging for Go
package_url: https://pkg.go.dev/github.com/sirupsen/logrus
version: 1.9.3
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: mapstructure
description: Go library for decoding generic map values into native Go structures
package_url: https://pkg.go.dev/github.com/mitchellh/mapstructure
version: 1.5.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.000000000 Z
- name: mimetype
description: A golang library for detecting the MIME type and file extension
package_url: https://pkg.go.dev/github.com/gabriel-vasile/mimetype
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-04-04 20:48:55.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2020-09-05 20:59:21.000000000 Z
- name: objx
description: Go package for dealing with maps
package_url: https://pkg.go.dev/github.com/stretchr/objx
version: 0.1.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2022-10-24 19:37:50.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: properties
description: Java properties scanner for Go
package_url: https://pkg.go.dev/github.com/magiconair/properties
version: 1.8.7
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: dependabot[bot]
last_updated_on: 2023-01-21 13:14:04.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: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2021-02-16 13:00:00.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2020-09-05 20:59:21.000000000 Z
- name: text
description: Go text processing support
package_url: https://pkg.go.dev/golang.org/x/text
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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-11-27 22:59:22.000000000 Z
- name: universal-translator
description: ":speech_balloon: i18n Translator for Go/Golang using CLDR data + pluralization
rules"
package_url: https://pkg.go.dev/github.com/go-playground/universal-translator
version: 0.18.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: renovate[bot]
last_updated_on: 2023-06-12 18:26:30.000000000 Z
- name: viper
description: Go configuration with fangs
package_url: https://pkg.go.dev/github.com/spf13/viper
version: 1.16.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2023-04-24 20:15:33.000000000 Z
- name: zap
description: Blazing fast, structured, leveled logging in Go
package_url: https://pkg.go.dev/go.uber.org/zap
version: 1.21.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/Clivern/Walrus/blob/main/go.sum
detection_source: go.mod
last_updated_by: Clivern
last_updated_on: 2020-09-05 20:59:21.000000000 Z
- name: "@babel/core"
description: Babel compiler core
package_url: https://www.npmjs.com/@babel/core
version: 7.23.6
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15810/default_004658cda9b38934f2871435e9dc15608c86e8be.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-12-11 21:34:14.000000000 Z
- name: "@vue/cli-plugin-babel"
description: Babel plugin for vue-cli
package_url: https://www.npmjs.com/@vue/cli-plugin-babel
version: 5.0.8
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16006/default_af9df0bc9fa88191d2fe609204c5bd7599c1a797.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-12-11 21:34:14.000000000 Z
- name: "@vue/cli-plugin-eslint"
description: Eslint plugin for vue-cli
package_url: https://www.npmjs.com/@vue/cli-plugin-eslint
version: 5.0.8
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16035/default_b8a893285867e41b5fc4a7631d8fc2da834d778c.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-12-17 17:57:24.000000000 Z
- name: "@vue/cli-service"
description: Local service for vue-cli projects
package_url: https://www.npmjs.com/@vue/cli-service
version: 5.0.8
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15990/default_cbd6c289400672b291755183817e9dd6abe1a612.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2022-07-07 13:28:18.000000000 Z
- name: core-js
description: Standard library
package_url: https://www.npmjs.com/core-js
version: 3.34.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15869/default_7c39a83d4acd952df89b1ebfdb94c8646324fbf1.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-12-11 21:34:14.000000000 Z
- name: eslint-plugin-vue
description: Official ESLint plugin for Vue.js
package_url: https://www.npmjs.com/eslint-plugin-vue
version: 9.19.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15950/default_f49d4c116f8ea0155f4d92673b084378bba02760.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-12-17 17:57:24.000000000 Z
- name: vue
description: Vue
package_url: https://www.npmjs.com/vue
version: 2.7.14
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15844/default_b71c906aeda030a5e2f1fe40bf12a93be52404ab.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: Clivern
last_updated_on: 2020-09-20 19:16:41.000000000 Z
- name: vue-router
description: Official router for Vue.js 2
package_url: https://www.npmjs.com/vue-router
version: 3.6.5
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15969/default_261820f5687b4c88a3e8f95c71b5e8dccd34c1d7.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2022-11-10 20:02:05.000000000 Z
- name: vue-template-compiler
description: Template compiler for Vue 2.0
package_url: https://www.npmjs.com/vue-template-compiler
version: 2.7.14
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15850/default_0b10af8ca19c215f781dc07442e75bdc831089d0.png
detection_source_url: https://github.com/Clivern/Walrus/blob/main/web/package-lock.json
detection_source: web/package.json
last_updated_by: renovate[bot]
last_updated_on: 2022-11-10 20:02:05.000000000 Z