@@ -6,79 +6,17 @@ Source: gitlab.com/mipimipi/smsync
6
6
Files: go.mod
7
7
go.sum
8
8
VERSION
9
- vendor/modules.txt
10
9
Copyright: 2018-2021 Michael Picht <
[email protected] >
11
10
License: CC-BY-NC-SA-4.0
12
11
13
12
Files: .gitignore
14
13
.gitlab-ci.yml
15
14
CHANGELOG.md
16
15
Makefile
16
+ PKGBUILD
17
17
README.adoc
18
18
cmd/*
19
19
internal/*
20
- pkg/*
21
20
Copyright: 2018-2021 Michael Picht <
[email protected] >
22
21
License: GPL-3.0-or-later
23
22
24
- Files: vendor/github.com/eiannone/keyboard/termingo.go
25
- Copyright: 2012 termbox-go authors
26
- 2015 Emanuele Iannone
27
- License: 0BSD
28
-
29
- Files: vendor/github.com/eiannone/keyboard/*
30
- Copyright: 2012 termbox-go authors
31
- 2015 Emanuele Iannone
32
- License: MIT
33
-
34
- Files: vendor/github.com/inconshreveable/mousetrap/*
35
- Copyright: 2014 Alan Shreve
36
- License: Apache-2.0
37
-
38
- Files: vendor/github.com/konsorten/go-windows-terminal-sequences/*
39
- Copyright: 2018 marvin + konsorten GmbH <
[email protected] >
40
- License: MIT
41
-
42
- Files: vendor/github.com/ricochet2200/go-disk-usage/*
43
- Copyright: Unknown
44
- License: Unlicense
45
-
46
- Files: vendor/github.com/sirupsen/logrus/*
47
- Copyright: 2014 Simon Eskildsen
48
- License: MIT
49
-
50
- Files: vendor/github.com/spf13/cobra/*
51
- Copyright: 2013 Steve Francia
52
- License: Apache-2.0
53
-
54
- Files: vendor/github.com/spf13/pflag/*
55
- Copyright: 2012 Alex Ogier
56
- 2012 The Go Authors
57
- License: BSD-3-Clause
58
-
59
- Files: vendor/gitlab.com/mipimipi/go-utils/*
60
- Copyright: 2020 Michael Picht <
[email protected] >
61
- License: GPL-3.0-or-later
62
-
63
- Files: vendor/github.com/logrusorgru/aurora/*
64
- Copyright: 2016-2019 The Aurora Authors
65
- License: LicenseRef-MyLicense
66
-
67
- Files: vendor/golang.org/*
68
- Copyright: 2009 The Go Authors
69
- License: LicenseRef-MyLicense
70
-
71
- Files: vendor/gopkg.in/yaml.v2/*
72
- Copyright: 2011-2016 Canonical Ltd.
73
- License: Apache-2.0
74
-
75
- Files: vendor/gopkg.in/yaml.v2/apic.go
76
- vendor/gopkg.in/yaml.v2/emitterc.go
77
- vendor/gopkg.in/yaml.v2/parserc.go
78
- vendor/gopkg.in/yaml.v2/readerc.go
79
- vendor/gopkg.in/yaml.v2/scannerc.go
80
- vendor/gopkg.in/yaml.v2/writerc.go
81
- vendor/gopkg.in/yaml.v2/yamlh.go
82
- vendor/gopkg.in/yaml.v2/yamlprivateh.go
83
- Copyright: 2006 Kirill Simonov
84
- License: LicenseRef-MyLicense
0 commit comments