Skip to content

Commit

Permalink
Merge pull request #2 from Cosmos-Harry/release-1.0.0
Browse files Browse the repository at this point in the history
go mod update
  • Loading branch information
Cosmos-Harry authored Jul 3, 2023
2 parents 53da4f0 + 8a6a0ea commit a68d900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http/httptest"
"testing"

"github.com/yanzay/tbot/v2"
"github.com/Cosmos-Harry/tbot/v2"
)

const token = "TOKEN"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/yanzay/tbot/v2
module github.com/Cosmos-Harry/tbot/v2

go 1.12

0 comments on commit a68d900

Please sign in to comment.