Skip to content

Commit

Permalink
fix(ngrok-api-go): Update to client that doesn't panic for get_bound_…
Browse files Browse the repository at this point in the history
…endpoints (#561)
  • Loading branch information
jonstacks authored Dec 19, 2024
1 parent 9b85924 commit 2935c80
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 @@ -8,7 +8,7 @@ require (
github.com/golang/mock v1.4.4
github.com/google/uuid v1.3.1
github.com/imdario/mergo v0.3.16
github.com/ngrok/ngrok-api-go/v6 v6.1.1-0.20241219163904-f9bc510716c0
github.com/ngrok/ngrok-api-go/v6 v6.1.1-0.20241219193420-f4e8c117e57f
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/gomega v1.30.0
github.com/spf13/cobra v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/ngrok/ngrok-api-go/v6 v6.1.1-0.20241219163904-f9bc510716c0 h1:CvkuidFUpHZA60ctarFLGX17nxCEIpGbZpY//iXNQ3I=
github.com/ngrok/ngrok-api-go/v6 v6.1.1-0.20241219163904-f9bc510716c0/go.mod h1:KtRxWqEomaHZfgeS+q/7nFHF+gPYFghS5wTl5AIUjIk=
github.com/ngrok/ngrok-api-go/v6 v6.1.1-0.20241219193420-f4e8c117e57f h1:+0NOrD1yO/psIunSg6Ea+PQXej8TWWNG5yKryppU/DI=
github.com/ngrok/ngrok-api-go/v6 v6.1.1-0.20241219193420-f4e8c117e57f/go.mod h1:KtRxWqEomaHZfgeS+q/7nFHF+gPYFghS5wTl5AIUjIk=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit 2935c80

Please sign in to comment.