generated from moul/golang-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
depaware.txt
125 lines (124 loc) · 11.7 KB
/
depaware.txt
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
github.com/blaggacao/vicidial-go dependencies: (generated by github.com/tailscale/depaware)
github.com/CyCoreSystems/ari/v5 from github.com/CyCoreSystems/ari/v5/client/native+
github.com/CyCoreSystems/ari/v5/client/native from github.com/blaggacao/vicidial-go
github.com/CyCoreSystems/ari/v5/rid from github.com/CyCoreSystems/ari/v5/client/native
github.com/CyCoreSystems/ari/v5/stdbus from github.com/CyCoreSystems/ari/v5/client/native
github.com/ThreeDotsLabs/watermill from github.com/ThreeDotsLabs/watermill-sql/pkg/sql+
github.com/ThreeDotsLabs/watermill-sql/pkg/sql from github.com/blaggacao/vicidial-go
github.com/ThreeDotsLabs/watermill/internal from github.com/ThreeDotsLabs/watermill/message
github.com/ThreeDotsLabs/watermill/message from github.com/ThreeDotsLabs/watermill-sql/pkg/sql+
github.com/ThreeDotsLabs/watermill/message/router/middleware from github.com/blaggacao/vicidial-go
github.com/ThreeDotsLabs/watermill/message/router/plugin from github.com/blaggacao/vicidial-go
github.com/ThreeDotsLabs/watermill/pubsub/gochannel from github.com/blaggacao/vicidial-go
github.com/ThreeDotsLabs/watermill/pubsub/sync from github.com/ThreeDotsLabs/watermill/message
github.com/cenkalti/backoff/v3 from github.com/ThreeDotsLabs/watermill/message/router/middleware
github.com/go-sql-driver/mysql from github.com/blaggacao/vicidial-go
github.com/go-stack/stack from github.com/inconshreveable/log15
github.com/gogo/protobuf/gogoproto from github.com/CyCoreSystems/ari/v5
💣 github.com/gogo/protobuf/proto from github.com/CyCoreSystems/ari/v5+
github.com/gogo/protobuf/protoc-gen-gogo/descriptor from github.com/gogo/protobuf/gogoproto
github.com/gogo/protobuf/sortkeys from github.com/gogo/protobuf/types
github.com/gogo/protobuf/types from github.com/CyCoreSystems/ari/v5
github.com/google/uuid from github.com/ThreeDotsLabs/watermill+
github.com/hashicorp/errwrap from github.com/hashicorp/go-multierror
github.com/hashicorp/go-multierror from github.com/ThreeDotsLabs/watermill/message/router/middleware
github.com/inconshreveable/log15 from github.com/CyCoreSystems/ari/v5+
github.com/lithammer/shortuuid/v3 from github.com/ThreeDotsLabs/watermill+
💣 github.com/mattn/go-colorable from github.com/inconshreveable/log15
💣 github.com/mattn/go-isatty from github.com/inconshreveable/log15+
github.com/oklog/ulid from github.com/CyCoreSystems/ari/v5/rid+
github.com/pkg/errors from github.com/CyCoreSystems/ari/v5+
golang.org/x/crypto/chacha20 from golang.org/x/crypto/chacha20poly1305
golang.org/x/crypto/chacha20poly1305 from crypto/tls
golang.org/x/crypto/cryptobyte from crypto/ecdsa+
golang.org/x/crypto/cryptobyte/asn1 from crypto/ecdsa+
golang.org/x/crypto/curve25519 from crypto/tls
golang.org/x/crypto/hkdf from crypto/tls
golang.org/x/crypto/poly1305 from golang.org/x/crypto/chacha20poly1305
golang.org/x/net/dns/dnsmessage from net
golang.org/x/net/http/httpguts from net/http
golang.org/x/net/http/httpproxy from net/http
golang.org/x/net/http2/hpack from net/http
golang.org/x/net/idna from golang.org/x/net/http/httpguts+
D golang.org/x/net/route from net
golang.org/x/net/websocket from github.com/CyCoreSystems/ari/v5/client/native
golang.org/x/sys/cpu from golang.org/x/crypto/chacha20poly1305
L golang.org/x/sys/unix from github.com/mattn/go-isatty
golang.org/x/text/secure/bidirule from golang.org/x/net/idna
golang.org/x/text/transform from golang.org/x/text/secure/bidirule+
golang.org/x/text/unicode/bidi from golang.org/x/net/idna+
golang.org/x/text/unicode/norm from golang.org/x/net/idna
bufio from compress/flate+
bytes from bufio+
compress/flate from compress/gzip
compress/gzip from github.com/gogo/protobuf/protoc-gen-gogo/descriptor+
container/list from crypto/tls+
context from crypto/tls+
crypto from crypto/ecdsa+
crypto/aes from crypto/ecdsa+
crypto/cipher from crypto/aes+
crypto/des from crypto/tls+
crypto/dsa from crypto/x509
crypto/ecdsa from crypto/tls+
crypto/ed25519 from crypto/tls+
crypto/elliptic from crypto/ecdsa+
crypto/hmac from crypto/tls+
crypto/md5 from crypto/tls+
crypto/rand from crypto/ed25519+
crypto/rc4 from crypto/tls
crypto/rsa from crypto/tls+
crypto/sha1 from crypto/tls+
crypto/sha256 from crypto/tls+
crypto/sha512 from crypto/ecdsa+
crypto/subtle from crypto/aes+
crypto/tls from github.com/go-sql-driver/mysql+
crypto/x509 from crypto/tls+
crypto/x509/pkix from crypto/x509
database/sql from github.com/ThreeDotsLabs/watermill-sql/pkg/sql+
database/sql/driver from database/sql+
encoding from encoding/json+
encoding/asn1 from crypto/x509+
encoding/base64 from encoding/json+
encoding/binary from compress/gzip+
encoding/hex from crypto/x509+
encoding/json from github.com/CyCoreSystems/ari/v5+
encoding/pem from crypto/tls+
errors from bufio+
fmt from compress/flate+
hash from crypto+
hash/crc32 from compress/gzip
io from bufio+
io/ioutil from crypto/tls+
log from github.com/ThreeDotsLabs/watermill+
LD log/syslog from github.com/inconshreveable/log15
math from compress/flate+
math/big from crypto/dsa+
math/bits from compress/flate+
math/rand from github.com/ThreeDotsLabs/watermill/message/router/middleware+
mime from mime/multipart+
mime/multipart from net/http
mime/quotedprintable from mime/multipart
net from crypto/tls+
net/http from github.com/CyCoreSystems/ari/v5/client/native+
net/http/httptrace from net/http
net/http/internal from net/http
net/textproto from golang.org/x/net/http/httpguts+
net/url from crypto/x509+
os from crypto/rand+
os/signal from github.com/ThreeDotsLabs/watermill/message/router/plugin
path from github.com/pkg/errors+
path/filepath from crypto/x509+
reflect from crypto/x509+
regexp from github.com/ThreeDotsLabs/watermill-sql/pkg/sql
regexp/syntax from regexp
runtime/debug from github.com/ThreeDotsLabs/watermill/message+
sort from compress/flate+
strconv from compress/flate+
strings from bufio+
sync from compress/flate+
sync/atomic from context+
syscall from crypto/rand+
time from compress/gzip+
unicode from bytes+
unicode/utf16 from encoding/asn1+
unicode/utf8 from bufio+