Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jul 26, 2020
1 parent cff801c commit 07fc274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/leakix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"flag"
"fmt"
"gitlab.nobody.run/tbi/LeakIXClient"
"html/template"
"github.com/LeakIX/LeakIXClient"
"text/template"
"log"
"os"
)
Expand Down

0 comments on commit 07fc274

Please sign in to comment.