forked from vwxyzjn/portwarden
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (24 loc) · 912 Bytes
/
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
module github.com/Sierra1011/portwarden
go 1.14
require (
github.com/RichardKnop/machinery v1.10.6
github.com/davecgh/go-spew v1.1.1
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/frankban/quicktest v1.14.3 // indirect
github.com/gin-gonic/gin v1.10.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/imdario/mergo v0.3.13
github.com/mholt/archiver v3.1.1+incompatible
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.20.2 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/tidwall/pretty v1.2.0
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.36.0
golang.org/x/net v0.35.0
golang.org/x/oauth2 v0.28.0
google.golang.org/api v0.214.0
gopkg.in/urfave/cli.v1 v1.20.0
)