Skip to content

Commit

Permalink
🐛 FIX: 兼容go1.19 和m1
Browse files Browse the repository at this point in the history
  • Loading branch information
langhuihui committed Oct 13, 2022
1 parent f0735d3 commit 00ff25e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 177 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module monibuca
go 1.18

require (
m7s.live/engine/v4 v4.7.3
m7s.live/engine/v4 v4.7.4
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2
m7s.live/plugin/edge/v4 v4.0.1
m7s.live/plugin/gb28181/v4 v4.0.6
m7s.live/plugin/gb28181/v4 v4.0.7
m7s.live/plugin/hdl/v4 v4.0.1
m7s.live/plugin/hls/v4 v4.0.1
m7s.live/plugin/hook/v4 v4.0.0
Expand All @@ -19,13 +19,11 @@ require (
m7s.live/plugin/rtsp/v4 v4.0.3
m7s.live/plugin/snap/v4 v4.0.0-20220821111204-b7e2559a2767
m7s.live/plugin/webrtc/v4 v4.0.1
m7s.live/plugin/webtransport/v4 v4.0.0-20220619154419-bf138bc5958b
m7s.live/plugin/webtransport/v4 v4.0.1
)

require (
github.com/adriancable/webtransport-go v0.1.0 // indirect
github.com/aler9/gortsplib v0.0.0-20220717125404-c6972424d6b8 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/cnotch/ipchub v1.1.0 // indirect
github.com/discoviking/fsm v0.0.0-20150126104936-f4a273feecca // indirect
github.com/edgeware/mp4ff v0.29.0 // indirect
Expand All @@ -36,15 +34,15 @@ require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/husanpao/ip v0.0.0-20220711082147-73160bb611a8 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/lucas-clemente/quic-go v0.26.0 // indirect
github.com/lucas-clemente/quic-go v0.29.2 // indirect
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect
github.com/marten-seemann/qpack v0.2.1 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
Expand Down Expand Up @@ -84,6 +82,7 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
Expand Down
Loading

0 comments on commit 00ff25e

Please sign in to comment.