-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (27 loc) · 1.01 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
module github.com/mvrilo/torresmo
go 1.16
require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
github.com/DeanThompson/ginpprof v0.0.0-20201112072838-007b1e56b2e1
github.com/anacrolix/log v0.9.0
github.com/anacrolix/torrent v1.33.0
github.com/evanw/esbuild v0.14.39
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.0
github.com/go-playground/validator/v10 v10.4.1
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.0.4
github.com/goreleaser/goreleaser v0.168.1
github.com/hashicorp/mdns v1.0.4
github.com/json-iterator/go v1.1.10
github.com/leodido/go-urn v1.2.1 // indirect
github.com/pkg/errors v0.9.1
github.com/progrium/macdriver v0.1.1-0.20210810004033-5a0f96a43b1d
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.1.3
github.com/ugorji/go v1.2.4 // indirect
go.uber.org/zap v1.16.0
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
honnef.co/go/tools v0.3.2
)