Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Mar 19, 2024
1 parent 2a3e83b commit dd96f28
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package main

import (
"encoding/json"
"fmt"
"github.com/goccy/go-json"
"io/ioutil"
"net/http"
"path/filepath"
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ module github.com/xplshn/bigdl

go 1.22.0

require (
github.com/goccy/go-json v0.10.2
github.com/schollz/progressbar/v3 v3.14.2
)
require github.com/schollz/progressbar/v3 v3.14.2

require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213/go.mod h1:vNUNkEQ1e29fT/6vq2aBdFsgNPmy8qMdSay1npru+Sw=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=
Expand Down
2 changes: 1 addition & 1 deletion info.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package main

import (
"encoding/json"
"fmt"
"github.com/goccy/go-json"
"io/ioutil"
"net/http"
)
Expand Down
2 changes: 1 addition & 1 deletion listBinaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package main

import (
"encoding/json"
"fmt"
"github.com/goccy/go-json"
"io/ioutil"
"net/http"
"path/filepath"
Expand Down

0 comments on commit dd96f28

Please sign in to comment.