Skip to content

Commit

Permalink
gomod: make vpcpeering api became go module (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjj2wry authored Aug 8, 2022
1 parent 597192e commit fcc73b9
Show file tree
Hide file tree
Showing 3 changed files with 948 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apis/vpcpeering/v1alpha1/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module github.com/crossplane/provider-aws/apis/vpcpeering/v1alpha1

go 1.16

require (
github.com/crossplane/crossplane-runtime v0.15.1-0.20210930095326-d5661210733b
k8s.io/apimachinery v0.21.3
sigs.k8s.io/controller-runtime v0.9.6
)
Loading

0 comments on commit fcc73b9

Please sign in to comment.