Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Apr 14, 2020
1 parent 8484b5a commit 1c3c378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ import (
"time"

"github.com/PuerkitoBio/goquery"
"github.com/hashicorp/go-version"
version "github.com/hashicorp/go-version"
cookiejar "github.com/orirawlings/persistent-cookiejar"
"github.com/pkg/errors"
"github.com/yuin/gopher-lua"
lua "github.com/yuin/gopher-lua"
"golang.org/x/net/proxy"
"golang.org/x/net/websocket"
)
Expand Down

0 comments on commit 1c3c378

Please sign in to comment.