Skip to content

Commit

Permalink
Add Accept-Encoding fix for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed May 10, 2021
1 parent 7e2cf18 commit 0c63fc2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iamlivecore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/buger/goterm v1.0.0
github.com/clbanning/mxj/v2 v2.5.5
github.com/iann0036/goproxy v0.0.0-20210327130343-c3ec674b9022
github.com/iann0036/goproxy v0.0.0-20210510114007-b2700d29a571
github.com/kenshaw/baseconv v0.1.1
github.com/mitchellh/go-homedir v1.1.0
gopkg.in/ini.v1 v1.62.0
Expand Down
2 changes: 2 additions & 0 deletions iamlivecore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/clbanning/mxj/v2 v2.5.5 h1:oT81vUeEiQQ/DcHbzSytRngP6Ky9O+L+0Bw0zSJag9
github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
github.com/iann0036/goproxy v0.0.0-20210327130343-c3ec674b9022 h1:CEm/EWm32SV+k85dmgF8KDXMeN5zsgplaz07utBYIsk=
github.com/iann0036/goproxy v0.0.0-20210327130343-c3ec674b9022/go.mod h1:amSgpNkX5MQL0glEHvPGg0UKbKOhBVem3kNHGhlINS4=
github.com/iann0036/goproxy v0.0.0-20210510114007-b2700d29a571 h1:K4C1opSq+EjlLkYUNUKpg/1w0MduaGFDl/iozfZfT4s=
github.com/iann0036/goproxy v0.0.0-20210510114007-b2700d29a571/go.mod h1:amSgpNkX5MQL0glEHvPGg0UKbKOhBVem3kNHGhlINS4=
github.com/iann0036/goproxy/ext v0.0.0-20210327125723-db8542d80343/go.mod h1:3SmG3m42N72tivanmYJdY5joEWn5/bEzgawDLBA7T6g=
github.com/kenshaw/baseconv v0.1.1 h1:oAu/C7ipUT2PqT9DT0mZDGDg4URIglizZMjPv9oCu0E=
github.com/kenshaw/baseconv v0.1.1/go.mod h1:yy9zGmnnR6vgOxOQb702nVdAG30JhyYZpj/5/m0siRI=
Expand Down
2 changes: 1 addition & 1 deletion iamlivecore/vendor/github.com/iann0036/goproxy/proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iamlivecore/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github.com/buger/goterm
# github.com/clbanning/mxj/v2 v2.5.5
## explicit
github.com/clbanning/mxj/v2
# github.com/iann0036/goproxy v0.0.0-20210327130343-c3ec674b9022
# github.com/iann0036/goproxy v0.0.0-20210510114007-b2700d29a571
## explicit
github.com/iann0036/goproxy
# github.com/kenshaw/baseconv v0.1.1
Expand Down

0 comments on commit 0c63fc2

Please sign in to comment.