Skip to content

Commit

Permalink
chore: update for access-log-parser v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Nov 10, 2023
1 parent 5ac81e5 commit f3d6deb
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,7 +3,7 @@ module github.com/nekrassov01/alpen
go 1.21

require (
github.com/nekrassov01/access-log-parser v0.0.8
github.com/nekrassov01/access-log-parser v0.0.10
github.com/urfave/cli/v2 v2.25.7
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/nekrassov01/access-log-parser v0.0.8 h1:bHlHJmYkmaJSgysmGCnzFE5ZTr1Q+pqeAx/yGr6G3Mw=
github.com/nekrassov01/access-log-parser v0.0.8/go.mod h1:JTLHNxuWs0eOSFPIcQ8YClAYIwVtkvXGYkQALEYSvlg=
github.com/nekrassov01/access-log-parser v0.0.10 h1:3ZW/SKJhc3nanIwvlyPxT5CdgZJHbmm5+q6o4Kmv4Fw=
github.com/nekrassov01/access-log-parser v0.0.10/go.mod h1:JTLHNxuWs0eOSFPIcQ8YClAYIwVtkvXGYkQALEYSvlg=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
Expand Down

0 comments on commit f3d6deb

Please sign in to comment.