Skip to content

Commit

Permalink
Fix go.mod and go.sum more.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrown committed Sep 27, 2024
1 parent 7f525be commit 698d0bc
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 569 deletions.
9 changes: 7 additions & 2 deletions cmd/dataset_tokenizer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ require (
github.com/yargevad/filepathx v1.0.0
)

require (
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
Expand All @@ -24,9 +29,9 @@ require (
github.com/mingrammer/commonregex v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vikesh-raj/go-sentencepiece-encoder v1.1.1 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.17.0 // indirect
gonum.org/v1/gonum v0.11.0
gonum.org/v1/gonum v0.11.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 698d0bc

Please sign in to comment.