Skip to content

Commit 2e9b016

Browse files
committed
Move X-Ray ID Generator into a separate xray directory
1 parent c796aaf commit 2e9b016

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ updates:
119119
day: "sunday"
120120
-
121121
package-ecosystem: "gomod"
122-
directory: "/idgenerator/aws"
122+
directory: "/idgenerator/aws/xray"
123123
labels:
124124
- dependencies
125125
- go

idgenerator/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.opentelemetry.io/contrib/idgenerator/aws
1+
module go.opentelemetry.io/contrib/idgenerator/aws/xray
22

33
go 1.15
44

idgenerator/aws/aws_xray_idgenerator.go renamed to idgenerator/aws/xray/aws_xray_idgenerator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package aws // import "go.opentelemetry.io/contrib/idgenerator/aws"
15+
package aws // import "go.opentelemetry.io/contrib/idgenerator/aws/xray"
1616

1717
import (
1818
crand "crypto/rand"

0 commit comments

Comments
 (0)