Skip to content

Commit 6751c45

Browse files
committed
chore: update go.mod
1 parent 91bc1ef commit 6751c45

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: backend/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ require (
146146
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
147147
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
148148
github.com/spf13/pflag v1.0.5 // indirect
149+
github.com/stretchr/objx v0.5.2 // indirect
149150
github.com/tidwall/match v1.1.1 // indirect
150151
github.com/tidwall/pretty v1.2.0 // indirect
151152
github.com/valyala/bytebufferpool v1.0.0 // indirect

Diff for: backend/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
581581
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
582582
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
583583
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
584+
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
585+
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
584586
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
585587
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
586588
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=

0 commit comments

Comments
 (0)