Skip to content

Commit

Permalink
update mod and examples to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwho committed Aug 3, 2020
1 parent 4e5ea6f commit 321ad30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/dnaeon/go-vcr/cassette"
"github.com/dnaeon/go-vcr/recorder"
"github.com/jonwho/go-iex/v3/mock-iex"
"github.com/jonwho/go-iex/v4/mock-iex"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/url"
"os"

iex "github.com/jonwho/go-iex/v3"
iex "github.com/jonwho/go-iex/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/ratelimit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"sync"

iex "github.com/jonwho/go-iex/v3"
iex "github.com/jonwho/go-iex/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jonwho/go-iex/v3
module github.com/jonwho/go-iex/v4

// go: no requirements found in Gopkg.lock

Expand Down

0 comments on commit 321ad30

Please sign in to comment.