-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
69 lines (65 loc) · 2.6 KB
/
go.mod
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
module github.com/teleclimber/DropServer
go 1.21
require (
code.dny.dev/ssrf v0.2.0
github.com/Storytel/gomock-matchers v1.3.0
github.com/blang/semver/v4 v4.0.0
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
github.com/caddyserver/certmagic v0.17.2
github.com/cbroglie/mustache v1.4.0
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/fsnotify/fsnotify v1.6.0
github.com/github/go-spdx/v2 v2.1.2
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/docgen v1.2.0
github.com/go-playground/validator/v10 v10.14.1
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/jmoiron/sqlx v1.3.5
github.com/kettek/apng v0.0.0-20220823221153-ff692776a607
github.com/mattn/go-sqlite3 v1.14.16
github.com/mazznoer/csscolorparser v0.1.3
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/otiai10/copy v1.9.0
github.com/prometheus/client_golang v1.14.0
github.com/rivo/uniseg v0.4.4
github.com/soongo/path-to-regexp v1.6.4
github.com/teleclimber/twine-go v0.1.2
golang.org/x/crypto v0.23.0
golang.org/x/image v0.15.0
golang.org/x/sys v0.20.0
gopkg.in/validator.v2 v2.0.1
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/libdns/libdns v0.2.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mholt/acmez v1.1.0 // indirect
github.com/miekg/dns v1.1.51 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.41.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)
// replace github.com/teleclimber/twine-go => ../twine-go