forked from flyteorg/flytestdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflytestdlib.json
More file actions
26 lines (26 loc) · 912 Bytes
/
flytestdlib.json
File metadata and controls
26 lines (26 loc) · 912 Bytes
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
{
"version": "0.2.16",
"architecture": {
"32bit": {
"url": "https://github.com/lyft/flytestdlib/releases/download/v0.2.16/flytestdlib_0.2.16_Windows_i386.zip",
"bin": [
"pflags.exe"
],
"hash": "042389e9e0d08df89d771962b10ed193cd2834a8328d90f307a2acf3bbbb4094"
},
"64bit": {
"url": "https://github.com/lyft/flytestdlib/releases/download/v0.2.16/flytestdlib_0.2.16_Windows_x86_64.zip",
"bin": [
"pflags.exe"
],
"hash": "030581539f3e55c525bbf0157058701cfd7281ef0b40156c4b4049269bc0093b"
}
},
"homepage": "https://godoc.org/github.com/lyft/flytestdlib",
"license": "Apache-2.0",
"description": "Common Go utilities (Typed-Config, PFlags, Prometheus Metrics,... more).",
"persist": [
"data",
"config.toml"
]
}