pull/193/merge
Frederik Ring 7 years ago committed by GitHub
commit 148305fc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bot_test.go
  2. 3
      go.mod
  3. 2
      go.sum
  4. 3
      helpers_test.go
  5. 2
      types_test.go

@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/go-telegram-bot-api/telegram-bot-api"
"github.com/go-telegram-bot-api/telegram-bot-api/v4"
)
const (

@ -0,0 +1,3 @@
module github.com/go-telegram-bot-api/telegram-bot-api/v4
require github.com/technoweenie/multipartstreamer v1.0.1

@ -0,0 +1,2 @@
github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM=
github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog=

@ -1,8 +1,9 @@
package tgbotapi_test
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"testing"
"github.com/go-telegram-bot-api/telegram-bot-api/v4"
)
func TestNewInlineQueryResultArticle(t *testing.T) {

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/go-telegram-bot-api/telegram-bot-api"
"github.com/go-telegram-bot-api/telegram-bot-api/v4"
)
func TestUserStringWith(t *testing.T) {