Skip to content

Commit

Permalink
Upgrade data-structures to v0.6.1, it is now BSD 3-Clause
Browse files Browse the repository at this point in the history
  • Loading branch information
timtadh committed Jul 15, 2022
1 parent 2474ad5 commit 8eded60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/timtadh/lexmachine
go 1.13

require (
github.com/timtadh/data-structures v0.5.2
github.com/timtadh/data-structures v0.6.1
github.com/timtadh/getopt v1.0.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/timtadh/data-structures v0.5.2 h1:yGrL+5Tf5mwRDPGnKwLeLOvfmoDsuKiMRmpETgGq+4w=
github.com/timtadh/data-structures v0.5.2/go.mod h1:9R4XODhJ8JdWFEI8P/HJKqxuJctfBQw6fDibMQny2oU=
github.com/timtadh/data-structures v0.6.1 h1:76eDpwngj2rEi9r/qvdH6YL7wMXGsoFFzhEylo/IacA=
github.com/timtadh/data-structures v0.6.1/go.mod h1:uYUnI1cQi/5yMCc7s23I+x8Mn8BCMf4WgK+7/4QSEk4=
github.com/timtadh/getopt v1.0.0 h1:FrZd8h2izZAjmivemGkCIOKcdIoIhQLVjpsa0/ZvLik=
github.com/timtadh/getopt v1.0.0/go.mod h1:L3EL6YN2G0eIAhYBo9b7SB9d/kEQmdnwthIlMJfj210=

0 comments on commit 8eded60

Please sign in to comment.