1
1
module get.porter.sh/mixin/docker
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
replace (
6
6
// These are replace directives copied from porter
@@ -12,10 +12,9 @@ replace (
12
12
)
13
13
14
14
require (
15
- get.porter.sh/magefiles v0.3.2
16
- get.porter.sh/porter v1.0.0-rc.2
15
+ get.porter.sh/magefiles v0.3.3
16
+ get.porter.sh/porter v1.0.1
17
17
github.com/ghodss/yaml v1.0.0
18
- github.com/gobuffalo/packr/v2 v2.8.1
19
18
github.com/pkg/errors v0.9.1
20
19
github.com/spf13/cobra v1.5.0
21
20
github.com/stretchr/testify v1.8.0
@@ -56,8 +55,6 @@ require (
56
55
github.com/fsnotify/fsnotify v1.5.4 // indirect
57
56
github.com/go-logr/logr v1.2.3 // indirect
58
57
github.com/go-logr/stdr v1.2.2 // indirect
59
- github.com/gobuffalo/logger v1.0.4 // indirect
60
- github.com/gobuffalo/packd v1.0.0 // indirect
61
58
github.com/goccy/go-yaml v1.9.5 // indirect
62
59
github.com/gogo/protobuf v1.3.2 // indirect
63
60
github.com/golang/protobuf v1.5.2 // indirect
@@ -72,14 +69,10 @@ require (
72
69
github.com/hashicorp/hcl v1.0.0 // indirect
73
70
github.com/inconshreveable/mousetrap v1.0.1 // indirect
74
71
github.com/jeremywohl/flatten v1.0.1 // indirect
75
- github.com/karrick/godirwalk v1.16.1 // indirect
76
72
github.com/klauspost/compress v1.15.10 // indirect
77
73
github.com/klauspost/pgzip v1.2.5 // indirect
78
74
github.com/magefile/mage v1.14.0 // indirect
79
75
github.com/magiconair/properties v1.8.6 // indirect
80
- github.com/markbates/errx v1.1.0 // indirect
81
- github.com/markbates/oncer v1.0.0 // indirect
82
- github.com/markbates/safe v1.0.1 // indirect
83
76
github.com/mattn/go-colorable v0.1.13 // indirect
84
77
github.com/mattn/go-isatty v0.0.16 // indirect
85
78
github.com/mattn/go-runewidth v0.0.14 // indirect
@@ -137,11 +130,10 @@ require (
137
130
golang.org/x/net v0.0.0-20220919232410-f2f64ebce3c1 // indirect
138
131
golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
139
132
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
140
- golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
141
133
golang.org/x/text v0.3.7 // indirect
142
134
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
143
135
google.golang.org/genproto v0.0.0-20220919141832-68c03719ef51 // indirect
144
- google.golang.org/grpc v1.49 .0 // indirect
136
+ google.golang.org/grpc v1.50 .0 // indirect
145
137
google.golang.org/protobuf v1.28.1 // indirect
146
138
gopkg.in/ini.v1 v1.67.0 // indirect
147
139
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
0 commit comments