dependabot-linguist 0.212.0 → 0.217.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +38 -2
- data/Gemfile.lock +100 -108
- data/Makefile +4 -2
- data/README.md +32 -4
- data/SECURITY.md +3 -2
- data/dependabot-linguist.gemspec +9 -7
- data/exe/dependabot-linguist +1 -1
- data/lib/dependabot/linguist/dependabot_file_validator.rb +43 -7
- data/lib/dependabot/linguist/dependabot_patch.rb +14 -2
- data/lib/dependabot/linguist/file_fetchers/bundler.rb +54 -0
- data/lib/dependabot/linguist/file_fetchers/git_submodules.rb +9 -7
- data/lib/dependabot/linguist/file_fetchers/go_modules.rb +2 -2
- data/lib/dependabot/linguist/language.rb +18 -14
- data/lib/dependabot/linguist/languages_to_ecosystems/contexts.rb +22 -21
- data/lib/dependabot/linguist/languages_to_ecosystems/languages.yaml +172 -21
- data/lib/dependabot/linguist/languages_to_ecosystems/manager_ecosystem_maps.rb +17 -17
- data/lib/dependabot/linguist/linguist_patch.rb +1 -1
- data/lib/dependabot/linguist/repository.rb +7 -2
- data/lib/dependabot/linguist/version.rb +1 -1
- metadata +17 -210
- data/lib/dependabot/linguist/file_fetchers/base.rb +0 -48
- data/smoke-test/README.md +0 -58
- data/smoke-test/bundler/Gemfile +0 -9
- data/smoke-test/bundler/Gemfile.lock +0 -47
- data/smoke-test/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/cargo/Cargo.lock +0 -90
- data/smoke-test/cargo/Cargo.toml +0 -8
- data/smoke-test/composer/composer.json +0 -5
- data/smoke-test/composer/composer.lock +0 -72
- data/smoke-test/composer/vendor/autoload.php +0 -7
- data/smoke-test/composer/vendor/composer/ClassLoader.php +0 -445
- data/smoke-test/composer/vendor/composer/LICENSE +0 -21
- data/smoke-test/composer/vendor/composer/autoload_classmap.php +0 -13
- data/smoke-test/composer/vendor/composer/autoload_namespaces.php +0 -9
- data/smoke-test/composer/vendor/composer/autoload_psr4.php +0 -9
- data/smoke-test/composer/vendor/composer/autoload_real.php +0 -55
- data/smoke-test/composer/vendor/composer/autoload_static.php +0 -23
- data/smoke-test/composer/vendor/composer/installed.json +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/.gitignore +0 -3
- data/smoke-test/composer/vendor/phpmailer/phpmailer/LICENSE +0 -504
- data/smoke-test/composer/vendor/phpmailer/phpmailer/README.md +0 -112
- data/smoke-test/composer/vendor/phpmailer/phpmailer/changelog.md +0 -530
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.phpmailer.php +0 -2758
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.pop3.php +0 -417
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.smtp.php +0 -1075
- data/smoke-test/composer/vendor/phpmailer/phpmailer/composer.json +0 -32
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Callback_function_notes.txt +0 -17
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/DomainKeys_notes.txt +0 -55
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt +0 -23
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/extending.html +0 -148
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/faq.html +0 -67
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/generatedocs.sh +0 -4
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/pop3_article.txt +0 -39
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/use_gmail.txt +0 -44
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/contents.html +0 -20
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer_mini.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/index.html +0 -50
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_db_smtp_basic.php +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_advanced.php +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_basic.php +0 -41
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_advanced.php +0 -39
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_basic.php +0 -49
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_advanced.php +0 -33
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_basic.php +0 -43
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced.php +0 -42
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced_no_auth.php +0 -36
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic.php +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic_no_auth.php +0 -53
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_advanced.php +0 -42
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_basic.php +0 -59
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/class.html2text.inc +0 -489
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/htmlfilter.php +0 -861
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/ntlm_sasl_client.php +0 -185
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-br.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-cz.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-dk.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-no.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-se.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/contents.html +0 -10
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/phpmailerTest.php +0 -1084
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test_callback.php +0 -84
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/testemail.php +0 -48
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/LGPLv3.txt +0 -165
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/contents.html +0 -14
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/aikido.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/bkgrnd.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/phpmailer.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/index.php +0 -427
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/clipboard.swf +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushBash.js +0 -59
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCSharp.js +0 -64
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCpp.js +0 -99
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCss.js +0 -93
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDelphi.js +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDiff.js +0 -43
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushGroovy.js +0 -69
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJScript.js +0 -51
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJava.js +0 -55
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPerl.js +0 -74
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPhp.js +0 -91
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPlain.js +0 -35
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPython.js +0 -56
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushRuby.js +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushScala.js +0 -53
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushSql.js +0 -68
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushVb.js +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushXml.js +0 -71
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shCore.js +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shLegacy.js +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shCore.js +0 -1949
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shLegacy.js +0 -172
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/help.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/magnifier.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_code.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_copy.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/printer.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shCore.css +0 -321
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDefault.css +0 -191
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDjango.css +0 -193
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeEmacs.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeFadeToGrey.css +0 -193
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeMidnight.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeRDark.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/wrapping.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/test.html +0 -46
- data/smoke-test/dependabot-file/no-config/.github/TARGET.yaml +0 -14
- data/smoke-test/dependabot-file/no-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/no-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/no-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/no-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/no-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/no-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/no-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/over-config/.github/TARGET.yaml +0 -17
- data/smoke-test/dependabot-file/over-config/.github/dependabot.yaml +0 -12
- data/smoke-test/dependabot-file/over-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/over-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/over-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/over-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/over-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/over-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/over-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/overer-config/.github/TARGET.yaml +0 -19
- data/smoke-test/dependabot-file/overer-config/.github/dependabot.yaml +0 -12
- data/smoke-test/dependabot-file/overer-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/overer-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/overer-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/overer-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/overer-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/overer-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/overer-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/partial-config/.github/TARGET.yaml +0 -17
- data/smoke-test/dependabot-file/partial-config/.github/dependabot.yaml +0 -7
- data/smoke-test/dependabot-file/partial-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/partial-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/partial-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/partial-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/partial-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/partial-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/partial-config/composer/composer.lock +0 -72
- data/smoke-test/docker/Dockerfile +0 -19
- data/smoke-test/elm/elm-package.json +0 -15
- data/smoke-test/elm/elm.json +0 -31
- data/smoke-test/github-actions/both/.github/workflows/this.yaml +0 -11
- data/smoke-test/github-actions/both/yaml/action.yml +0 -13
- data/smoke-test/github-actions/invalid/invalid_file.yaml +0 -0
- data/smoke-test/github-actions/workflow/.github/workflows/this.yaml +0 -11
- data/smoke-test/github-actions/yaml/action.yml +0 -13
- data/smoke-test/gitsubmodule/.gitmodules +0 -4
- data/smoke-test/gomod/go.mod +0 -16
- data/smoke-test/gomod/go.sum +0 -18
- data/smoke-test/gomod/gomain.go +0 -14
- data/smoke-test/gradle/.gitignore +0 -1
- data/smoke-test/gradle/build.gradle +0 -65
- data/smoke-test/maven/pom.xml +0 -65
- data/smoke-test/mix/mix.exs +0 -24
- data/smoke-test/mix/mix.lock +0 -5
- data/smoke-test/npm/package-lock.json +0 -166
- data/smoke-test/npm/package.json +0 -22
- data/smoke-test/npm/removed/package-lock.json +0 -44
- data/smoke-test/npm/removed/package.json +0 -15
- data/smoke-test/nuget/project.csproj +0 -14
- data/smoke-test/pip/pip/requirements.txt +0 -5
- data/smoke-test/pip/pip-compile/requirements.in +0 -2
- data/smoke-test/pip/pip-compile/requirements.txt +0 -16
- data/smoke-test/pip/pipenv/Pipfile +0 -13
- data/smoke-test/pip/pipenv/Pipfile.lock +0 -86
- data/smoke-test/pip/poetry/poetry.lock +0 -33
- data/smoke-test/pip/poetry/pyproject.toml +0 -18
- data/smoke-test/pub/pubspec.lock +0 -40
- data/smoke-test/pub/pubspec.yaml +0 -10
- data/smoke-test/terraform/main.tf +0 -143
@@ -1,90 +0,0 @@
|
|
1
|
-
[[package]]
|
2
|
-
name = "aho-corasick"
|
3
|
-
version = "0.3.4"
|
4
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5
|
-
dependencies = [
|
6
|
-
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
7
|
-
]
|
8
|
-
|
9
|
-
[[package]]
|
10
|
-
name = "dependabot"
|
11
|
-
version = "0.1.0"
|
12
|
-
dependencies = [
|
13
|
-
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
14
|
-
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
15
|
-
]
|
16
|
-
|
17
|
-
[[package]]
|
18
|
-
name = "kernel32-sys"
|
19
|
-
version = "0.2.2"
|
20
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
21
|
-
dependencies = [
|
22
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
23
|
-
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
24
|
-
]
|
25
|
-
|
26
|
-
[[package]]
|
27
|
-
name = "libc"
|
28
|
-
version = "0.2.40"
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
-
|
31
|
-
[[package]]
|
32
|
-
name = "memchr"
|
33
|
-
version = "0.1.11"
|
34
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
35
|
-
dependencies = [
|
36
|
-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
37
|
-
]
|
38
|
-
|
39
|
-
[[package]]
|
40
|
-
name = "redox_syscall"
|
41
|
-
version = "0.1.37"
|
42
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
43
|
-
|
44
|
-
[[package]]
|
45
|
-
name = "regex"
|
46
|
-
version = "0.1.41"
|
47
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
dependencies = [
|
49
|
-
"aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
50
|
-
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
51
|
-
"regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
52
|
-
]
|
53
|
-
|
54
|
-
[[package]]
|
55
|
-
name = "regex-syntax"
|
56
|
-
version = "0.2.6"
|
57
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
58
|
-
|
59
|
-
[[package]]
|
60
|
-
name = "time"
|
61
|
-
version = "0.1.38"
|
62
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
dependencies = [
|
64
|
-
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
65
|
-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
66
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
67
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
68
|
-
]
|
69
|
-
|
70
|
-
[[package]]
|
71
|
-
name = "winapi"
|
72
|
-
version = "0.2.8"
|
73
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74
|
-
|
75
|
-
[[package]]
|
76
|
-
name = "winapi-build"
|
77
|
-
version = "0.1.1"
|
78
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
79
|
-
|
80
|
-
[metadata]
|
81
|
-
"checksum aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f5314d38125dc9b9ca99ed19a516eb19feac7bf8b22b5b32993c971bf8cb2a4d"
|
82
|
-
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
83
|
-
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
|
84
|
-
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
85
|
-
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
86
|
-
"checksum regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "4499ef755e709fbfe334ecbc3206537e84952ead5347791b0f54c2b75fe63a28"
|
87
|
-
"checksum regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a21935ce5a4dfa48e3ded1aefbbe353fb9ab258b0d3fa0bd168bef00797b3dc7"
|
88
|
-
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
89
|
-
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
90
|
-
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
@@ -1,72 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_readme": [
|
3
|
-
"This file locks the dependencies of your project to a known state",
|
4
|
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5
|
-
"This file is @generated automatically"
|
6
|
-
],
|
7
|
-
"content-hash": "d9618a62db23d0cc400a40547ca61955",
|
8
|
-
"packages": [
|
9
|
-
{
|
10
|
-
"name": "phpmailer/phpmailer",
|
11
|
-
"version": "v5.2.2",
|
12
|
-
"source": {
|
13
|
-
"type": "git",
|
14
|
-
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
15
|
-
"reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1"
|
16
|
-
},
|
17
|
-
"dist": {
|
18
|
-
"type": "zip",
|
19
|
-
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
|
20
|
-
"reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
|
21
|
-
"shasum": ""
|
22
|
-
},
|
23
|
-
"require": {
|
24
|
-
"php": ">=5.0.0"
|
25
|
-
},
|
26
|
-
"require-dev": {
|
27
|
-
"phpdocumentor/phpdocumentor": "*",
|
28
|
-
"phpunit/phpunit": "*"
|
29
|
-
},
|
30
|
-
"type": "library",
|
31
|
-
"autoload": {
|
32
|
-
"classmap": [
|
33
|
-
"class.phpmailer.php",
|
34
|
-
"class.pop3.php",
|
35
|
-
"class.smtp.php"
|
36
|
-
]
|
37
|
-
},
|
38
|
-
"notification-url": "https://packagist.org/downloads/",
|
39
|
-
"license": [
|
40
|
-
"LGPL-2.1"
|
41
|
-
],
|
42
|
-
"authors": [
|
43
|
-
{
|
44
|
-
"name": "Jim Jagielski",
|
45
|
-
"email": "jimjag@gmail.com"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"name": "Marcus Bointon",
|
49
|
-
"email": "phpmailer@synchromedia.co.uk"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"name": "Andy Prevost",
|
53
|
-
"email": "codeworxtech@users.sourceforge.net"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"name": "Brent R. Matzelle"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
60
|
-
"time": "2012-12-04T11:15:39+00:00"
|
61
|
-
}
|
62
|
-
],
|
63
|
-
"packages-dev": [],
|
64
|
-
"aliases": [],
|
65
|
-
"minimum-stability": "stable",
|
66
|
-
"stability-flags": [],
|
67
|
-
"prefer-stable": false,
|
68
|
-
"prefer-lowest": false,
|
69
|
-
"platform": [],
|
70
|
-
"platform-dev": [],
|
71
|
-
"plugin-api-version": "1.1.0"
|
72
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
FROM ubuntu:17.04
|
2
|
-
|
3
|
-
### SYSTEM DEPENDENCIES
|
4
|
-
|
5
|
-
RUN apt-get update \
|
6
|
-
&& apt-get upgrade -y \
|
7
|
-
&& apt-get install -y --no-install-recommends \
|
8
|
-
build-essential \
|
9
|
-
dirmngr \
|
10
|
-
git \
|
11
|
-
|
12
|
-
|
13
|
-
### RUBY
|
14
|
-
|
15
|
-
# Install Ruby 2.4
|
16
|
-
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C3173AA6 \
|
17
|
-
&& echo "deb http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu zesty main" > /etc/apt/sources.list.d/brightbox.list \
|
18
|
-
&& apt-get update
|
19
|
-
RUN apt-get install -y ruby2.4 ruby2.4-dev
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version": "1.0.0",
|
3
|
-
"summary": "helpful summary of your project, less than 80 characters",
|
4
|
-
"repository": "https://github.com/user/project.git",
|
5
|
-
"license": "BSD3",
|
6
|
-
"source-directories": [
|
7
|
-
"."
|
8
|
-
],
|
9
|
-
"exposed-modules": [],
|
10
|
-
"dependencies": {
|
11
|
-
"rtfeldman/elm-css": "13.1.1 <= v <= 13.1.1",
|
12
|
-
"NoRedInk/datetimepicker": "3.0.1 <= v <= 3.0.1"
|
13
|
-
},
|
14
|
-
"elm-version": "0.18.0 <= v < 0.19.0"
|
15
|
-
}
|
data/smoke-test/elm/elm.json
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"type": "application",
|
3
|
-
"source-directories": [
|
4
|
-
"src/frontend"
|
5
|
-
],
|
6
|
-
"elm-version": "0.19.0",
|
7
|
-
"dependencies": {
|
8
|
-
"direct": {
|
9
|
-
"elm/browser": "1.0.0",
|
10
|
-
"elm/core": "1.0.0",
|
11
|
-
"elm/html": "1.0.0",
|
12
|
-
"elm/http": "1.0.0",
|
13
|
-
"elm/json": "1.0.0",
|
14
|
-
"elm/project-metadata-utils": "1.0.0",
|
15
|
-
"elm/svg": "1.0.0",
|
16
|
-
"elm/url": "1.0.0",
|
17
|
-
"elm-explorations/markdown": "1.0.0"
|
18
|
-
},
|
19
|
-
"indirect": {
|
20
|
-
"elm/parser": "1.0.0",
|
21
|
-
"elm/time": "1.0.0",
|
22
|
-
"elm/virtual-dom": "1.0.0"
|
23
|
-
}
|
24
|
-
},
|
25
|
-
"test-dependencies": {
|
26
|
-
"direct": {
|
27
|
-
"elm/regex": "1.0.0"
|
28
|
-
},
|
29
|
-
"indirect": {}
|
30
|
-
}
|
31
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
name: Body moving
|
2
|
-
on: workflow_dispatch
|
3
|
-
|
4
|
-
permissions:
|
5
|
-
contents: read
|
6
|
-
|
7
|
-
jobs:
|
8
|
-
body-moving:
|
9
|
-
name: We be body moving
|
10
|
-
runs-on: ubuntu-latest
|
11
|
-
steps:
|
12
|
-
- name: Check out code
|
13
|
-
uses: actions/checkout@01aecccf739ca6ff86c0539fbc67a7a5007bbc81
|
File without changes
|
@@ -1,13 +0,0 @@
|
|
1
|
-
name: Body moving
|
2
|
-
on: workflow_dispatch
|
3
|
-
|
4
|
-
permissions:
|
5
|
-
contents: read
|
6
|
-
|
7
|
-
jobs:
|
8
|
-
body-moving:
|
9
|
-
name: We be body moving
|
10
|
-
runs-on: ubuntu-latest
|
11
|
-
steps:
|
12
|
-
- name: Check out code
|
13
|
-
uses: actions/checkout@01aecccf739ca6ff86c0539fbc67a7a5007bbc81
|
data/smoke-test/gomod/go.mod
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
module github.com/dependabot/vgotest
|
2
|
-
|
3
|
-
go 1.12
|
4
|
-
|
5
|
-
require (
|
6
|
-
github.com/fatih/color v1.7.0
|
7
|
-
github.com/inconshreveable/mousetrap v0.0.0-20141017200713-76626ae9c91c
|
8
|
-
github.com/mattn/go-colorable v0.0.9 // indirect
|
9
|
-
github.com/mattn/go-isatty v0.0.4 // indirect
|
10
|
-
golang.org/x/crypto v0.0.0-20180617042118-027cca12c2d6
|
11
|
-
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
|
12
|
-
rsc.io/qr v0.1.0
|
13
|
-
rsc.io/quote v1.4.0
|
14
|
-
)
|
15
|
-
|
16
|
-
replace rsc.io/qr => github.com/rsc/qr v0.2.0
|
data/smoke-test/gomod/go.sum
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
|
2
|
-
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
|
3
|
-
github.com/inconshreveable/mousetrap v0.0.0-20141017200713-76626ae9c91c h1:Ur2o+2uZgGSejDFvjNQwiKVey0RCq6PjxK+WIDeRik8=
|
4
|
-
github.com/inconshreveable/mousetrap v0.0.0-20141017200713-76626ae9c91c/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
|
5
|
-
github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=
|
6
|
-
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
7
|
-
github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=
|
8
|
-
github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
|
9
|
-
github.com/rsc/qr v0.2.0 h1:tH61+huiZvu+hXL1VUovAu2AnhdG4eJQk2+on3XsDBQ=
|
10
|
-
github.com/rsc/qr v0.2.0/go.mod h1:IF+uZjkb9fqyeF/4tlBoynqmQxUoPfWEKh921coOuXs=
|
11
|
-
golang.org/x/crypto v0.0.0-20180617042118-027cca12c2d6 h1:Y9MTpro8EV2sz/pZRxSgNsvSfMXLmIHhQO4BGv2My/Q=
|
12
|
-
golang.org/x/crypto v0.0.0-20180617042118-027cca12c2d6/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
|
13
|
-
golang.org/x/sys v0.0.0-20220731174439-a90be440212d h1:Sv5ogFZatcgIMMtBSTTAgMYsicp25MXBubjXNDKwm80=
|
14
|
-
golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
15
|
-
rsc.io/quote v1.4.0 h1:tYuJspOzwTRMUOX6qmSDRTEKFVV80GM0/l89OLZuVNg=
|
16
|
-
rsc.io/quote v1.4.0/go.mod h1:S2vMDfxMfk+OGQ7xf1uNqJCSuSPCW5QC127LHYfOJmQ=
|
17
|
-
rsc.io/sampler v1.0.0 h1:CZX0Ury6np11Lwls9Jja2rFf3YrNPeUPAWiEVrJ0u/4=
|
18
|
-
rsc.io/sampler v1.0.0/go.mod h1:cqxpM3ZVz9VtirqxZPmrWzkQ+UkiNiGtkrN+B+i8kx8=
|
data/smoke-test/gomod/gomain.go
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
package main
|
2
|
-
|
3
|
-
// When go tidy runs it checks the import statements in the project
|
4
|
-
// to see what is actually used. Thus, for sufficient testing we must
|
5
|
-
// have a main that imports the direct dependencies.
|
6
|
-
import (
|
7
|
-
_ "github.com/fatih/color"
|
8
|
-
_ "github.com/inconshreveable/mousetrap"
|
9
|
-
_ "golang.org/x/crypto/cryptobyte"
|
10
|
-
_ "rsc.io/qr"
|
11
|
-
_ "rsc.io/quote"
|
12
|
-
)
|
13
|
-
|
14
|
-
func main() {}
|
@@ -1 +0,0 @@
|
|
1
|
-
.gradle
|
@@ -1,65 +0,0 @@
|
|
1
|
-
group 'me.minidigger'
|
2
|
-
|
3
|
-
apply plugin: 'com.github.johnrengelman.shadow'
|
4
|
-
|
5
|
-
task copyToServer(type: Copy) {
|
6
|
-
from shadowJar
|
7
|
-
into testServerFolder
|
8
|
-
}
|
9
|
-
|
10
|
-
shadowJar {
|
11
|
-
mergeServiceFiles()
|
12
|
-
configurations = [project.configurations.compile]
|
13
|
-
|
14
|
-
//relocate 'org.bstats', 'com.voxelgameslib.voxelgameslib.metrics' TODO relocate bstats
|
15
|
-
|
16
|
-
manifest {
|
17
|
-
attributes 'Implementation-Version': project.version + "@" + revision
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
def devNull = new OutputStream() {
|
22
|
-
@Override
|
23
|
-
public void write(int b) {}
|
24
|
-
}
|
25
|
-
|
26
|
-
|
27
|
-
build.dependsOn shadowJar
|
28
|
-
|
29
|
-
dependencies {
|
30
|
-
compile project(":ChatMenuAPI")
|
31
|
-
|
32
|
-
// Some details about 'co.aikar:acf-paper', version: '0.5.0-SNAPSHOT'
|
33
|
-
compile group: 'co.aikar', name: 'acf-paper', version: '0.5.0-SNAPSHOT', changing: true
|
34
|
-
compile group: 'com.google.inject', name: 'guice', version: '4.2.0'
|
35
|
-
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
36
|
-
compile group: 'de.davidbilge', name: 'jskill', version: '1.1-SNAPSHOT'
|
37
|
-
compile group: 'net.kyori', name: 'text', version: '1.12-1.4.0'
|
38
|
-
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.11.0.201803080745-r'
|
39
|
-
compile group: 'org.hibernate', name: 'hibernate-core', version: '5.3.0.CR1'
|
40
|
-
|
41
|
-
compile(group: 'org.inventivetalent', name: 'menubuilder', version: '1.0.2') {
|
42
|
-
exclude group: 'org.bukkit'
|
43
|
-
}
|
44
|
-
compile(group: 'org.mineskin', name: 'java-client', version: '1.0.1-SNAPSHOT') {
|
45
|
-
exclude group: 'junit'
|
46
|
-
}
|
47
|
-
}
|
48
|
-
|
49
|
-
task createPom() {
|
50
|
-
pom {
|
51
|
-
project {
|
52
|
-
groupId 'com.voxelgameslib'
|
53
|
-
artifactId 'dependencies'
|
54
|
-
version version
|
55
|
-
}
|
56
|
-
}.writeTo("pom.xml")
|
57
|
-
}
|
58
|
-
|
59
|
-
task debugApp(type: JavaExec, dependsOn: distBin) {
|
60
|
-
workingDir = 'dist-bin'
|
61
|
-
classpath = (fileTree(dir: 'dist-bin', includes:['eclipsito.jar']) + files('dist-bin'))
|
62
|
-
main = 'org.bardsoftware.eclipsito.Boot'
|
63
|
-
args '-app','net.sourceforge.ganttproject.GanttProject','-plugins-dir',"plugins-${semver}"
|
64
|
-
jvmArgs '-agentlib:jdwp=transport=dt_socket,address=localhost:9009,server=y,suspend=y'
|
65
|
-
}
|
data/smoke-test/maven/pom.xml
DELETED
@@ -1,65 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3
|
-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
4
|
-
<modelVersion>4.0.0</modelVersion>
|
5
|
-
|
6
|
-
<groupId>com.dependabot</groupId>
|
7
|
-
<artifactId>pom-with-parent</artifactId>
|
8
|
-
<version>0.0.1-RELEASE</version>
|
9
|
-
<name>Dependabot POM that inherits from parent POM</name>
|
10
|
-
<packaging>jar</packaging>
|
11
|
-
|
12
|
-
<parent>
|
13
|
-
<groupId>org.springframework.boot</groupId>
|
14
|
-
<artifactId>spring-boot-starter-parent</artifactId>
|
15
|
-
<version>1.5.9.RELEASE</version>
|
16
|
-
<relativePath /> <!-- lookup parent from repository -->
|
17
|
-
</parent>
|
18
|
-
|
19
|
-
<properties>
|
20
|
-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
21
|
-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
22
|
-
<java.version>1.8</java.version>
|
23
|
-
</properties>
|
24
|
-
|
25
|
-
<dependencies>
|
26
|
-
<!-- Web -->
|
27
|
-
<dependency>
|
28
|
-
<groupId>org.springframework.boot</groupId>
|
29
|
-
<artifactId>spring-boot-starter-web</artifactId>
|
30
|
-
</dependency>
|
31
|
-
|
32
|
-
<!-- Persistence -->
|
33
|
-
<dependency>
|
34
|
-
<groupId>mysql</groupId>
|
35
|
-
<artifactId>mysql-connector-java</artifactId>
|
36
|
-
</dependency>
|
37
|
-
<dependency>
|
38
|
-
<groupId>org.hibernate</groupId>
|
39
|
-
<artifactId>hibernate-java8</artifactId>
|
40
|
-
</dependency>
|
41
|
-
<dependency>
|
42
|
-
<groupId>org.springframework.boot</groupId>
|
43
|
-
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
44
|
-
</dependency>
|
45
|
-
|
46
|
-
<!-- Test -->
|
47
|
-
<dependency>
|
48
|
-
<groupId>org.springframework.boot</groupId>
|
49
|
-
<artifactId>spring-boot-starter-test</artifactId>
|
50
|
-
<scope>test</scope>
|
51
|
-
</dependency>
|
52
|
-
|
53
|
-
<!-- Ops -->
|
54
|
-
<dependency>
|
55
|
-
<groupId>org.springframework.boot</groupId>
|
56
|
-
<artifactId>spring-boot-starter-actuator</artifactId>
|
57
|
-
</dependency>
|
58
|
-
|
59
|
-
<dependency>
|
60
|
-
<groupId>org.springframework.boot</groupId>
|
61
|
-
<artifactId>spring-boot-configuration-processor</artifactId>
|
62
|
-
<optional>true</optional>
|
63
|
-
</dependency>
|
64
|
-
</dependencies>
|
65
|
-
</project>
|
data/smoke-test/mix/mix.exs
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
defmodule DependabotTest.Mixfile do
|
2
|
-
use Mix.Project
|
3
|
-
|
4
|
-
def project do
|
5
|
-
[
|
6
|
-
app: :dependabot_test,
|
7
|
-
version: "0.1.0",
|
8
|
-
elixir: "~> 1.5",
|
9
|
-
start_permanent: Mix.env == :prod,
|
10
|
-
deps: deps()
|
11
|
-
]
|
12
|
-
end
|
13
|
-
|
14
|
-
def application do
|
15
|
-
[extra_applications: [:logger]]
|
16
|
-
end
|
17
|
-
|
18
|
-
defp deps do
|
19
|
-
[
|
20
|
-
{:plug, "1.3.0"},
|
21
|
-
{:phoenix, "== 1.2.1"}
|
22
|
-
]
|
23
|
-
end
|
24
|
-
end
|
data/smoke-test/mix/mix.lock
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
%{"mime": {:hex, :mime, "1.2.0", "78adaa84832b3680de06f88f0997e3ead3b451a440d183d688085be2d709b534", [], [], "hexpm"},
|
2
|
-
"phoenix": {:hex, :phoenix, "1.2.1", "6dc592249ab73c67575769765b66ad164ad25d83defa3492dc6ae269bd2a68ab", [], [{:cowboy, "~> 1.0", [hex: :cowboy, repo: "hexpm", optional: true]}, {:phoenix_pubsub, "~> 1.0", [hex: :phoenix_pubsub, repo: "hexpm", optional: false]}, {:plug, "~> 1.1", [hex: :plug, repo: "hexpm", optional: false]}, {:poison, "~> 1.5 or ~> 2.0", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm"},
|
3
|
-
"phoenix_pubsub": {:hex, :phoenix_pubsub, "1.0.2", "bfa7fd52788b5eaa09cb51ff9fcad1d9edfeb68251add458523f839392f034c1", [], [], "hexpm"},
|
4
|
-
"plug": {:hex, :plug, "1.3.0", "6e2b01afc5db3fd011ca4a16efd9cb424528c157c30a44a0186bcc92c7b2e8f3", [], [{:cowboy, "~> 1.0.1 or ~> 1.1", [hex: :cowboy, repo: "hexpm", optional: true]}, {:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}], "hexpm"},
|
5
|
-
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [], [], "hexpm"}}
|