Skip to content

Commit

Permalink
[INF-4991] Updated source paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lwijesur committed Dec 27, 2024
1 parent a5dd7ae commit f8e6a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cheelim1/terraform-provider-jumpcloud
module github.com/heyjobs/heyjobs-terraform-provider-jumpcloud

go 1.21

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package main

import (
"github.com/cheelim1/terraform-provider-jumpcloud/jumpcloud"
// "github.com/cheelim1/terraform-provider-jumpcloud/jumpcloud"
"github.com/heyjobs/heyjobs-terraform-provider-jumpcloud/jumpcloud"
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)
Expand Down

0 comments on commit f8e6a8d

Please sign in to comment.