Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
LdDl committed Mar 17, 2022
1 parent 51c7e39 commit 36d89f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/examples/base_example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"bytes"
"flag"
"fmt"
darknet "go-darknet"
"image"
"image/jpeg"
"log"
"math"
"os"

darknet "github.com/LdDl/go-darknet"

"github.com/disintegration/imaging"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/examples/rest_example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"log"
"net/http"

"go-darknet"
darknet "github.com/LdDl/go-darknet"
)

var configFile = flag.String("configFile", "",
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 go-darknet
module github.com/LdDl/go-darknet

go 1.17

Expand Down

0 comments on commit 36d89f7

Please sign in to comment.