@@ -10,12 +10,12 @@ require (
10
10
github.com/docker/cli v20.10.17+incompatible
11
11
github.com/docker/docker v20.10.17+incompatible
12
12
github.com/docker/go-connections v0.4.0
13
- github.com/fasthttp/router v1.4.10
14
- github.com/getkin/kin-openapi v0.97 .0
13
+ github.com/fasthttp/router v1.4.11
14
+ github.com/getkin/kin-openapi v0.98 .0
15
15
github.com/golang/mock v1.6.0
16
16
github.com/golangci/golangci-lint v1.46.2
17
17
github.com/google/go-cmp v0.5.8
18
- github.com/hashicorp/consul/sdk v0.10 .0
18
+ github.com/hashicorp/consul/sdk v0.11 .0
19
19
github.com/hashicorp/go-getter v1.6.2
20
20
github.com/hashicorp/go-version v1.6.0
21
21
github.com/imdario/mergo v0.3.13
@@ -26,15 +26,15 @@ require (
26
26
github.com/nitrictech/boxygen v0.0.1-rc.9
27
27
github.com/nitrictech/nitric v0.17.0
28
28
github.com/pkg/errors v0.9.1
29
- github.com/pterm/pterm v0.12.44
29
+ github.com/pterm/pterm v0.12.45
30
30
github.com/pulumi/pulumi-aws/sdk/v4 v4.38.1
31
31
github.com/pulumi/pulumi-azure-native/sdk v1.67.0
32
32
github.com/pulumi/pulumi-azure/sdk/v4 v4.42.0
33
33
github.com/pulumi/pulumi-azuread/sdk/v5 v5.26.1
34
- github.com/pulumi/pulumi-docker/sdk/v3 v3.2 .0
34
+ github.com/pulumi/pulumi-docker/sdk/v3 v3.4 .0
35
35
github.com/pulumi/pulumi-gcp/sdk/v6 v6.32.0
36
- github.com/pulumi/pulumi-random/sdk/v4 v4.8.0
37
- github.com/pulumi/pulumi/sdk/v3 v3.36.0
36
+ github.com/pulumi/pulumi-random/sdk/v4 v4.8.1
37
+ github.com/pulumi/pulumi/sdk/v3 v3.37.2
38
38
github.com/robfig/cron/v3 v3.0.1
39
39
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
40
40
github.com/segmentio/encoding v0.3.5
@@ -44,24 +44,20 @@ require (
44
44
github.com/valyala/fasthttp v1.38.0
45
45
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
46
46
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
47
- golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
47
+ golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
48
48
google.golang.org/grpc v1.48.0
49
49
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
50
50
gopkg.in/yaml.v2 v2.4.0
51
51
)
52
52
53
- require (
54
- cloud.google.com/go/storage v1.24.0
55
- github.com/aws/aws-sdk-go v1.44.61
56
- )
57
-
58
53
require (
59
54
4d63.com/gochecknoglobals v0.1.0 // indirect
60
55
atomicgo.dev/cursor v0.1.1 // indirect
61
56
atomicgo.dev/keyboard v0.2.8 // indirect
62
57
cloud.google.com/go v0.103.0 // indirect
63
- cloud.google.com/go/compute v1.7 .0 // indirect
58
+ cloud.google.com/go/compute v1.8 .0 // indirect
64
59
cloud.google.com/go/iam v0.3.0 // indirect
60
+ cloud.google.com/go/storage v1.25.0 // indirect
65
61
github.com/Antonboom/errname v0.1.6 // indirect
66
62
github.com/Antonboom/nilnil v0.1.1 // indirect
67
63
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -87,6 +83,7 @@ require (
87
83
github.com/asdine/storm v2.1.2+incompatible // indirect
88
84
github.com/ashanbrown/forbidigo v1.3.0 // indirect
89
85
github.com/ashanbrown/makezero v1.1.1 // indirect
86
+ github.com/aws/aws-sdk-go v1.44.76 // indirect
90
87
github.com/beorn7/perks v1.0.1 // indirect
91
88
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
92
89
github.com/bkielbasa/cyclop v1.2.0 // indirect
@@ -150,7 +147,7 @@ require (
150
147
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
151
148
github.com/google/uuid v1.3.0 // indirect
152
149
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
153
- github.com/googleapis/gax-go/v2 v2.4.0 // indirect
150
+ github.com/googleapis/gax-go/v2 v2.5.1 // indirect
154
151
github.com/gookit/color v1.5.1 // indirect
155
152
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 // indirect
156
153
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
@@ -164,7 +161,7 @@ require (
164
161
github.com/hashicorp/go-safetemp v1.0.0 // indirect
165
162
github.com/hashicorp/hcl v1.0.0 // indirect
166
163
github.com/hexops/gotextdiff v1.0.3 // indirect
167
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
164
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
168
165
github.com/invopop/yaml v0.1.0 // indirect
169
166
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
170
167
github.com/jgautheron/goconst v1.5.1 // indirect
@@ -189,8 +186,8 @@ require (
189
186
github.com/mailru/easyjson v0.7.0 // indirect
190
187
github.com/maratori/testpackage v1.0.1 // indirect
191
188
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect
192
- github.com/mattn/go-colorable v0.1.12 // indirect
193
- github.com/mattn/go-isatty v0.0.14 // indirect
189
+ github.com/mattn/go-colorable v0.1.13 // indirect
190
+ github.com/mattn/go-isatty v0.0.16 // indirect
194
191
github.com/mattn/go-runewidth v0.0.13 // indirect
195
192
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
196
193
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
@@ -234,7 +231,7 @@ require (
234
231
github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 // indirect
235
232
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
236
233
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
237
- github.com/rivo/uniseg v0.2.0 // indirect
234
+ github.com/rivo/uniseg v0.3.4 // indirect
238
235
github.com/rogpeppe/go-internal v1.8.1 // indirect
239
236
github.com/ryancurrah/gomodguard v1.2.3 // indirect
240
237
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect
@@ -284,18 +281,18 @@ require (
284
281
go.uber.org/atomic v1.7.0 // indirect
285
282
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
286
283
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
287
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
284
+ golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
288
285
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
289
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
286
+ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
290
287
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
291
288
golang.org/x/text v0.3.7 // indirect
292
289
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
293
290
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect
294
291
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
295
- google.golang.org/api v0.88 .0 // indirect
292
+ google.golang.org/api v0.92 .0 // indirect
296
293
google.golang.org/appengine v1.6.7 // indirect
297
- google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252 // indirect
298
- google.golang.org/protobuf v1.28.0 // indirect
294
+ google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424 // indirect
295
+ google.golang.org/protobuf v1.28.1 // indirect
299
296
gopkg.in/ini.v1 v1.66.4 // indirect
300
297
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
301
298
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
0 commit comments