Skip to content

Commit 02ad305

Browse files
authored
Merge pull request #323 from nitrictech/develop
Release
2 parents 3dbfad1 + a32a417 commit 02ad305

File tree

12 files changed

+126
-89
lines changed

12 files changed

+126
-89
lines changed

.github/workflows/assign-issues.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

go.mod

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ require (
2828
github.com/pkg/errors v0.9.1
2929
github.com/pterm/pterm v0.12.45
3030
github.com/pulumi/pulumi-aws/sdk/v4 v4.38.1
31-
github.com/pulumi/pulumi-azure-native/sdk v1.67.0
31+
github.com/pulumi/pulumi-azure-native/sdk v1.68.2
3232
github.com/pulumi/pulumi-azure/sdk/v4 v4.42.0
33-
github.com/pulumi/pulumi-azuread/sdk/v5 v5.26.1
34-
github.com/pulumi/pulumi-docker/sdk/v3 v3.4.0
35-
github.com/pulumi/pulumi-gcp/sdk/v6 v6.32.0
36-
github.com/pulumi/pulumi-random/sdk/v4 v4.8.1
37-
github.com/pulumi/pulumi/sdk/v3 v3.37.2
33+
github.com/pulumi/pulumi-azuread/sdk/v5 v5.27.0
34+
github.com/pulumi/pulumi-docker/sdk/v3 v3.4.1
35+
github.com/pulumi/pulumi-gcp/sdk/v6 v6.34.0
36+
github.com/pulumi/pulumi-random/sdk/v4 v4.8.2
37+
github.com/pulumi/pulumi/sdk/v3 v3.38.0
3838
github.com/robfig/cron/v3 v3.0.1
3939
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
4040
github.com/segmentio/encoding v0.3.5
4141
github.com/spf13/afero v1.8.2 // indirect
4242
github.com/spf13/cobra v1.5.0
4343
github.com/stretchr/testify v1.8.0
44-
github.com/valyala/fasthttp v1.38.0
44+
github.com/valyala/fasthttp v1.39.0
4545
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
4646
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
4747
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
@@ -50,12 +50,14 @@ require (
5050
gopkg.in/yaml.v2 v2.4.0
5151
)
5252

53+
require github.com/google/uuid v1.3.0
54+
5355
require (
5456
4d63.com/gochecknoglobals v0.1.0 // indirect
5557
atomicgo.dev/cursor v0.1.1 // indirect
5658
atomicgo.dev/keyboard v0.2.8 // indirect
5759
cloud.google.com/go v0.103.0 // indirect
58-
cloud.google.com/go/compute v1.8.0 // indirect
60+
cloud.google.com/go/compute v1.9.0 // indirect
5961
cloud.google.com/go/iam v0.3.0 // indirect
6062
cloud.google.com/go/storage v1.25.0 // indirect
6163
github.com/Antonboom/errname v0.1.6 // indirect
@@ -76,14 +78,16 @@ require (
7678
github.com/Microsoft/go-winio v0.5.0 // indirect
7779
github.com/Microsoft/hcsshim v0.8.23 // indirect
7880
github.com/OpenPeeDeeP/depguard v1.1.0 // indirect
81+
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
82+
github.com/acomagu/bufpipe v1.0.3 // indirect
7983
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
8084
github.com/alexkohler/prealloc v1.0.0 // indirect
8185
github.com/andybalholm/brotli v1.0.4 // indirect
8286
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
8387
github.com/asdine/storm v2.1.2+incompatible // indirect
8488
github.com/ashanbrown/forbidigo v1.3.0 // indirect
8589
github.com/ashanbrown/makezero v1.1.1 // indirect
86-
github.com/aws/aws-sdk-go v1.44.76 // indirect
90+
github.com/aws/aws-sdk-go v1.44.81 // indirect
8791
github.com/beorn7/perks v1.0.1 // indirect
8892
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
8993
github.com/bkielbasa/cyclop v1.2.0 // indirect
@@ -116,6 +120,9 @@ require (
116120
github.com/fsnotify/fsnotify v1.5.4 // indirect
117121
github.com/fzipp/gocyclo v0.5.1 // indirect
118122
github.com/go-critic/go-critic v0.6.3 // indirect
123+
github.com/go-git/gcfg v1.5.0 // indirect
124+
github.com/go-git/go-billy/v5 v5.3.1 // indirect
125+
github.com/go-git/go-git/v5 v5.4.2 // indirect
119126
github.com/go-openapi/errors v0.19.8 // indirect
120127
github.com/go-openapi/jsonpointer v0.19.5 // indirect
121128
github.com/go-openapi/strfmt v0.21.1 // indirect
@@ -145,7 +152,6 @@ require (
145152
github.com/golangci/misspell v0.3.5 // indirect
146153
github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 // indirect
147154
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
148-
github.com/google/uuid v1.3.0 // indirect
149155
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
150156
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
151157
github.com/gookit/color v1.5.1 // indirect
@@ -170,7 +176,7 @@ require (
170176
github.com/jmespath/go-jmespath v0.4.0 // indirect
171177
github.com/julz/importas v0.1.0 // indirect
172178
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
173-
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
179+
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
174180
github.com/kisielk/errcheck v1.6.0 // indirect
175181
github.com/kisielk/gotool v1.0.0 // indirect
176182
github.com/klauspost/compress v1.15.9 // indirect
@@ -250,7 +256,6 @@ require (
250256
github.com/spf13/jwalterweatherman v1.1.0 // indirect
251257
github.com/spf13/pflag v1.0.5 // indirect
252258
github.com/spf13/viper v1.11.0 // indirect
253-
github.com/src-d/gcfg v1.4.0 // indirect
254259
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
255260
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
256261
github.com/stretchr/objx v0.4.0 // indirect
@@ -270,7 +275,7 @@ require (
270275
github.com/ultraware/whitespace v0.0.5 // indirect
271276
github.com/uudashr/gocognit v1.0.5 // indirect
272277
github.com/valyala/bytebufferpool v1.0.0 // indirect
273-
github.com/xanzy/ssh-agent v0.2.1 // indirect
278+
github.com/xanzy/ssh-agent v0.3.0 // indirect
274279
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
275280
github.com/yagipy/maintidx v1.0.0 // indirect
276281
github.com/yeya24/promlinter v0.2.0 // indirect
@@ -283,19 +288,17 @@ require (
283288
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
284289
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
285290
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
286-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
291+
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
287292
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
288293
golang.org/x/text v0.3.7 // indirect
289294
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
290295
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect
291296
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
292-
google.golang.org/api v0.92.0 // indirect
297+
google.golang.org/api v0.93.0 // indirect
293298
google.golang.org/appengine v1.6.7 // indirect
294-
google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424 // indirect
299+
google.golang.org/genproto v0.0.0-20220819174105-e9f053255caa // indirect
295300
google.golang.org/protobuf v1.28.1 // indirect
296301
gopkg.in/ini.v1 v1.66.4 // indirect
297-
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
298-
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
299302
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
300303
gopkg.in/warnings.v0 v0.1.2 // indirect
301304
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)