Skip to content

Commit 9cfb20c

Browse files
dependabot-preview[bot]umbynos
authored andcommitted
[skip-changelog] bump dependencies
1 parent 2dfe84d commit 9cfb20c

File tree

2 files changed

+12
-96
lines changed

2 files changed

+12
-96
lines changed

go.mod

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ require (
1111
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
1212
github.com/dimfeld/httptreemux v5.0.1+incompatible // indirect
1313
github.com/getlantern/systray v1.1.0
14-
github.com/gin-gonic/gin v1.6.3
14+
github.com/gin-gonic/gin v1.7.2
1515
github.com/go-ini/ini v1.62.0
16-
github.com/go-playground/validator/v10 v10.4.1 // indirect
1716
github.com/golang/protobuf v1.4.3 // indirect
1817
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
1918
github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb // indirect
@@ -25,7 +24,7 @@ require (
2524
github.com/kr/binarydist v0.1.0
2625
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
2726
github.com/manveru/gobdd v0.0.0-20131210092515-f1a17fdd710b // indirect
28-
github.com/mattn/go-shellwords v1.0.11
27+
github.com/mattn/go-shellwords v1.0.12
2928
github.com/miekg/dns v1.1.35 // indirect
3029
github.com/mitchellh/go-homedir v1.1.0
3130
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -34,14 +33,14 @@ require (
3433
github.com/pkg/errors v0.9.1
3534
github.com/pkg/sftp v1.12.0 // indirect
3635
github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c
37-
github.com/sirupsen/logrus v1.8.0
36+
github.com/sirupsen/logrus v1.8.1
3837
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
3938
github.com/stretchr/testify v1.7.0
4039
github.com/ugorji/go v1.2.3 // indirect
4140
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
4241
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
4342
go.bug.st/downloader v0.0.0-20181116113543-9b8976a44d87
44-
go.bug.st/serial v1.1.3
43+
go.bug.st/serial v1.3.0
4544
goa.design/goa v1.0.1-0.20190116060309-40843d63b0e4
4645
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
4746
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c

0 commit comments

Comments
 (0)