This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
66 lines (64 loc) · 3.25 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
module github.com/ProxeusApp/storage-app
go 1.13
require (
github.com/ProxeusApp/memcache v0.0.0-20180929082421-d57588e9767c
github.com/ProxeusApp/pgp v0.0.0-20181108103448-900acd1c2b92
github.com/ajg/form v0.0.0-20160802194845-cc2954064ec9 // indirect
github.com/aristanetworks/goarista v0.0.0-20181210134948-aa2a42e13be6 // indirect
github.com/asticode/go-astikit v0.2.0
github.com/asticode/go-astilectron v0.11.0
github.com/asticode/go-astilectron-bundler v0.3.0 // indirect
github.com/asticode/go-astilog v1.0.0
github.com/atotto/clipboard v0.1.1
github.com/boltdb/bolt v1.3.1
github.com/btcsuite/btcd v0.0.0-20181130015935-7d2daa5bfef2 // indirect
github.com/coreos/bbolt v1.3.1-etcd.8.0.20181208010242-22d122a8b910
github.com/coreos/go-semver v0.2.0
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/disintegration/imaging v1.6.0
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.9.10
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.1.0 // indirect
github.com/gorilla/sessions v1.1.3
github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/klauspost/compress v1.4.1 // indirect
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.8
github.com/moul/http2curl v1.0.0 // indirect
github.com/natefinch/lumberjack v0.0.0-20170531160350-a96e63847dc3
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/pkg/errors v0.8.1
github.com/rjeczalik/notify v0.9.3-0.20181126183243-629144ba06a1 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/sergi/go-diff v1.0.0 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.2.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.4.0
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v0.0.0-20171207120941-e5f51c11919d // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20180816142147-da425ebb7609 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v0.0.0-20170107030110-7b1b7adf999d // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
gopkg.in/gavv/httpexpect.v2 v2.0.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)