Skip to content

Commit 8f216fb

Browse files
caod123jvshahid
authored andcommitted
Enforce canonical import path
[#123291791] Signed-off-by: John Shahid <[email protected]>
1 parent 69d0750 commit 8f216fb

File tree

27 files changed

+27
-0
lines changed

27 files changed

+27
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package fake_authenticators // import "code.cloudfoundry.org/diego-ssh/authenticators/fake_authenticators"

authenticators/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package authenticators // import "code.cloudfoundry.org/diego-ssh/authenticators"

cmd/ssh-proxy/config/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package config // import "code.cloudfoundry.org/diego-ssh/cmd/ssh-proxy/config"

cmd/ssh-proxy/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package main // import "code.cloudfoundry.org/diego-ssh/cmd/ssh-proxy"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package testrunner // import "code.cloudfoundry.org/diego-ssh/cmd/ssh-proxy/testrunner"

cmd/sshd/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package main // import "code.cloudfoundry.org/diego-ssh/cmd/sshd"

cmd/sshd/testrunner/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package testrunner // import "code.cloudfoundry.org/diego-ssh/cmd/sshd/testrunner"

daemon/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package daemon // import "code.cloudfoundry.org/diego-ssh/daemon"

handlers/fake_handlers/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package fake_handlers // import "code.cloudfoundry.org/diego-ssh/handlers/fake_handlers"

handlers/fakes/package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package fakes // import "code.cloudfoundry.org/diego-ssh/handlers/fakes"

0 commit comments

Comments
 (0)