File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require (
55 github.com/go-openapi/testify/v2 v2.0.2
66 github.com/go-viper/mapstructure/v2 v2.4.0
77 github.com/google/uuid v1.6.0
8- github.com/oklog/ulid v1.3 .1
8+ github.com/oklog/ulid/v2 v2.1 .1
99 go.mongodb.org/mongo-driver v1.17.6
1010 golang.org/x/net v0.47.0
1111)
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1010github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1111github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1212github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
13- github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4 =
14- github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
13+ github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s =
14+ github.com/oklog/ulid/v2 v2.1.1 /go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ =
15+ github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30 /go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o =
1516go.mongodb.org/mongo-driver v1.17.6 h1:87JUG1wZfWsr6rIz3ZmpH90rL5tea7O3IHuSwHUpsss =
1617go.mongodb.org/mongo-driver v1.17.6 /go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ =
1718golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY =
Original file line number Diff line number Diff line change 99 "fmt"
1010 "time"
1111
12- "github.com/oklog/ulid"
12+ "github.com/oklog/ulid/v2 "
1313 "go.mongodb.org/mongo-driver/bson"
1414 "go.mongodb.org/mongo-driver/bson/bsontype"
1515 bsonprim "go.mongodb.org/mongo-driver/bson/primitive"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "io"
1212 "sync"
1313
14- "github.com/oklog/ulid"
14+ "github.com/oklog/ulid/v2 "
1515)
1616
1717// ULID represents a ulid string format
You can’t perform that action at this time.
0 commit comments