Skip to content

Commit 0f699e3

Browse files
Devils-Knightvarunsh-coder
authored andcommitted
mod tidy
1 parent 068b056 commit 0f699e3

File tree

2 files changed

+821
-27
lines changed

2 files changed

+821
-27
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ require (
66
github.com/asottile/dockerfile v3.1.0+incompatible
77
github.com/aws/aws-lambda-go v1.30.0
88
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
911
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
1012
)
1113

@@ -29,7 +31,6 @@ require (
2931
github.com/moby/buildkit v0.10.3 // indirect
3032
github.com/opencontainers/go-digest v1.0.0 // indirect
3133
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
32-
github.com/paulvollmer/dependabot-config-go v0.1.1 // indirect
3334
github.com/pkg/errors v0.9.1 // indirect
3435
github.com/sirupsen/logrus v1.8.1 // indirect
3536
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
@@ -38,7 +39,6 @@ require (
3839
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
3940
google.golang.org/appengine v1.6.7 // indirect
4041
google.golang.org/protobuf v1.28.0 // indirect
41-
gopkg.in/yaml.v2 v2.4.0 // indirect
4242
)
4343

4444
require (

0 commit comments

Comments
 (0)