Skip to content

Commit

Permalink
Merge pull request #3 from Cosmos-Harry/release-1.0.0
Browse files Browse the repository at this point in the history
go mod update 2
  • Loading branch information
Cosmos-Harry authored Jul 3, 2023
2 parents a68d900 + 67c83ee commit e1c5e3a
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/Cosmos-Harry/tbot/v2"
"github.com/Cosmos-Harry/tbot"
)

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/Cosmos-Harry/tbot/v2
module github.com/Cosmos-Harry/tbot

go 1.12

0 comments on commit e1c5e3a

Please sign in to comment.