Skip to content

Commit

Permalink
Merge pull request #11 from Peefy/refactor-repo-module-name
Browse files Browse the repository at this point in the history
refactor: bump repo module name to github.com/crossplane-contrib/function-kcl
  • Loading branch information
Peefy authored Jan 24, 2024
2 parents 22dcc7c + c2fbcb2 commit 01c0d91
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 67 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/cla.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Crossplane Composition Functions using KCL

[![Go Report Card](https://goreportcard.com/badge/kcl-lang.io/crossplane-kcl)](https://goreportcard.com/report/kcl-lang.io/crossplane-kcl)
[![GoDoc](https://godoc.org/kcl-lang.io/crossplane-kcl?status.svg)](https://godoc.org/kcl-lang.io/crossplane-kcl)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://kcl-lang.io/crossplane-kcl/blob/main/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/crossplane-contrib/function-kcl)](https://goreportcard.com/report/github.com/crossplane-contrib/function-kcl)
[![GoDoc](https://godoc.org/github.com/crossplane-contrib/function-kcl?status.svg)](https://godoc.org/github.com/crossplane-contrib/function-kcl)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/crossplane-contrib/function-kcl/blob/main/LICENSE)

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions fn.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/crossplane/function-sdk-go/request"
"github.com/crossplane/function-sdk-go/response"

"kcl-lang.io/crossplane-kcl/input/v1beta1"
pkgresource "kcl-lang.io/crossplane-kcl/pkg/resource"
"github.com/crossplane-contrib/function-kcl/input/v1beta1"
pkgresource "github.com/crossplane-contrib/function-kcl/pkg/resource"

"sigs.k8s.io/yaml"
)
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module kcl-lang.io/crossplane-kcl
module github.com/crossplane-contrib/function-kcl

go 1.21

Expand All @@ -7,7 +7,6 @@ require (
github.com/crossplane/crossplane-runtime v1.14.3
github.com/crossplane/function-sdk-go v0.1.0
github.com/google/go-cmp v0.6.0
github.com/google/martian v2.1.0+incompatible
github.com/pkg/errors v0.9.1
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit 01c0d91

Please sign in to comment.