Skip to content

Commit

Permalink
Change package path to kubepack.dev/chart-doc-gen
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 9, 2020
1 parent 3b8e3f5 commit bf67beb
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

SHELL=/bin/bash -o pipefail

GO_PKG := kmodules.xyz
GO_PKG := kubepack.dev
REPO := $(notdir $(shell pwd))
BIN := chart-doc-gen
COMPRESS ?= no
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ go run *.go \
Download the pre-built binaries from release page and copy to your $PATH directory. If you are using Go modules, you can install like below:

```console
go get -u kmodules.xyz/chart-doc-gen@v0.2.8
go get -u kubepack.dev/chart-doc-gen@v0.3.0
```

## How does it work
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module kmodules.xyz/chart-doc-gen
module kubepack.dev/chart-doc-gen

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright The Kmodules Authors.
# Copyright The Kubepack Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/e2e.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright The Kmodules Authors.
# Copyright The Kubepack Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/fmt.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright The Kmodules Authors.
# Copyright The Kubepack Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/license/bash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright The Kmodules Authors.
# Copyright The Kubepack Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/license/dockerfile.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright The Kmodules Authors.
# Copyright The Kubepack Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/license/go.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright The Kmodules Authors.
# Copyright The Kubepack Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@ import (
"os"
"text/template"

"kmodules.xyz/chart-doc-gen/templates"
"kubepack.dev/chart-doc-gen/templates"

"github.com/olekukonko/tablewriter"
flag "github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions walk.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@ import (
"fmt"
"strings"

"kmodules.xyz/chart-doc-gen/walk"
"kubepack.dev/chart-doc-gen/walk"

"sigs.k8s.io/kustomize/kyaml/openapi"
"sigs.k8s.io/kustomize/kyaml/yaml"
Expand Down
2 changes: 1 addition & 1 deletion walk/comment.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion walk/nonassociative_sequence.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion walk/scalar.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright The Kubepack Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit bf67beb

Please sign in to comment.