Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Make an attempt to fix travis SSL error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed May 28, 2018
1 parent 4793b48 commit 2e78086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/boltdb/bolt"
"github.com/go-telegram-bot-api/telegram-bot-api"
"gopkg.ilya.app/ilyaglow/go-cortex.v2"
"gopkg.in/ilyaglow/go-cortex.v2"
)

// defaultTLP is Green because indicators reaching telegram servers
Expand Down
2 changes: 1 addition & 1 deletion process.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

valid "github.com/asaskevich/govalidator"
"github.com/go-telegram-bot-api/telegram-bot-api"
"gopkg.ilya.app/ilyaglow/go-cortex.v2"
"gopkg.in/ilyaglow/go-cortex.v2"
)

// ProcessCortex asks Cortex about data submitted by a user
Expand Down
2 changes: 1 addition & 1 deletion process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"gopkg.ilya.app/ilyaglow/go-cortex.v2"
"gopkg.in/ilyaglow/go-cortex.v2"
)

func TestConstructJobFromIP(t *testing.T) {
Expand Down

0 comments on commit 2e78086

Please sign in to comment.