Skip to content

Commit

Permalink
chore: update go.strv.io/time package
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKocman committed Aug 15, 2022
1 parent 6acf592 commit b699fe2
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 @@ -5,7 +5,7 @@ go 1.19
require (
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.0
go.strv.io/time v0.0.0-20220715055838-d5b749b3b48c
go.strv.io/time v0.1.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
go.strv.io/time v0.0.0-20220715055838-d5b749b3b48c h1:BSmmLqrokN+CYp7UvKS4DSI1uBA3hCpfFxRFZkYXEbs=
go.strv.io/time v0.0.0-20220715055838-d5b749b3b48c/go.mod h1:F/hDciYE450sWocBZMQRP2/p+GrKA7ZbBtHOGk1mlRI=
go.strv.io/time v0.1.0 h1:Fkf3YXcnaS5Ot/UD/xMQxBbReOwkT9JogW2o9Nwdyqo=
go.strv.io/time v0.1.0/go.mod h1:B/lByAO3oACN3uLOXQaB64cKhkVIMoZjnZBhADFNbFY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
Expand Down

0 comments on commit b699fe2

Please sign in to comment.