Skip to content

Commit

Permalink
fix panic while upstream proxy refused to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
darren committed Feb 4, 2019
1 parent d04c4fb commit f48efcd
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
@@ -1,3 +1,3 @@
module github.com/darren/pacroxy

require github.com/darren/gpac v0.0.0-20190202101348-5cfe31de9c67
require github.com/darren/gpac v0.0.0-20190204032403-24b12b9e9bb4
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/darren/gpac v0.0.0-20190202101348-5cfe31de9c67 h1:3p+kFLd+UBAGRK8VnkpuDZB0pTW6xUYpF1DyTHGYh50=
github.com/darren/gpac v0.0.0-20190202101348-5cfe31de9c67/go.mod h1:fK76ZiaaM0f4rW2A3sTomlo/wlY9jRV07KJ66DbOAXs=
github.com/darren/gpac v0.0.0-20190204032403-24b12b9e9bb4 h1:+sWLtPHaluVE5Cra5vfJ3PRqi42STpigoZH7RylUfTU=
github.com/darren/gpac v0.0.0-20190204032403-24b12b9e9bb4/go.mod h1:fK76ZiaaM0f4rW2A3sTomlo/wlY9jRV07KJ66DbOAXs=
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d h1:1VUlQbCfkoSGv7qP7Y+ro3ap1P1pPZxgdGVqiTVy5C4=
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d/go.mod h1:xvqspoSXJTIpemEonrMDFq6XzwHYYgToXWj5eRX1OtY=
gopkg.in/sourcemap.v1 v1.0.5 h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=
Expand Down

0 comments on commit f48efcd

Please sign in to comment.