pkoukk / tiktoken-go

go version of tiktoken
MIT License
649 stars 71 forks source link

Run go mod tidy #11

Closed philippgille closed 1 year ago

philippgille commented 1 year ago

I noticed that regexp2 is used in the code, but was in the go.mod only as transitive dependency, which seemed wrong. Indeed when running go mod tidy it's changed to a direct dependency.