Skip to content

Commit abb637b

Browse files
authored
deps: ulid fix & security fixes for stretchr/objx (#363)
1 parent 3487291 commit abb637b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/markus-wa/godispatch v1.4.1
1010
github.com/markus-wa/ice-cipher-go v0.0.0-20220126215401-a6adadccc817
1111
github.com/markus-wa/quickhull-go/v2 v2.1.0
12+
github.com/oklog/ulid/v2 v2.1.0
1213
github.com/pkg/errors v0.9.1
1314
github.com/stretchr/testify v1.8.0
1415
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75
@@ -18,9 +19,8 @@ require (
1819
require (
1920
github.com/davecgh/go-spew v1.1.1 // indirect
2021
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
21-
github.com/oklog/ulid/v2 v2.1.0 // indirect
2222
github.com/pmezard/go-difflib v1.0.0 // indirect
23-
github.com/stretchr/objx v0.4.0 // indirect
23+
github.com/stretchr/objx v0.5.0 // indirect
2424
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
2525
gopkg.in/yaml.v3 v3.0.1 // indirect
2626
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
3737
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
3838
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3939
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
40-
github.com/stretchr/objx v0.4.0 h1:M2gUjqZET1qApGOWNSnZ49BAIMX4F/1plDv3+l31EJ4=
4140
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
41+
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
42+
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
4243
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
4344
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
4445
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

0 commit comments

Comments
 (0)