Skip to content

Commit

Permalink
fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyanko committed Jul 11, 2024
1 parent e7cd374 commit 42f286c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Discussion
url: https://github.com/nats-io/terraform-provider-jetstream/discussions
url: https://github.com/Triple-Whale/terraform-provider-jetstream/discussions
about: Ideal for ideas, feedback, or longer form questions.
- name: Chat
url: https://slack.nats.io
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/nats-io/jwt/v2 v2.5.3
github.com/nats-io/nats-server/v2 v2.10.7
github.com/nats-io/nats.go v1.31.0
github.com/nats-io/terraform-provider-jetstream v0.1.1
github.com/Triple-Whale/terraform-provider-jetstream v0.1.3
github.com/xeipuuv/gojsonschema v1.2.0
)

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

import (
"github.com/Triple-Whale/terraform-provider-jetstream/jetstream"
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/nats-io/terraform-provider-jetstream/jetstream"
)

func main() {
Expand Down

0 comments on commit 42f286c

Please sign in to comment.