Skip to content

Commit

Permalink
Merge pull request #11 from philippgille/tidy-go-mod
Browse files Browse the repository at this point in the history
Run go mod tidy
  • Loading branch information
pkoukk authored Apr 19, 2023
2 parents 39595a7 + e92104e commit 9d1c149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/pkoukk/tiktoken-go
go 1.19

require (
github.com/dlclark/regexp2 v1.8.1
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 9d1c149

Please sign in to comment.