Skip to content

Commit

Permalink
Get this working again in 2023
Browse files Browse the repository at this point in the history
 - I should probably update the readme and/or test if this actually
 installs with go install github.com/dayvonjersen/linguist/cmd/l@latest
 - It's working on my machine right now
 - This project has a lot of stars (relatively, for me) but no one's
 complained that it doesn't install so I suspect no one is actually
 using it. But if you're reading this right now email
 [email protected]
  • Loading branch information
dayvonjersen committed Jun 13, 2023
1 parent b1a8da6 commit 19ca13f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/linguist
18 changes: 18 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module github.com/dayvonjersen/linguist

go 1.19

require (
github.com/dayvonjersen/git4go v0.0.0-20150730160921-060dbfa3f1a1
github.com/jbrukh/bayesian v0.0.0-20200318221351-d726b684ca4a
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)

require (
github.com/Unknwon/goconfig v1.0.0 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/shibukawa/bsearch v0.0.0-20150723123235-8c107cfb29e1 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.10.0 // indirect
)
18 changes: 18 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
github.com/Unknwon/goconfig v1.0.0 h1:9IAu/BYbSLQi8puFjUQApZTxIHqSwrj5d8vpP8vTq4A=
github.com/Unknwon/goconfig v1.0.0/go.mod h1:wngxua9XCNjvHjDiTiV26DaKDT+0c63QR6H5hjVUUxw=
github.com/dayvonjersen/git4go v0.0.0-20150730160921-060dbfa3f1a1 h1:RdIG4RRoC6x95G6jOW73QGTVBopozq/85U7PGNE5xy8=
github.com/dayvonjersen/git4go v0.0.0-20150730160921-060dbfa3f1a1/go.mod h1:d4Czjd9u5QQ3gdds3c5TeNFtQdC5mrZzOqH3QHjmUIc=
github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=
github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q=
github.com/jbrukh/bayesian v0.0.0-20200318221351-d726b684ca4a h1:gbdjhSslIoRRiSSLCP3kKuLmqAJGmhnPVhIyf6Dbw34=
github.com/jbrukh/bayesian v0.0.0-20200318221351-d726b684ca4a/go.mod h1:SELxwZQq/mPnfPCR2mchLmT4TQaPJvYtLcCtDWSM7vM=
github.com/jteeuwen/go-bindata v3.0.7+incompatible h1:91Uy4d9SYVr1kyTJ15wJsog+esAZZl7JmEfTkwmhJts=
github.com/jteeuwen/go-bindata v3.0.7+incompatible/go.mod h1:JVvhzYOiGBnFSYRyV00iY8q7/0PThjIYav1p9h5dmKs=
github.com/shibukawa/bsearch v0.0.0-20150723123235-8c107cfb29e1 h1:WdXbr1lvTfXrEkqMcDZeRfUQYS4jrBUlwC7pxYEXWYo=
github.com/shibukawa/bsearch v0.0.0-20150723123235-8c107cfb29e1/go.mod h1:cFO8yVjDzC6gYPGxQfj2vOFuWMQ6tCYM/dMTvHgmeeo=
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/text v0.10.0 h1:UpjohKhiEgNc0CSauXmwYftY1+LlaC75SJwh0SgCX58=
golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 h1:POO/ycCATvegFmVuPpQzZFJ+pGZeX22Ufu6fibxDVjU=
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0/go.mod h1:WDnlLJ4WF5VGsH/HVa3CI79GS0ol3YnhVnKP89i0kNg=

0 comments on commit 19ca13f

Please sign in to comment.