Skip to content

Commit dcf4e9a

Browse files
author
Roberto Sora
committed
Repertory force write
1 parent 7a91e8b commit dcf4e9a

File tree

3 files changed

+101
-8
lines changed

3 files changed

+101
-8
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ require (
2323
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
2424
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
2525
github.com/juju/testing v0.0.0-20190429233213-dfc56b8c09fc // indirect
26-
github.com/kr/pretty v0.1.0 // indirect
2726
github.com/mattn/go-colorable v0.1.2
2827
github.com/mattn/go-runewidth v0.0.2 // indirect
2928
github.com/miekg/dns v1.0.5 // indirect
@@ -34,21 +33,20 @@ require (
3433
github.com/schollz/closestmatch v2.1.0+incompatible
3534
github.com/segmentio/stats/v4 v4.5.3
3635
github.com/sirupsen/logrus v1.4.2
37-
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
3836
github.com/spf13/cobra v0.0.5
3937
github.com/spf13/jwalterweatherman v1.0.0
40-
github.com/spf13/viper v1.3.2
38+
github.com/spf13/viper v1.6.2
4139
github.com/stretchr/testify v1.4.0
4240
go.bug.st/cleanup v1.0.0
4341
go.bug.st/downloader v1.1.0
4442
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
4543
go.bug.st/serial v1.0.0
4644
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 // indirect
47-
golang.org/x/net v0.0.0-20190313220215-9f648a60d977
45+
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
4846
golang.org/x/text v0.3.0
4947
google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect
5048
google.golang.org/grpc v1.21.1
5149
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
5250
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
53-
gopkg.in/yaml.v2 v2.2.2
51+
gopkg.in/yaml.v2 v2.2.4
5452
)

0 commit comments

Comments
 (0)