File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
allow_failures :
11
11
go : master
12
12
13
- go_import_path : github.com/liggitt /clientgofix
13
+ go_import_path : sigs.k8s.io /clientgofix
14
14
15
15
cache :
16
16
directories :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Manual adjustments required:
19
19
** To install:**
20
20
21
21
``` sh
22
- git clone https://github.com/liggitt /clientgofix.git
22
+ git clone https://github.com/kubernetes-sigs /clientgofix.git
23
23
cd clientgofix
24
24
make install
25
25
```
Original file line number Diff line number Diff line change 2
2
3
3
version=$( $( dirname " ${BASH_SOURCE} " ) /print-version.sh)
4
4
5
- echo " -ldflags \" -X github.com/liggitt /clientgofix/pkg.Version=${version} \" "
5
+ echo " -ldflags \" -X sigs.k8s.io /clientgofix/pkg.Version=${version} \" "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
"os"
23
23
24
- "github.com/liggitt /clientgofix/pkg"
24
+ "sigs.k8s.io /clientgofix/pkg"
25
25
)
26
26
27
27
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/liggitt /clientgofix
1
+ module sigs.k8s.io /clientgofix
2
2
3
3
go 1.13
4
4
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- package pkg
17
+ package pkg // import "sigs.k8s.io/clientgofix/pkg"
18
18
19
19
import (
20
20
"fmt"
You can’t perform that action at this time.
0 commit comments