Skip to content

Commit f4ca321

Browse files
fix(deps): update module github.com/brianvoe/gofakeit/v5 to v7
1 parent 9851a2b commit f4ca321

2 files changed

Lines changed: 56 additions & 7 deletions

File tree

go.mod

Lines changed: 55 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,75 @@
11
module github.com/xplorfin/docker-utils
22

3-
go 1.14
3+
go 1.22
4+
5+
toolchain go1.22.4
46

57
require (
6-
github.com/Microsoft/go-winio v0.4.16 // indirect
78
github.com/brianvoe/gofakeit/v5 v5.11.2
9+
github.com/brianvoe/gofakeit/v7 v7.0.4
10+
github.com/docker/docker v20.10.6+incompatible
11+
github.com/google/uuid v1.2.0
12+
github.com/hashicorp/go-multierror v1.1.1
13+
github.com/opencontainers/image-spec v1.0.1
14+
github.com/stretchr/testify v1.7.0
15+
)
16+
17+
require (
18+
cloud.google.com/go v0.26.0 // indirect
19+
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
20+
github.com/BurntSushi/toml v0.3.1 // indirect
21+
github.com/Microsoft/go-winio v0.4.16 // indirect
22+
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
23+
github.com/client9/misspell v0.3.4 // indirect
24+
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
825
github.com/containerd/containerd v1.4.3 // indirect
26+
github.com/creack/pty v1.1.11 // indirect
27+
github.com/davecgh/go-spew v1.1.1 // indirect
928
github.com/docker/distribution v2.7.1+incompatible // indirect
10-
github.com/docker/docker v20.10.6+incompatible
1129
github.com/docker/go-connections v0.4.0 // indirect
1230
github.com/docker/go-units v0.4.0 // indirect
31+
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad // indirect
32+
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
1333
github.com/gogo/protobuf v1.3.2 // indirect
34+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
35+
github.com/golang/mock v1.1.1 // indirect
36+
github.com/golang/protobuf v1.4.2 // indirect
1437
github.com/google/go-cmp v0.5.4 // indirect
15-
github.com/google/uuid v1.2.0
1638
github.com/gorilla/mux v1.8.0 // indirect
17-
github.com/hashicorp/go-multierror v1.1.1
39+
github.com/hashicorp/errwrap v1.0.0 // indirect
40+
github.com/kisielk/errcheck v1.5.0 // indirect
41+
github.com/kisielk/gotool v1.0.0 // indirect
42+
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
43+
github.com/magefile/mage v1.10.0 // indirect
1844
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
1945
github.com/morikuni/aec v1.0.0 // indirect
2046
github.com/opencontainers/go-digest v1.0.0 // indirect
21-
github.com/opencontainers/image-spec v1.0.1
47+
github.com/pkg/errors v0.9.1 // indirect
48+
github.com/pmezard/go-difflib v1.0.0 // indirect
49+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
2250
github.com/sirupsen/logrus v1.8.0 // indirect
23-
github.com/stretchr/testify v1.7.0
51+
github.com/spf13/pflag v1.0.3 // indirect
52+
github.com/stretchr/objx v0.1.1 // indirect
53+
github.com/yuin/goldmark v1.2.1 // indirect
54+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
55+
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect
56+
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
57+
golang.org/x/mod v0.3.0 // indirect
58+
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
59+
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be // indirect
60+
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
61+
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
62+
golang.org/x/text v0.3.3 // indirect
2463
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
64+
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
65+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
66+
google.golang.org/appengine v1.4.0 // indirect
67+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
2568
google.golang.org/grpc v1.36.0 // indirect
69+
google.golang.org/protobuf v1.25.0 // indirect
70+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
71+
gopkg.in/yaml.v2 v2.2.2 // indirect
72+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
2673
gotest.tools/v3 v3.0.3 // indirect
74+
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
2775
)

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ github.com/Microsoft/go-winio v0.4.16 h1:FtSW/jqD+l4ba5iPBj9CODVtgfYAD8w2wS923g/
66
github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0=
77
github.com/brianvoe/gofakeit/v5 v5.11.2 h1:Ny5Nsf4z2023ZvYP8ujW8p5B1t5sxhdFaQ/0IYXbeSA=
88
github.com/brianvoe/gofakeit/v5 v5.11.2/go.mod h1:/ZENnKqX+XrN8SORLe/fu5lZDIo1tuPncWuRD+eyhSI=
9+
github.com/brianvoe/gofakeit/v7 v7.0.4/go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA=
910
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
1011
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
1112
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)