Skip to content

Commit

Permalink
go.mod: update crawler-user-agents
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Oct 21, 2024
1 parent a90388a commit 13a64f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/golang/snappy v0.0.4
github.com/monperrus/crawler-user-agents v0.0.0-20241019063900-292f566a4d21
github.com/monperrus/crawler-user-agents v0.0.0-20241021052531-8cce9afae9c7
github.com/robfig/humanize v0.0.0-20130801072920-4123e5c9f2f9
github.com/tyler-smith/go-bip39 v1.1.0
gitlab.com/NebulousLabs/entropy-mnemonics v0.0.0-20181018051301-7532f67e3500
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/monperrus/crawler-user-agents v0.0.0-20241019063900-292f566a4d21 h1:2FVJL72Q5K7sV15G+zUrzhU3ObK2E4ulPtP7mswVcqw=
github.com/monperrus/crawler-user-agents v0.0.0-20241019063900-292f566a4d21/go.mod h1:GfRyKbsbxSrRxTPYnVi4U/0stQd6BcFCxDy6i6IxQ0M=
github.com/monperrus/crawler-user-agents v0.0.0-20241021052531-8cce9afae9c7 h1:NUDzsulteQ+og5uNhmMAQpUUMwfXwpU+d4kGqTiEkyE=
github.com/monperrus/crawler-user-agents v0.0.0-20241021052531-8cce9afae9c7/go.mod h1:GfRyKbsbxSrRxTPYnVi4U/0stQd6BcFCxDy6i6IxQ0M=
github.com/robfig/humanize v0.0.0-20130801072920-4123e5c9f2f9 h1:ox2YYDFeBLtX+ppK/wsDCdIjxiyrb9N+nZUzutCwSkc=
github.com/robfig/humanize v0.0.0-20130801072920-4123e5c9f2f9/go.mod h1:22cALbnMi4X46KeLCD6AD0kHX9bX4MBXvKEEOvrNiKc=
github.com/tyler-smith/go-bip39 v1.1.0 h1:5eUemwrMargf3BSLRRCalXT93Ns6pQJIjYQN2nyfOP8=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/golang/snappy v0.0.4
## explicit
github.com/golang/snappy
# github.com/monperrus/crawler-user-agents v0.0.0-20241019063900-292f566a4d21
# github.com/monperrus/crawler-user-agents v0.0.0-20241021052531-8cce9afae9c7
## explicit; go 1.19
github.com/monperrus/crawler-user-agents
# github.com/robfig/humanize v0.0.0-20130801072920-4123e5c9f2f9
Expand Down

0 comments on commit 13a64f2

Please sign in to comment.