@@ -5,8 +5,8 @@ require (
5
5
github.com/Masterminds/sprig/v3 v3.2.2
6
6
github.com/cheggaaa/pb v1.0.25
7
7
github.com/denisbrodbeck/machineid v1.0.1
8
- github.com/docker/docker v23.0.1 +incompatible
9
- github.com/fsouza/go-dockerclient v1.9.4
8
+ github.com/docker/docker v23.0.2 +incompatible
9
+ github.com/fsouza/go-dockerclient v1.9.6
10
10
github.com/goodhosts/hostsfile v0.1.1
11
11
github.com/google/go-github v17.0.0+incompatible
12
12
github.com/google/uuid v1.3.0
@@ -23,13 +23,13 @@ require (
23
23
github.com/spf13/cobra v1.3.0
24
24
github.com/spf13/pflag v1.0.5
25
25
github.com/spf13/viper v1.10.0
26
- github.com/stretchr/testify v1.8.1
26
+ github.com/stretchr/testify v1.8.2
27
27
github.com/ulikunitz/xz v0.5.10
28
28
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
29
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
30
- golang.org/x/sys v0.5 .0
31
- golang.org/x/term v0.5 .0
32
- golang.org/x/text v0.7 .0
29
+ golang.org/x/oauth2 v0.4.0
30
+ golang.org/x/sys v0.6 .0
31
+ golang.org/x/term v0.6 .0
32
+ golang.org/x/text v0.8 .0
33
33
gopkg.in/segmentio/analytics-go.v3 v3.1.0
34
34
gopkg.in/yaml.v3 v3.0.1
35
35
)
@@ -41,20 +41,20 @@ require (
41
41
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
42
42
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
43
43
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
44
- github.com/containerd/containerd v1.6.18 // indirect
44
+ github.com/containerd/containerd v1.7.0 // indirect
45
45
github.com/davecgh/go-spew v1.1.1 // indirect
46
46
github.com/dimchansky/utfbom v1.1.1 // indirect
47
47
github.com/docker/go-connections v0.4.0 // indirect
48
48
github.com/docker/go-units v0.5.0 // indirect
49
- github.com/fsnotify/fsnotify v1.5.1 // indirect
49
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
50
50
github.com/gogo/protobuf v1.3.2 // indirect
51
51
github.com/golang/protobuf v1.5.2 // indirect
52
52
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
53
53
github.com/hashicorp/hcl v1.0.0 // indirect
54
54
github.com/huandu/xstrings v1.3.2 // indirect
55
55
github.com/inconshreveable/mousetrap v1.0.0 // indirect
56
56
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
57
- github.com/klauspost/compress v1.15.15 // indirect
57
+ github.com/klauspost/compress v1.16.3 // indirect
58
58
github.com/lunixbochs/vtclean v1.0.0 // indirect
59
59
github.com/magiconair/properties v1.8.5 // indirect
60
60
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -68,8 +68,8 @@ require (
68
68
github.com/morikuni/aec v1.0.0 // indirect
69
69
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
70
70
github.com/opencontainers/go-digest v1.0.0 // indirect
71
- github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
72
- github.com/opencontainers/runc v1.1.4 // indirect
71
+ github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
72
+ github.com/opencontainers/runc v1.1.5 // indirect
73
73
github.com/pelletier/go-toml v1.9.5 // indirect
74
74
github.com/pmezard/go-difflib v1.0.0 // indirect
75
75
github.com/rivo/uniseg v0.2.0 // indirect
@@ -80,16 +80,17 @@ require (
80
80
github.com/spf13/jwalterweatherman v1.1.0 // indirect
81
81
github.com/subosito/gotenv v1.2.0 // indirect
82
82
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
83
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
84
- golang.org/x/mod v0.8 .0 // indirect
85
- golang.org/x/net v0.7 .0 // indirect
86
- golang.org/x/tools v0.6 .0 // indirect
83
+ golang.org/x/crypto v0.1.0 // indirect
84
+ golang.org/x/mod v0.9 .0 // indirect
85
+ golang.org/x/net v0.8 .0 // indirect
86
+ golang.org/x/tools v0.7 .0 // indirect
87
87
google.golang.org/appengine v1.6.7 // indirect
88
- google.golang.org/protobuf v1.28.0 // indirect
88
+ google.golang.org/protobuf v1.28.1 // indirect
89
89
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
90
90
gopkg.in/cheggaaa/pb.v1 v1.0.26 // indirect
91
91
gopkg.in/ini.v1 v1.66.2 // indirect
92
92
gopkg.in/yaml.v2 v2.4.0 // indirect
93
+ gotest.tools/v3 v3.4.0 // indirect
93
94
)
94
95
95
96
go 1.20
0 commit comments