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