Skip to content

Commit a60171e

Browse files
committed
chore: dependency updates
1 parent ba45f05 commit a60171e

File tree

2 files changed

+327
-79
lines changed

2 files changed

+327
-79
lines changed

go.mod

+38-22
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,58 @@ module github.com/danielgtaylor/restish
33
go 1.14
44

55
require (
6-
github.com/AlecAivazis/survey/v2 v2.0.7
7-
github.com/alecthomas/chroma v0.7.4-0.20200514040646-406571713633
8-
github.com/amzn/ion-go v0.0.0-20200702230033-56af65edae2f
9-
github.com/andybalholm/brotli v1.0.0
6+
github.com/AlecAivazis/survey/v2 v2.2.7
7+
github.com/Netflix/go-expect v0.0.0-20201125194554-85d881c3777e // indirect
8+
github.com/alecthomas/chroma v0.8.2
9+
github.com/alecthomas/repr v0.0.0-20201120212035-bb82daffcca2 // indirect
10+
github.com/amzn/ion-go v1.1.0
11+
github.com/andybalholm/brotli v1.0.1
12+
github.com/creack/pty v1.1.11 // indirect
1013
github.com/danielgtaylor/go-jmespath-plus v0.0.0-20200228063638-e0b6f132acba
11-
github.com/danielgtaylor/openapi-cli-generator v0.0.0-20200228065623-fa97dc37f943
14+
github.com/danielgtaylor/openapi-cli-generator v0.0.0-20200904035210-47cad525a9e0
15+
github.com/dlclark/regexp2 v1.4.0 // indirect
1216
github.com/eliukblau/pixterm v1.3.1
1317
github.com/fsnotify/fsnotify v1.4.9 // indirect
1418
github.com/fxamacker/cbor/v2 v2.2.0
1519
github.com/gbl08ma/httpcache v1.0.2
16-
github.com/getkin/kin-openapi v0.15.0
17-
github.com/golang/protobuf v1.4.2 // indirect
20+
github.com/getkin/kin-openapi v0.33.0
21+
github.com/go-openapi/swag v0.19.12 // indirect
22+
github.com/golang/protobuf v1.4.3 // indirect
23+
github.com/google/go-cmp v0.5.4 // indirect
24+
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
1825
github.com/gosimple/slug v1.9.0
19-
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
26+
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
27+
github.com/iancoleman/strcase v0.1.2
28+
github.com/kr/pty v1.1.8 // indirect
2029
github.com/logrusorgru/aurora v2.0.3+incompatible
21-
github.com/mattn/go-colorable v0.1.7
30+
github.com/magiconair/properties v1.8.4 // indirect
31+
github.com/mattn/go-colorable v0.1.8
2232
github.com/mattn/go-isatty v0.0.12
23-
github.com/mitchellh/mapstructure v1.3.2
24-
github.com/pelletier/go-toml v1.8.0 // indirect
33+
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
34+
github.com/mitchellh/mapstructure v1.4.0
35+
github.com/pelletier/go-toml v1.8.1 // indirect
2536
github.com/shamaton/msgpack v1.1.1
26-
github.com/spf13/afero v1.3.1 // indirect
37+
github.com/smartystreets/assertions v1.2.0 // indirect
38+
github.com/spf13/afero v1.5.1 // indirect
2739
github.com/spf13/cast v1.3.1 // indirect
28-
github.com/spf13/cobra v1.0.0
40+
github.com/spf13/cobra v1.1.1
2941
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3042
github.com/spf13/pflag v1.0.5
31-
github.com/spf13/viper v1.7.0
43+
github.com/spf13/viper v1.7.1
3244
github.com/stretchr/testify v1.6.1
3345
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9
3446
github.com/twpayne/httpcache v1.0.0 // indirect
35-
golang.org/x/crypto v0.0.0-20200707235045-ab33eee955e0
36-
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
37-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
38-
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
39-
google.golang.org/appengine v1.6.6 // indirect
40-
gopkg.in/h2non/gock.v1 v1.0.15
41-
gopkg.in/ini.v1 v1.57.0 // indirect
42-
gopkg.in/yaml.v2 v2.3.0
47+
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
48+
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
49+
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
50+
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
51+
golang.org/x/sys v0.0.0-20201221093633-bc327ba9c2f0 // indirect
52+
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
53+
golang.org/x/text v0.3.4 // indirect
54+
google.golang.org/appengine v1.6.7 // indirect
55+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
56+
gopkg.in/h2non/gock.v1 v1.0.16
57+
gopkg.in/ini.v1 v1.62.0 // indirect
58+
gopkg.in/yaml.v2 v2.4.0
4359
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
4460
)

0 commit comments

Comments
 (0)