Skip to content

Commit a910f38

Browse files
committed
chore: Upgrade STUNner to v0.20.0
1 parent 60b5d35 commit a910f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-logr/logr v1.4.1
99
github.com/go-logr/zapr v1.3.0
1010
github.com/gorilla/mux v1.8.1
11-
github.com/l7mp/stunner v0.19.0
11+
github.com/l7mp/stunner v0.20.0
1212
github.com/oapi-codegen/runtime v1.1.1
1313
github.com/pion/logging v0.2.2
1414
github.com/pion/transport/v2 v2.2.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
8989
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
9090
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9191
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
92-
github.com/l7mp/stunner v0.19.0 h1:YOMHe+szuWZF1+BYnRKpekamHH2jzP5lIEBqHpr4TMY=
93-
github.com/l7mp/stunner v0.19.0/go.mod h1:gafM0VKDiTiZmNDuOAIwXKvG9YPwgK3g2CTFY0DKJ6Q=
92+
github.com/l7mp/stunner v0.20.0 h1:nAToawLTTGOMfL7MCA70H/1cRydBaAVJ7Wisc5co5y8=
93+
github.com/l7mp/stunner v0.20.0/go.mod h1:gafM0VKDiTiZmNDuOAIwXKvG9YPwgK3g2CTFY0DKJ6Q=
9494
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
9595
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
9696
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=

0 commit comments

Comments
 (0)