File tree 2 files changed +821
-27
lines changed
2 files changed +821
-27
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ require (
6
6
github.com/asottile/dockerfile v3.1.0+incompatible
7
7
github.com/aws/aws-lambda-go v1.30.0
8
8
github.com/aws/aws-sdk-go v1.43.45
9
+ github.com/paulvollmer/dependabot-config-go v0.1.1
10
+ gopkg.in/yaml.v2 v2.4.0
9
11
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
10
12
)
11
13
@@ -29,7 +31,6 @@ require (
29
31
github.com/moby/buildkit v0.10.3 // indirect
30
32
github.com/opencontainers/go-digest v1.0.0 // indirect
31
33
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
32
- github.com/paulvollmer/dependabot-config-go v0.1.1 // indirect
33
34
github.com/pkg/errors v0.9.1 // indirect
34
35
github.com/sirupsen/logrus v1.8.1 // indirect
35
36
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
@@ -38,7 +39,6 @@ require (
38
39
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
39
40
google.golang.org/appengine v1.6.7 // indirect
40
41
google.golang.org/protobuf v1.28.0 // indirect
41
- gopkg.in/yaml.v2 v2.4.0 // indirect
42
42
)
43
43
44
44
require (
You can’t perform that action at this time.
0 commit comments