Skip to content

Commit

Permalink
统一大小写
Browse files Browse the repository at this point in the history
  • Loading branch information
LubyRuffy committed Jun 23, 2022
1 parent be48370 commit e306a80
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/fofa/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"os"

"github.com/lubyruffy/gofofa"
"github.com/LubyRuffy/gofofa"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/fofa/cmd/icon.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/base64"
"errors"
"fmt"
"github.com/lubyruffy/gofofa"
"github.com/LubyRuffy/gofofa"
"github.com/pkg/browser"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
Expand Down
2 changes: 1 addition & 1 deletion cmd/fofa/cmd/random.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"errors"
"fmt"
"github.com/lubyruffy/gofofa/pkg/outformats"
"github.com/LubyRuffy/gofofa/pkg/outformats"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
"math/rand"
Expand Down
2 changes: 1 addition & 1 deletion cmd/fofa/cmd/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"errors"
"fmt"
"github.com/lubyruffy/gofofa/pkg/outformats"
"github.com/LubyRuffy/gofofa/pkg/outformats"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
"io"
Expand Down
6 changes: 3 additions & 3 deletions cmd/fofa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/lubyruffy/gofofa/cmd/fofa/cmd"
"github.com/LubyRuffy/gofofa/cmd/fofa/cmd"
"github.com/urfave/cli/v2"
"log"
"os"
Expand All @@ -26,8 +26,8 @@ func main() {
EnableBashCompletion: true,
Authors: []*cli.Author{
{
Name: "lubyruffy",
Email: "lubyruffy@gmail.com",
Name: "LubyRuffy",
Email: "LubyRuffy@gmail.com",
},
},
Flags: cmd.GlobalOptions,
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/lubyruffy/gofofa
module github.com/LubyRuffy/gofofa

go 1.18

Expand Down

0 comments on commit e306a80

Please sign in to comment.