-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 706 Bytes
/
Copy pathgo.mod
File metadata and controls
18 lines (16 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/millerlogic/smallprox
go 1.12
require (
github.com/andybalholm/brotli v0.0.0-20190821151343-b60f0d972eeb
github.com/chai2010/webp v1.1.0
github.com/disintegration/imaging v1.6.0
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
github.com/tdewolff/parse v2.3.4+incompatible
github.com/tdewolff/test v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181201043747-70daafe5d78a
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/exp/errors v0.0.0-20190731235908-ec7cb31e5a56
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)