-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsally.yaml
More file actions
62 lines (60 loc) · 2.28 KB
/
sally.yaml
File metadata and controls
62 lines (60 loc) · 2.28 KB
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
---
url: go.uber.org
packages:
atomic:
repo: github.com/uber-go/atomic
description: Wrapper types for sync/atomic enforcing atomic access.
automaxprocs:
repo: github.com/uber-go/automaxprocs
description: Library for auto-setting GOMAXPROCS to match Linux container CPU quota.
cadence:
repo: github.com/uber-go/cadence-client
description: Go client for the Cadence workflow orchestration engine.
config:
repo: github.com/uber-go/config
description: Configuration library for Go applications.
cff:
repo: github.com/uber-go/cff
description: Concurrency toolkit for Go.
dig:
repo: github.com/uber-go/dig
description: A reflection based dependency injection library for Go.
fx:
repo: github.com/uber-go/fx
description: A dependency injection based application framework for Go.
goleak:
repo: github.com/uber-go/goleak
description: A goroutine leak detection library.
mock:
repo: github.com/uber/mock
description: A mocking framework for Go. Maintained fork of golang/mock.
multierr:
repo: github.com/uber-go/multierr
description: A library for combining one or more Go errors together.
net/metrics:
repo: github.com/yarpc/metrics
description: Fast metrics compatible with Prometheus, StatsD, and M3.
protoidl:
repo: github.com/uber-go/protoidl
ratelimit:
repo: github.com/uber-go/ratelimit
description: A Go blocking leaky-bucket rate limit implementation.
sally:
repo: github.com/uber-go/sally
description: A tiny HTTP server for supporting custom Golang import paths.
thriftrw:
repo: github.com/thriftrw/thriftrw-go
description: A Thrift encoding code generator and library for Go.
tools:
repo: github.com/uber-go/tools
torch:
repo: github.com/uber/go-torch
yarpc:
repo: github.com/yarpc/yarpc-go
description: A message passing platform for Go.
zap:
repo: github.com/uber-go/zap
description: Blazing fast, structured, leveled logging in Go.
nilaway:
repo: github.com/uber-go/nilaway
description: A static analysis tool for detecting potential nil panics in Go.