@@ -8,62 +8,65 @@ require (
8
8
github.com/algorand/go-deadlock v0.2.2
9
9
github.com/algorand/go-sumhash v0.1.0
10
10
github.com/algorand/graphtrace v0.1.0
11
- github.com/algorand/msgp v1.1.50
11
+ github.com/algorand/msgp v1.1.51
12
12
github.com/algorand/oapi-codegen v1.3.7
13
13
github.com/algorand/websocket v1.4.5
14
14
github.com/aws/aws-sdk-go v1.16.5
15
15
github.com/chrismcguire/gobberish v0.0.0-20150821175641-1d8adb509a0e
16
- github.com/cpuguy83/go-md2man v1.0.8 // indirect
17
- github.com/davecgh/go-spew v1.1.1 // indirect
18
16
github.com/davidlazar/go-crypto v0.0.0-20170701192655-dcfb0a7ac018
19
17
github.com/dchest/siphash v1.2.1
20
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
21
18
github.com/fatih/color v1.7.0
22
- github.com/fortytw2/leaktest v1.3.0 // indirect
23
19
github.com/gen2brain/beeep v0.0.0-20180718162406-4e430518395f
24
20
github.com/getkin/kin-openapi v0.22.0
25
- github.com/ghodss/yaml v1.0.0 // indirect
26
- github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect
27
21
github.com/gofrs/flock v0.7.0
28
22
github.com/google/go-querystring v1.0.0
23
+ github.com/gorilla/mux v1.6.2
24
+ github.com/jmoiron/sqlx v1.2.0
25
+ github.com/karalabe/usb v0.0.2
26
+ github.com/labstack/echo/v4 v4.1.17
27
+ github.com/mattn/go-sqlite3 v1.10.0
28
+ github.com/miekg/dns v1.1.27
29
+ github.com/olivere/elastic v6.2.14+incompatible
30
+ github.com/sirupsen/logrus v1.8.1
31
+ github.com/spf13/cobra v0.0.3
32
+ github.com/stretchr/testify v1.7.1
33
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
34
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
35
+ golang.org/x/text v0.3.7
36
+ gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009
37
+ )
38
+
39
+ require (
40
+ github.com/cpuguy83/go-md2man v1.0.8 // indirect
41
+ github.com/davecgh/go-spew v1.1.1 // indirect
42
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
43
+ github.com/fortytw2/leaktest v1.3.0 // indirect
44
+ github.com/ghodss/yaml v1.0.0 // indirect
45
+ github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect
29
46
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
30
47
github.com/gopherjs/gopherwasm v1.0.1 // indirect
31
48
github.com/gorilla/context v1.1.1 // indirect
32
- github.com/gorilla/mux v1.6.2
33
49
github.com/inconshreveable/mousetrap v1.0.0 // indirect
34
50
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
35
- github.com/jmoiron/sqlx v1.2.0
36
51
github.com/josharian/intern v1.0.0 // indirect
37
- github.com/karalabe/usb v0.0.2
38
- github.com/labstack/echo/v4 v4.1.17
39
52
github.com/labstack/gommon v0.3.0 // indirect
40
53
github.com/mailru/easyjson v0.7.7 // indirect
41
54
github.com/mattn/go-colorable v0.1.7 // indirect
42
55
github.com/mattn/go-isatty v0.0.12 // indirect
43
- github.com/mattn/go-sqlite3 v1.10.0
44
- github.com/miekg/dns v1.1.27
45
56
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
46
57
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
47
- github.com/olivere/elastic v6.2.14+incompatible
48
58
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
49
59
github.com/pkg/errors v0.9.1 // indirect
50
60
github.com/pmezard/go-difflib v1.0.0 // indirect
51
61
github.com/russross/blackfriday v1.5.2 // indirect
52
- github.com/sirupsen/logrus v1.8.1
53
- github.com/spf13/cobra v0.0.3
54
62
github.com/spf13/pflag v1.0.5 // indirect
55
- github.com/stretchr/testify v1.7.1
56
63
github.com/valyala/bytebufferpool v1.0.0 // indirect
57
64
github.com/valyala/fasttemplate v1.2.1 // indirect
58
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
59
65
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
60
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
61
66
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
62
- golang.org/x/text v0.3.7
63
67
google.golang.org/appengine v1.6.7 // indirect
64
68
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
65
- gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009
66
69
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
67
70
gopkg.in/yaml.v2 v2.3.0 // indirect
68
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
71
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
69
72
)
0 commit comments