Skip to content

Commit

Permalink
Go mod vendoring being weird
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed May 10, 2021
1 parent a38367c commit 8fcd8f4
Show file tree
Hide file tree
Showing 420 changed files with 12 additions and 198,703 deletions.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module github.com/iann0036/iamlive
go 1.16

require (
github.com/iann0036/iamlive/iamlivecore v0.0.0-20210510133215-4dd2218b81fa
github.com/buger/goterm v1.0.0
github.com/clbanning/mxj/v2 v2.5.5
github.com/iann0036/goproxy v0.0.0-20210510114007-b2700d29a571
github.com/kenshaw/baseconv v0.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/smartystreets/goconvey v1.6.4 // indirect
gopkg.in/ini.v1 v1.62.0
)
6 changes: 0 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ github.com/buger/goterm v1.0.0/go.mod h1:16STi3LquiscTIHA8SXUNKEa/Cnu4ZHBH8NsCaW
github.com/clbanning/mxj/v2 v2.5.5 h1:oT81vUeEiQQ/DcHbzSytRngP6Ky9O+L+0Bw0zSJag9E=
github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
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 h1:oaTtJCbhCLSueJFpPwaxWZDKBBBkTv6+y5lprHPGFWs=
github.com/iann0036/goproxy/ext v0.0.0-20210327125723-db8542d80343/go.mod h1:3SmG3m42N72tivanmYJdY5joEWn5/bEzgawDLBA7T6g=
github.com/iann0036/iamlive/iamlivecore v0.0.0-20210425041633-1e948ef7ce75 h1:31loBaXfRjUJ9fbpm6xPTijQY4mCbXAFOZJ4UCgPg1w=
github.com/iann0036/iamlive/iamlivecore v0.0.0-20210425041633-1e948ef7ce75/go.mod h1:pZJ42GJWLdmdhHnqW3AIUE+miXEmEwJJWwF2vPMLs1g=
github.com/iann0036/iamlive/iamlivecore v0.0.0-20210510133215-4dd2218b81fa h1:Lk0NXuSu1WFqKUxPNP3TgNFnUAjRlRrelXc4vzJOZc4=
github.com/iann0036/iamlive/iamlivecore v0.0.0-20210510133215-4dd2218b81fa/go.mod h1:EjeZDIR8i+xZBNz7Q3uSXMdbi4wRz3HEOBaCiUfC2HU=
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
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
12 changes: 0 additions & 12 deletions iamlivecore/go.mod

This file was deleted.

16 changes: 0 additions & 16 deletions iamlivecore/go.sum

This file was deleted.

21 changes: 0 additions & 21 deletions iamlivecore/vendor/github.com/buger/goterm/LICENSE

This file was deleted.

119 changes: 0 additions & 119 deletions iamlivecore/vendor/github.com/buger/goterm/README.md

This file was deleted.

122 changes: 0 additions & 122 deletions iamlivecore/vendor/github.com/buger/goterm/box.go

This file was deleted.

5 changes: 0 additions & 5 deletions iamlivecore/vendor/github.com/buger/goterm/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions iamlivecore/vendor/github.com/buger/goterm/go.sum

This file was deleted.

Loading

0 comments on commit 8fcd8f4

Please sign in to comment.